Metadata-Version: 2.0
Name: cvbase
Version: 0.3.1
Summary: Utils for computer vision research
Home-page: https://github.com/hellock/cvbase
Author: Kai Chen
Author-email: chenkaidev@gmail.com
License: MIT
Keywords: computer vision
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Utilities
Requires-Dist: enum34
Requires-Dist: matplotlib
Requires-Dist: numpy (>=1.11.1)
Requires-Dist: pyyaml
Requires-Dist: six
Requires-Dist: terminaltables

cvbase
========

.. image:: https://img.shields.io/pypi/v/cvbase.svg
  :target: https://pypi.python.org/pypi/cvbase
  :alt: PyPI Version

.. image:: https://img.shields.io/pypi/pyversions/cvbase.svg
  :alt: Python Version

.. image:: https://travis-ci.org/hellock/cvbase.svg?branch=master
  :target: https://travis-ci.org/hellock/cvbase
  :alt: Build Status

.. image:: https://codecov.io/gh/hellock/cvbase/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/hellock/cvbase
  :alt: Coverage Status

``cvbase`` is a miscellaneous set of tools which maybe helpful for computer vision research.
It comprises the following parts.

The `documentation 
<http://cvbase.readthedocs.io/en/latest>`_  is on going.

