Metadata-Version: 2.4
Name: dodecahedron
Version: 0.0.1
Summary: Collection of classes and functions to support domain driven design and hexagonal architecture.
Project-URL: Homepage, https://github.com/seanssullivan/dodecahedron
Project-URL: Repository, https://github.com/seanssullivan/dodecahedron.git
Project-URL: Issues, https://github.com/seanssullivan/dodecahedron/issues
Author-email: Sean Sullivan <seansullivan@seanmedia.ca>
License-Expression: CC0-1.0
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.9
Requires-Dist: cachetools
Requires-Dist: python-dateutil
Provides-Extra: database
Requires-Dist: sqlalchemy; extra == 'database'
Provides-Extra: pandas
Requires-Dist: pandas; extra == 'pandas'
Provides-Extra: progress
Requires-Dist: tqdm; extra == 'progress'
Provides-Extra: redis
Requires-Dist: redis; extra == 'redis'
Provides-Extra: testing
Requires-Dist: coverage; extra == 'testing'
Requires-Dist: fpdf; extra == 'testing'
Requires-Dist: pytest; extra == 'testing'
Requires-Dist: pytest-cov; extra == 'testing'
Requires-Dist: pytest-env; extra == 'testing'
Requires-Dist: tox; extra == 'testing'
Requires-Dist: xlsxwriter; extra == 'testing'
Provides-Extra: xlsx
Requires-Dist: openpyxl; extra == 'xlsx'
Description-Content-Type: text/markdown

# dodecahedron