value-object-pattern


Namevalue-object-pattern JSON
Version 0.10.0 PyPI version JSON
download
home_pageNone
SummaryThe Value Object Pattern is a Python package that streamlines the creation and management of value objects in your projects.
upload_time2025-07-20 08:26:35
maintainerNone
docs_urlNone
authorAdria Montoto
requires_python>=3.11
licenseNone
keywords development domain-driven-design encapsulation pattern python tools utilities validation value-object
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <a name="readme-top"></a>

# ๐Ÿ“ฆ Value Object Pattern

<p align="center">
    <a href="https://github.com/adriamontoto/value-object-pattern/actions/workflows/ci.yaml?event=push&branch=master" target="_blank">
        <img src="https://github.com/adriamontoto/value-object-pattern/actions/workflows/ci.yaml/badge.svg?event=push&branch=master" alt="CI Pipeline">
    </a>
        <a href="https://coverage-badge.samuelcolvin.workers.dev/redirect/adriamontoto/value-object-pattern" target="_blank">
        <img src="https://coverage-badge.samuelcolvin.workers.dev/adriamontoto/value-object-pattern.svg" alt="Coverage Pipeline">
    </a>
    <a href="https://pypi.org/project/value-object-pattern" target="_blank">
        <img src="https://img.shields.io/pypi/v/value-object-pattern?color=%2334D058&label=pypi%20package" alt="Package Version">
    </a>
    <a href="https://pypi.org/project/value-object-pattern/" target="_blank">
        <img src="https://img.shields.io/pypi/pyversions/value-object-pattern.svg?color=%2334D058" alt="Supported Python Versions">
    </a>
</p>

The **Value Object Pattern** is a Python ๐Ÿ package that streamlines the creation and management of value objects ๐Ÿ“ฆ in your projects. Value objects are immutable, self-validating objects that represent descriptive aspects of the domain with no conceptual identity. This pattern is essential for maintaining clean ๐Ÿงน, maintainable, and bug-resistant ๐Ÿ› codebases by encapsulating domain-specific logic and ensuring consistency across your application ๐Ÿ“ฑ.
<br><br>

## Table of Contents

- [๐Ÿ“ฅ Installation](#installation)
- [๐Ÿค Contributing](#contributing)
- [๐Ÿ”‘ License](#license)

<p align="right">
    <a href="#readme-top">๐Ÿ”ผ Back to top</a>
</p><br><br>

<a name="installation"></a>

## ๐Ÿ“ฅ Installation

You can install **Value Object Pattern** using `pip`:

```bash
pip install value-object-pattern
```

<p align="right">
    <a href="#readme-top">๐Ÿ”ผ Back to top</a>
</p><br><br>

<a name="contributing"></a>

## ๐Ÿค Contributing

We love community help! Before you open an issue or pull request, please read:

- [`๐Ÿค How to Contribute`](https://github.com/adriamontoto/value-object-pattern/blob/master/.github/CONTRIBUTING.md)
- [`๐Ÿงญ Code of Conduct`](https://github.com/adriamontoto/value-object-pattern/blob/master/.github/CODE_OF_CONDUCT.md)
- [`๐Ÿ” Security Policy`](https://github.com/adriamontoto/value-object-pattern/blob/master/.github/SECURITY.md)

_Thank you for helping make **๐Ÿ“ฆ Value Object Pattern** package awesome! ๐ŸŒŸ_

<p align="right">
    <a href="#readme-top">๐Ÿ”ผ Back to top</a>
</p><br><br>

<a name="license"></a>

## ๐Ÿ”‘ License

This project is licensed under the terms of the [`MIT license`](https://github.com/adriamontoto/value-object-pattern/blob/master/LICENSE.md).

<p align="right">
    <a href="#readme-top">๐Ÿ”ผ Back to top</a>
</p>

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "value-object-pattern",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "development, domain-driven-design, encapsulation, pattern, python, tools, utilities, validation, value-object",
    "author": "Adria Montoto",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/41/1f/cfe469d32fe8050b6d0531cce68e011c8e73c18b303b5fd8c4922fd8fc91/value_object_pattern-0.10.0.tar.gz",
    "platform": null,
    "description": "<a name=\"readme-top\"></a>\n\n# \ud83d\udce6 Value Object Pattern\n\n<p align=\"center\">\n    <a href=\"https://github.com/adriamontoto/value-object-pattern/actions/workflows/ci.yaml?event=push&branch=master\" target=\"_blank\">\n        <img src=\"https://github.com/adriamontoto/value-object-pattern/actions/workflows/ci.yaml/badge.svg?event=push&branch=master\" alt=\"CI Pipeline\">\n    </a>\n        <a href=\"https://coverage-badge.samuelcolvin.workers.dev/redirect/adriamontoto/value-object-pattern\" target=\"_blank\">\n        <img src=\"https://coverage-badge.samuelcolvin.workers.dev/adriamontoto/value-object-pattern.svg\" alt=\"Coverage Pipeline\">\n    </a>\n    <a href=\"https://pypi.org/project/value-object-pattern\" target=\"_blank\">\n        <img src=\"https://img.shields.io/pypi/v/value-object-pattern?color=%2334D058&label=pypi%20package\" alt=\"Package Version\">\n    </a>\n    <a href=\"https://pypi.org/project/value-object-pattern/\" target=\"_blank\">\n        <img src=\"https://img.shields.io/pypi/pyversions/value-object-pattern.svg?color=%2334D058\" alt=\"Supported Python Versions\">\n    </a>\n</p>\n\nThe **Value Object Pattern** is a Python \ud83d\udc0d package that streamlines the creation and management of value objects \ud83d\udce6 in your projects. Value objects are immutable, self-validating objects that represent descriptive aspects of the domain with no conceptual identity. This pattern is essential for maintaining clean \ud83e\uddf9, maintainable, and bug-resistant \ud83d\udc1b codebases by encapsulating domain-specific logic and ensuring consistency across your application \ud83d\udcf1.\n<br><br>\n\n## Table of Contents\n\n- [\ud83d\udce5 Installation](#installation)\n- [\ud83e\udd1d Contributing](#contributing)\n- [\ud83d\udd11 License](#license)\n\n<p align=\"right\">\n    <a href=\"#readme-top\">\ud83d\udd3c Back to top</a>\n</p><br><br>\n\n<a name=\"installation\"></a>\n\n## \ud83d\udce5 Installation\n\nYou can install **Value Object Pattern** using `pip`:\n\n```bash\npip install value-object-pattern\n```\n\n<p align=\"right\">\n    <a href=\"#readme-top\">\ud83d\udd3c Back to top</a>\n</p><br><br>\n\n<a name=\"contributing\"></a>\n\n## \ud83e\udd1d Contributing\n\nWe love community help! Before you open an issue or pull request, please read:\n\n- [`\ud83e\udd1d How to Contribute`](https://github.com/adriamontoto/value-object-pattern/blob/master/.github/CONTRIBUTING.md)\n- [`\ud83e\udded Code of Conduct`](https://github.com/adriamontoto/value-object-pattern/blob/master/.github/CODE_OF_CONDUCT.md)\n- [`\ud83d\udd10 Security Policy`](https://github.com/adriamontoto/value-object-pattern/blob/master/.github/SECURITY.md)\n\n_Thank you for helping make **\ud83d\udce6 Value Object Pattern** package awesome! \ud83c\udf1f_\n\n<p align=\"right\">\n    <a href=\"#readme-top\">\ud83d\udd3c Back to top</a>\n</p><br><br>\n\n<a name=\"license\"></a>\n\n## \ud83d\udd11 License\n\nThis project is licensed under the terms of the [`MIT license`](https://github.com/adriamontoto/value-object-pattern/blob/master/LICENSE.md).\n\n<p align=\"right\">\n    <a href=\"#readme-top\">\ud83d\udd3c Back to top</a>\n</p>\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "The Value Object Pattern is a Python package that streamlines the creation and management of value objects in your projects.",
    "version": "0.10.0",
    "project_urls": {
        "Homepage": "https://github.com/adriamontoto/value-object-pattern",
        "Issues": "https://github.com/adriamontoto/value-object-pattern/issues",
        "Repository": "https://github.com/adriamontoto/value-object-pattern"
    },
    "split_keywords": [
        "development",
        " domain-driven-design",
        " encapsulation",
        " pattern",
        " python",
        " tools",
        " utilities",
        " validation",
        " value-object"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2c7f0961506bc34461d0cd9ae07ce5933f1078a865d510f3beeba02f190d7fc3",
                "md5": "9eb0e3093f4cf614451c875e61156094",
                "sha256": "090958cebb84cb004b63fb6b70593106490d8a1e7873a71f0e2daee00547f559"
            },
            "downloads": -1,
            "filename": "value_object_pattern-0.10.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9eb0e3093f4cf614451c875e61156094",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 67185,
            "upload_time": "2025-07-20T08:26:34",
            "upload_time_iso_8601": "2025-07-20T08:26:34.520680Z",
            "url": "https://files.pythonhosted.org/packages/2c/7f/0961506bc34461d0cd9ae07ce5933f1078a865d510f3beeba02f190d7fc3/value_object_pattern-0.10.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "411fcfe469d32fe8050b6d0531cce68e011c8e73c18b303b5fd8c4922fd8fc91",
                "md5": "8d0b8812afc5561406bcfdacfca83ae9",
                "sha256": "cdb793e173210d8a4c1cb3ff4a7caab422fbc914612fdfb6d5a2132b44b10b01"
            },
            "downloads": -1,
            "filename": "value_object_pattern-0.10.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8d0b8812afc5561406bcfdacfca83ae9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 29770,
            "upload_time": "2025-07-20T08:26:35",
            "upload_time_iso_8601": "2025-07-20T08:26:35.956462Z",
            "url": "https://files.pythonhosted.org/packages/41/1f/cfe469d32fe8050b6d0531cce68e011c8e73c18b303b5fd8c4922fd8fc91/value_object_pattern-0.10.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-20 08:26:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "adriamontoto",
    "github_project": "value-object-pattern",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "value-object-pattern"
}
        
Elapsed time: 0.47081s