value-object-pattern

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.

https://github.com/adriamontoto/value-object-pattern

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • βœ“
    CITATION.cff file
    Found CITATION.cff file
  • βœ“
    codemeta.json file
    Found codemeta.json file
  • βœ“
    .zenodo.json file
    Found .zenodo.json file
  • β—‹
    DOI references
  • β—‹
    Academic publication links
  • β—‹
    Academic email domains
  • β—‹
    Institutional organization owner
  • β—‹
    JOSS paper metadata
  • β—‹
    Scientific vocabulary similarity
    Low similarity (8.2%) to scientific vocabulary

Keywords

development domain-driven-design encapsulation pattern python python3 python311 python312 tools utilities validation value-object
Last synced: 6 months ago · JSON representation ·

Repository

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.

Basic Info
Statistics
  • Stars: 3
  • Watchers: 1
  • Forks: 0
  • Open Issues: 3
  • Releases: 47
Topics
development domain-driven-design encapsulation pattern python python3 python311 python312 tools utilities validation value-object
Created about 1 year ago · Last pushed 6 months ago
Metadata Files
Readme Changelog Contributing Funding License Code of conduct Citation Codeowners Security

README.md

πŸ“¦ Value Object Pattern

CI Pipeline Coverage Pipeline Package Version Supported Python Versions Package Downloads Project Documentation

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 πŸ“±.

Table of Contents

πŸ”Ό Back to top



## πŸ“₯ Installation You can install **Value Object Pattern** using `pip`: ```bash pip install value-object-pattern ```

πŸ”Ό Back to top



## πŸ“š Documentation This [project's documentation](https://deepwiki.com/adriamontoto/value-object-pattern) is powered by DeepWiki, which provides a comprehensive overview of the **Value Object Pattern** and its usage.

πŸ”Ό Back to top



## 🀝 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! 🌟_

πŸ”Ό Back to top



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

πŸ”Ό Back to top

Owner

  • Login: adriamontoto
  • Kind: user
  • Location: /dev/null
  • Company: Amazon

Software Development Engineer @ Amazon

Citation (CITATION.cff)

cff-version: 1.2.0
title: Value Object Pattern
message: >
  If you use this software, please cite it using the metadata below.
type: software
authors:
  - given-names: AdriΓ 
    family-names: Montoto
repository-code: https://github.com/adriamontoto/value-object-pattern
url: https://pypi.org/project/value-object-pattern
abstract: >
  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.
keywords:
  - python
  - validation
  - encapsulation
  - value-object
license: MIT

GitHub Events

Total
  • Create event: 79
  • Issues event: 1
  • Release event: 29
  • Watch event: 1
  • Delete event: 44
  • Member event: 1
  • Issue comment event: 40
  • Push event: 145
  • Public event: 1
  • Pull request review event: 15
  • Pull request event: 86
Last Year
  • Create event: 79
  • Issues event: 1
  • Release event: 29
  • Watch event: 1
  • Delete event: 44
  • Member event: 1
  • Issue comment event: 40
  • Push event: 145
  • Public event: 1
  • Pull request review event: 15
  • Pull request event: 86

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 1
  • Total pull requests: 98
  • Average time to close issues: N/A
  • Average time to close pull requests: 11 days
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.65
  • Merged pull requests: 26
  • Bot issues: 0
  • Bot pull requests: 98
Past Year
  • Issues: 1
  • Pull requests: 98
  • Average time to close issues: N/A
  • Average time to close pull requests: 11 days
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.65
  • Merged pull requests: 26
  • Bot issues: 0
  • Bot pull requests: 98
Top Authors
Issue Authors
  • adriamontoto (1)
Pull Request Authors
  • dependabot[bot] (98)
Top Labels
Issue Labels
enhancement (1)
Pull Request Labels
dependencies (98) github_actions (98)

Dependencies

.github/workflows/codeql.yaml actions
  • actions/checkout v4.2.2 composite
  • github/codeql-action/analyze v3.28.0 composite
  • github/codeql-action/init v3.28.0 composite
.github/workflows/coverage.yaml actions
  • actions/download-artifact v4.1.8 composite
  • actions/setup-python v5.3.0 composite
.github/workflows/format.yaml actions
  • EndBug/add-and-commit v9.1.4 composite
  • actions/cache v4.2.0 composite
  • actions/checkout v4.2.2 composite
  • actions/setup-python v5.3.0 composite
.github/workflows/lint.yaml actions
  • actions/cache v4.2.0 composite
  • actions/checkout v4.2.2 composite
  • actions/setup-python v5.3.0 composite
  • actions/upload-artifact v4.5.0 composite
.github/workflows/publish.yaml actions
  • actions/checkout v4.2.2 composite
  • actions/setup-python v5.3.0 composite
  • actions/upload-artifact v4.5.0 composite
  • pypa/gh-action-pypi-publish v1.12.3 composite
.github/workflows/test.yaml actions
  • actions/cache v4.2.0 composite
  • actions/checkout v4.2.2 composite
  • actions/download-artifact v4.1.8 composite
  • actions/setup-python v5.3.0 composite
  • actions/upload-artifact v4.5.0 composite
  • re-actors/alls-green v1.2.2 composite
pyproject.toml pypi
requirements.txt pypi
requirements_dev.txt pypi