Metadata-Version: 2.4
Name: dev_ecommerce
Version: 0.1.0
Summary: A minimal ecommerce demo package
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# ecommerce

Minimal demo package for a tutorial. Contains a small `inventory` and `sales` module.

Install (after upload to PyPI):

    pip install ecommerce

Usage example:

    import ecommerce
    print(ecommerce.__version__)
