Metadata-Version: 2.4
Name: orrery
Version: 0.0.1
Summary: A framework for supporting MVC and observer patterns in Python
Project-URL: Documentation, https://github.com/CodeChoreography/orrery#readme
Project-URL: Issues, https://github.com/CodeChoreography/orrery/issues
Project-URL: Source, https://github.com/CodeChoreography/orrery
Author-email: Tom Doel <tom.doel@codechoreography.co.uk>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.9
Provides-Extra: tests
Requires-Dist: pytest; extra == 'tests'
Description-Content-Type: text/markdown

# orrery
A framework for supporting MVC and observer patterns in Python
