Metadata-Version: 1.1
Name: orbitant
Version: 0.1.0
Summary: MIDI clock utilities for Python.
Home-page: https://github.com/metrasynth/orbitant
Author: Matthew Scott
Author-email: matt@11craft.com
License: MIT
Description: Overview of Orbitant
        ====================
        
        ..  start-badges
        
        |buildstatus| |docs|
        
        .. |buildstatus| image:: https://img.shields.io/travis/metrasynth/orbitant.svg?style=flat
            :alt: build status
            :scale: 100%
            :target: https://travis-ci.org/metrasynth/orbitant
        
        .. |docs| image:: https://readthedocs.org/projects/orbitant/badge/?version=latest
            :alt: Documentation Status
            :scale: 100%
            :target: https://orbitant.readthedocs.io/en/latest/?badge=latest
        
        ..  end-badges
        
        Part of the Metrasynth_ project.
        
        .. _Metrasynth: https://metrasynth.github.io/
        
        
        Purpose
        -------
        
        MIDI clock and musical timing utilities for Python.
        
        
        Status
        ------
        
        ..  warning::
        
            This package is very experimental. Features and APIs may change a great
            deal before being considered stable.
        
        
        Requirements
        ------------
        
        macOS::
        
            $ brew install rtmidi
        
        Changelog
        =========
        
        0.1.0 (2016-11-08)
        ------------------
        
        - Initial release.
        
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries :: Python Modules
