Metadata-Version: 2.1
Name: aiolo
Version: 2.0.0
Summary: asyncio-friendly Python bindings for liblo
Home-page: UNKNOWN
Author: Elijah Shaw-Rutschman
Author-email: elijahr+aiolo@gmail.com
License: UNKNOWN
Description: # aiolo
        asyncio-friendly Python bindings for [liblo](http://liblo.sourceforge.net/), an implementation of the Open Sound Control (OSC) protocol for POSIX systems.
        
        ![build_status](https://travis-ci.org/elijahr/aiolo.svg?branch=master)
        
        ## Installation
        
        ```shell
        pip install aiolo
        ```
        
        Tests run on Travis CI with the following configurations:
        * Ubuntu 18.04 Bionic Beaver + liblo 0.29 + [CPython3.6, CPython3.7, CPython3.8, PyPy7.3.0 (3.6.9)]
        * OSX + liblo 0.29 + [CPython3.6, CPython3.7, CPython3.8, PyPy7.3.0 (3.6.9)]
        
        ## Usage
        
        See the [examples](https://github.com/elijahr/aiolo/blob/master/examples).
        
        ## Contributing
        
        Pull requests are welcome, please file any issues you encounter.
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Sound/Audio :: Sound Synthesis
Classifier: Framework :: AsyncIO
Description-Content-Type: text/markdown
Provides-Extra: dev
