Metadata-Version: 2.1
Name: cosmic-toolkit
Version: 0.1.0
Summary: UNKNOWN
Home-page: UNKNOWN
License: UNKNOWN
Keywords: cosmic,messagebus,domain driven design,clean architecture
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pydantic (==1.7.1)

# Cosmic Toolkit
<a href="https://github.com/RonquilloAeon/migri/actions" target="_blank">
    <img src="https://github.com/fsgsmartbuildings/cosmic-toolkit/workflows/Tests/badge.svg" alt="Tests workflow status">
</a>

**Cosmic Toolkit is an opinionated toolkit to speed up the development of complex apps.**

This toolkit is inspired by [Cosmic Python](https://www.cosmicpython.com/).

**Currently in alpha, so proceed with caution!**

## Example usage

There's a fairly complete example of how to use this package in
`./test/test_message_bus.py`.


