Metadata-Version: 2.1
Name: aperturedb
Version: 0.0.9
Summary: ApertureDB Client Module
Home-page: https://github.com/aperture-data/aperturedb-python
Author: Luis Remis
Author-email: luis@aperturedata.io
License: Apache
Description: # ApertureDB Client Python Module
        
        This is the python client module for ApertureDB.
        
        It provides a connector to AperetureDB instances using 
        the open source connector for [VDMS](https://github.com/IntelLabs/vdms).
        
        It also implements an Object-Mapper API to interact with 
        elements in ApertureDB at the object level.
        
        * Status.py provides helper methods to retrieve information about the db.
        * Images.py provides the Object-Mapper for image related objetcs (images, bounding boxes, etc)
        * NotebookHelpers.py provides helpers to show images/bounding boxes on Jupyter Notebooks
        
        For more information, visit https://aperturedata.io
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.6, !=3.0.*, !=3.1.*, !=3.2.*, <4
Description-Content-Type: text/markdown
