Metadata-Version: 2.4
Name: machc.user
Version: 0.0.2
Summary: Provides essential entities and interactors for managing e-commerce user-related workflows, including authentication, user profiles, and business logic, while ensuring modularity and scalability within the Machc ecosystem.
Author-email: Viktor Tovstyi <viktor.tovstyi@gmail.com>
Requires-Python: ==3.12.3
Description-Content-Type: text/markdown
Requires-Dist: machc.base==0.0.2

# **User Domain Machc Library**

The **User Domain Machc Library** delivers the foundational **entities** and **interactors** 
required for the **user e-commerce business domain**. This library serves as a critical component
of the MachC ecosystem, simplifying the development of **user-centric functionalities** within 
scalable and maintainable applications.

With its modularity and alignment to Clean Architecture principles, the library ensures:
- **Separation of Concerns**: Independent user-related entities and use cases.
- **Reusability**: Core logic that can be integrated across various projects.
- **Scalability**: Components designed to adapt to evolving business needs.

The **User Domain Library** enables developers to efficiently build and extend features such as
**user management, authentication**, and **profile customization** within the MachC project while
maintaining long-term flexibility and maintainability.

For more information, visit the [User](https://machc.machanism.org/core/domain/machc.user/index.html).
