Metadata-Version: 2.0
Name: pyossia
Version: 1.0.0b8
Summary: libossia is a modern C++, cross-environment distributed object model for creative coding and interaction scoring Edit
Home-page: https://github.com/OSSIA/libossia
Author: OSSIA team
Author-email: contact@ossia.io
License: GPLv3+
Description-Content-Type: UNKNOWN
Keywords: creative,controls,osc,oscquery,websocket,libossia,midi
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules

PyOssia
=======

|Build Status|

| PyOssia is a python module for
  `libossia <http://github.com/OSSIA/libossia>`__
| It will use libossia thanks to pybind11

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

latest stable
-------------
``pip install pyossia``

latest unstable (git master branch)
-----------------------------------

``pip install git+https://github.com/PixelStereo/pyossia.git@master``


Credits
=======

Pyossia is written by Pixel Stereo, under GPL 3 licence

.. |Build Status| image:: https://travis-ci.org/PixelStereo/pyossia.svg?branch=master
   :target: https://travis-ci.org/PixelStereo/pyossia


