Metadata-Version: 2.1
Name: pyArango
Version: 2.0.1
Summary: An easy to use python driver for ArangoDB with built-in validation
Home-page: https://github.com/tariqdaouda/pyArango
Author: Tariq Daouda
Author-email: tariq.daouda@umontreal.ca
License: ApacheV2
Keywords: database ORM nosql arangodb driver validation
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Database
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
License-File: LICENSE

Python Object Wrapper for ArangoDB_ with built-in validation
=============================================================

pyArango aims to be an easy to use driver for ArangoDB with built in validation. Collections are treated as types that apply to the documents within. You can be 100% permissive or enforce schemas and validate fields on set, on save or on both.

pyArango supports graphs, indexes and probably everything that arangodb_ can do.

pyArango is developed by `Tariq Daouda`_, the full source code is available from github_.

.. _Tariq Daouda: http://bioinfo.iric.ca/~daoudat/
.. _github: https://github.com/tariqdaouda/pyArango
.. _arangodb: http://www.arangodb.com
.. _ArangoDB: http://www.arangodb.com

For the latest news about pyArango, you can follow me on twitter `@tariqdaouda`_.
If you have any issues with it, please file a github issue.

.. _@tariqdaouda: https://www.twitter.com/tariqdaouda
