Metadata-Version: 1.1
Name: pyArango
Version: 1.0.0b1
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
Description: Python Object Wrapper for ArangoDB with built-in validation
        ===========================================================
        
        pyArango is still in active developpement, but it's tested and perfectly usable.
        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 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
        
        For the latest news about pyArango, you can follow me on twitter `@tariqdaouda`_.
        
        .. _@tariqdaouda: https://www.twitter.com/tariqdaouda
        
Keywords: database ORM nosql arangodb driver validation
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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
