Metadata-Version: 2.1
Name: aiolo
Version: 1.0.2
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 both Linux and OS X for the following Python versions:
        * CPython: 3.6.4, 3.7.0, 3.8.0
        * PyPy: 7.2.0 (3.6.9)
        
        CPython 3.6.3 and lower are not supported due to [this bug](https://bugs.python.org/issue20891).
        
        ## 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
