Metadata-Version: 2.1
Name: consys
Version: 0.7
Summary: Base object model for Python
Home-page: https://github.com/kosyachniy/consys
Author: Alexey Poloz
Author-email: polozhev@mail.ru
License: MIT
Project-URL: Source, https://github.com/kosyachniy/consys
Description: # ConSys [![Build Status](https://app.travis-ci.com/kosyachniy/consys.svg?branch=main)](https://app.travis-ci.com/kosyachniy/consys)
        Object-oriented programming control system in Python [Base Object Model]
        
        ## Submodules
        Module | Description
        ---|----
        ` consys ` | ORM for Python & MongoDB
        ` consys.handlers ` | Ready to use handlers for ORM
        ` consys.files ` | File uploading system
        ` consys.types ` | Type checking system
        ` consys.error ` | Set of errors
        
        [PyPI](https://pypi.org/project/consys/)
        
Keywords: base,object,model,oop,orm,python,mongodb,files,uploading,handlers,errors,types,checking
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7, <4
Description-Content-Type: text/markdown
