Metadata-Version: 1.1
Name: staticmodel
Version: 0.1.5
Summary: Static Models.
Home-page: https://github.com/wsmith323/staticmodel
Author: Warren A. Smith
Author-email: warren@wandrsmith.net
License: MIT
Description: ============
        Static Model
        ============
        
        **Static Model** provides a simple framework for modeling objects that
        might otherwise be modeled using persistence technologies such as
        the Django ORM, but that do not belong in the database.
        
        For more details, read the Documentation: https://staticmodel.readthedocs.org/en/latest.
        
        
Keywords: static constant model enum
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
