Metadata-Version: 2.1
Name: formal
Version: 0.6.2
Summary: JSON-Schema-based ORM for MongoDB and SQLAlchemy
Home-page: http://github.com/isomeric/formal
Author: Heiko 'riot' Weinen
Author-email: riot@c-base.org
License: UNKNOWN
Keywords: mongodb,sqlalchemy,jsonschema,orm
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Database :: Front-Ends
Requires-Dist: pymongo (>=3.2)
Requires-Dist: jsonschema (==2.6.0)
Requires-Dist: deepdiff (>=3.2.1)
Requires-Dist: sqlalchemy (>=1.2.14)

JSON-Schema-based ODM for MongoDB and SQL
-----------------------------------------

Allows you to build models validated against a JSON-schema file, and save
them to MongoDB or SQL based databases.


