Metadata-Version: 2.1
Name: async2v
Version: 0.1.3
Summary: Framework for building computer-vision prototypes
Home-page: UNKNOWN
Author: Thomas Reifenberger
License: MIT
Project-URL: Source on GitHub, https://github.com/tom-mi/python-async2v
Project-URL: Documentation, https://async2v.readthedocs.io/
Project-URL: Tests on Travis CI, https://travis-ci.com/tom-mi/python-async2v
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Requires-Dist: argcomplete
Requires-Dist: graphviz
Requires-Dist: logwood
Requires-Dist: dataclasses ; python_version < "3.7"
Provides-Extra: opencv
Requires-Dist: opencv-python ; extra == 'opencv'
Requires-Dist: numpy ; extra == 'opencv'
Provides-Extra: pygame
Requires-Dist: pygame ; extra == 'pygame'

async2v
=======

.. image:: https://travis-ci.com/tom-mi/python-async2v.svg?branch=master
    :target: https://travis-ci.com/tom-mi/python-async2v

.. image:: https://readthedocs.org/projects/async2v/badge/?version=latest
    :target: https://async2v.readthedocs.io/

Framework for building computer-vision prototypes.

It is based on `asyncio <https://docs.python.org/3/library/asyncio.html>`_.
To get the most out of it, `pygame <https://www.pygame.org/>`_ and `OpenCV <https://opencv.org/>`_ are required.

**Write less boilerplate, instead focus on the interesting things.**

Links
-----

`Source on GitHub <https://github.com/tom-mi/python-async2v>`_

`Documentation <https://async2v.readthedocs.io/>`_

`Tests on Travis CI <https://travis-ci.com/tom-mi/python-async2v>`_


