Metadata-Version: 2.1
Name: dtool-ibeis
Version: 1.0.0
Summary: UNKNOWN
Home-page: https://github.com/Erotemic/dtool_ibeis
Author: Jon Crall
Author-email: erotemic@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/x-rst
Provides-Extra: tests
Provides-Extra: all
Provides-Extra: optional
Requires-Dist: six
Requires-Dist: ubelt
Requires-Dist: utool
Requires-Dist: vtool-ibeis
Requires-Dist: cachetools
Provides-Extra: all
Requires-Dist: six; extra == 'all'
Requires-Dist: ubelt; extra == 'all'
Requires-Dist: utool; extra == 'all'
Requires-Dist: vtool-ibeis; extra == 'all'
Requires-Dist: cachetools; extra == 'all'
Requires-Dist: xdoctest; extra == 'all'
Requires-Dist: pytest; extra == 'all'
Requires-Dist: pytest-cov; extra == 'all'
Requires-Dist: coverage; extra == 'all'
Requires-Dist: codecov; extra == 'all'
Requires-Dist: guitool-ibeis; extra == 'all'
Provides-Extra: optional
Requires-Dist: guitool-ibeis; extra == 'optional'
Provides-Extra: tests
Requires-Dist: xdoctest; extra == 'tests'
Requires-Dist: pytest; extra == 'tests'
Requires-Dist: pytest-cov; extra == 'tests'
Requires-Dist: coverage; extra == 'tests'
Requires-Dist: codecov; extra == 'tests'

dtool_ibeis
===========

|ReadTheDocs| |Pypi| |Downloads| |Codecov| |CircleCI| |Travis| |Appveyor| 

Data tools for ibeis.

Currently in proof of concept mode. 

Contains the SQLDatabaseController powering the IBEIS API

Contains a preliminary dependency cache


# Goals of this project

* Allow for small pieces code and algorithms to be easilly integrated into a
  large scale cache / pipeline structure. 

* Each computation function should be fairly self contained, stateless, and
  re-usable by other projects that do not wish to conform to the rules set by
  this structure.


.. |CircleCI| image:: https://circleci.com/gh/Erotemic/dtool.svg?style=svg
    :target: https://circleci.com/gh/Erotemic/dtool
.. |Travis| image:: https://img.shields.io/travis/Erotemic/dtool/master.svg?label=Travis%20CI
   :target: https://travis-ci.org/Erotemic/dtool?branch=master
.. |Appveyor| image:: https://ci.appveyor.com/api/projects/status/github/Erotemic/dtool?branch=master&svg=True
   :target: https://ci.appveyor.com/project/Erotemic/dtool/branch/master
.. |Codecov| image:: https://codecov.io/github/Erotemic/dtool/badge.svg?branch=master&service=github
   :target: https://codecov.io/github/Erotemic/dtool?branch=master
.. |Pypi| image:: https://img.shields.io/pypi/v/dtool_ibeis.svg
   :target: https://pypi.python.org/pypi/dtool_ibeis
.. |Downloads| image:: https://img.shields.io/pypi/dm/dtool_ibeis.svg
   :target: https://pypistats.org/packages/dtool_ibeis
.. |ReadTheDocs| image:: https://readthedocs.org/projects/dtool_ibeis/badge/?version=latest
    :target: http://dtool_ibeis.readthedocs.io/en/latest/


