Metadata-Version: 1.0
Name: portmidizero
Version: 0.1
Summary: A wrapper for PortMidi using ctypes.
Home-page: http://gitorious.org/projects/portmidizero
Author: Grant Yoshida
Author-email: enoki.enoki@gmail.com
License: MIT License
Description: 
        portmidizero is a simple wrapper for PortMidi in pure python.
        
        It's intended as an easier to install version of pyPortMidi:
        it doesn't require a compiler or any external python packages.
        
        Its only dependency, besides a dynamically linked PortMidi library,
        is ctypes.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python
Classifier: Topic :: Multimedia :: Sound/Audio :: MIDI
Classifier: Topic :: Software Development
