Metadata-Version: 2.1
Name: evision-lib
Version: 0.2.0
Summary: eVision Common Python Library
Home-page: https://github.com/evision-ai/evision-lib
Author: eVision.AI
Author-email: lib@evision.ai
License: GPLv3
Project-URL: Documentation, https://evision-lib.readthedocs.io/
Project-URL: Changelog, https://evision-lib.readthedocs.io/en/latest/changelog.html
Project-URL: Issue Tracker, https://github.com/dectinc/evision-lib/issues
Keywords: evision,library,computer vision,rtsp
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Requires-Python: !=2.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
Description-Content-Type: text/x-rst
Requires-Dist: tornado (>=5.0.0)
Requires-Dist: opencv-python
Requires-Dist: numpy (>=1.11.0)
Requires-Dist: fields
Requires-Dist: pydantic (>=1.0)
Requires-Dist: walrus
Provides-Extra: db
Requires-Dist: peewee (>=3.0.0) ; extra == 'db'
Provides-Extra: extras
Requires-Dist: setproctitle ; extra == 'extras'
Provides-Extra: rst
Requires-Dist: docutils (>=0.11) ; extra == 'rst'
Provides-Extra: tornado
Requires-Dist: webargs (>=5.5.1) ; extra == 'tornado'

========
Overview
========



eVision Common Python Library

Installation
============

::

    pip install evision-lib

You can also install the in-development version with::

    pip install https://github.com/evision-ai/evision-lib/archive/master.zip


Documentation
=============


https://evision-lib.readthedocs.io/


Development
===========

To run the all tests run::

    tox

Note, to combine the coverage data from all the tox environments run:

.. list-table::
    :widths: 10 90
    :stub-columns: 1

    - - Windows
      - ::

            set PYTEST_ADDOPTS=--cov-append
            tox

    - - Other
      - ::

            PYTEST_ADDOPTS=--cov-append tox


Changelog
=========

0.1.2 (2019-10-29)
------------------

No updates but to avoid namespace reusing

0.1.1 (2019-10-29)
------------------

* Image source connection and distribution
* Parallel wrapper
* Hardware resource management
* Utilities

0.1.0 (2019-10-11)
------------------

* First release on PyPI.


