Metadata-Version: 2.1
Name: d20-orm
Version: 2.0.2a86
Summary: A small ORM for multimodel DBs
Home-page: https://github.com/d20services/arangodb_python_orm
Author: Alex Sánchez Vega
Author-email: alex@d20.services
Project-URL: Bug Tracker, https://github.com/d20services/arangodb_python_orm/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyArango
Requires-Dist: datetime

# arangodb_python_orm
ORM for datafield based apps on Python and ArangoDB

### Version 2.0.0
Added GraphClassFactory wich allows you to create your DB, collections and graphs with no effort.

Added support for Metada DB prefix
Auto-gen Element table if not present
Search does not get rid of deleted items automatically, new parameter added
