Shared model definitions for shop system services. Currently at version 1.6.1, with ongoing active development and releases as needed.
pip install shop-system-modelsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a Product and an Order with pydantic model validation.
Always use decimal.Decimal for price, tax, and total fields.
Update imports: 'from shop_system_models import ...'
Wrap model instantiation in try/except ValueError.
No resource links recorded.