Skip to main content

This package provides implementation domain's objects classes

Project description

DDDMisc is a set of libraries that provide basic solutions for implementing domain-driven design methods in the Python programming language.

The development of libraries is in alpha version. The public API is not guaranteed to be backward compatible between minor versions of packages.

Documentation

Libraries

  • dddmisc-core- this package provides the core interfaces and types for dddmisc packages family;
  • dddmisc-domain - this package provides implementation domain's objects classes;
  • dddmisc-messagebus - this package provides the implementation messagebus;
  • dddmisc-handlers-collection - this package provides implementation a collection of command’s and event’s handlers;
  • dddmisc-uow - This package provides the implementation pattern 'unit of work'.

Installation

You can only use the packages you need. All packages install dddmisc-core as its dependency.

Install dddmics-domain

pip install dddmisc-domain

This package install pydantic as its dependency.

Install dddmisc-messagebus

pip install dddmisc-messagebus

Install dddmisc-handlers-collection

pip install dddmisc-handlers-collection

This package install tenacity as its dependency.

Install dddmisc-uow

pip install dddmisc-uow

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dddmisc_domain-0.5.1.tar.gz (10.0 kB view hashes)

Uploaded Source

Built Distribution

dddmisc_domain-0.5.1-py3-none-any.whl (13.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page