Metadata-Version: 2.1
Name: dtool-ibeis
Version: 1.0.2
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
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
===========

|Pypi| |Downloads| |Codecov| |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.


Repos relevant to the ibeis project:

* https://github.com/Erotemic/plottool_ibeis

* https://github.com/Erotemic/guitool_ibeis

* https://github.com/Erotemic/dtool_ibeis

* https://github.com/Erotemic/vtool_ibeis

* https://github.com/Erotemic/pyflann_ibeis

* https://github.com/Erotemic/pyhesaff

* https://github.com/Erotemic/utool

* https://github.com/Erotemic/ibeis


.. |CircleCI| image:: https://circleci.com/gh/Erotemic/dtool_ibeis.svg?style=svg
    :target: https://circleci.com/gh/Erotemic/dtool_ibeis
.. |Travis| image:: https://img.shields.io/travis/Erotemic/dtool_ibeis/master.svg?label=Travis%20CI
   :target: https://travis-ci.org/Erotemic/dtool_ibeis?branch=master
.. |Appveyor| image:: https://ci.appveyor.com/api/projects/status/github/Erotemic/dtool_ibeis?branch=master&svg=True
   :target: https://ci.appveyor.com/project/Erotemic/dtool_ibeis/branch/master
.. |Codecov| image:: https://codecov.io/github/Erotemic/dtool_ibeis/badge.svg?branch=master&service=github
   :target: https://codecov.io/github/Erotemic/dtool_ibeis?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/


