Metadata-Version: 2.1
Name: mongoengine-jsonschema
Version: 0.1.0
Summary: MongoEngine JSON Schema Generator
Home-page: https://github.com/symphonicityy/mongoengine-jsonschema
Author: Yusuf Eroglu
Author-email: myusuferoglu@gmail.com
License: MIT
Project-URL: Documentation, https://github.com/symphonicityy/mongoengine-jsonschema/blob/main/README.md
Project-URL: Code, https://github.com/symphonicityy/mongoengine-jsonschema
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: File Formats :: JSON
Classifier: Topic :: File Formats :: JSON :: JSON Schema
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Database
Requires-Python: >=3.10
License-File: LICENSE

This package provides a mixin class that extends a MongoEngine document's functionality by adding a .json_schema() method and allows generating a JSON schema directly from the document. Generated schema then can be used in API documentation or form validation and automatic form generation on a web application frontend, etc.
