Metadata-Version: 1.0
Name: aristoxenus
Version: 0.1.0
Summary: Library for music data and humdrum parsing
Home-page: http://github.com/kroger/aristoxenus
Author: Pedro Kroger
Author-email: pedro.kroger@gmail.com
License: GNU GPL
Description: =============
         Aristoxenus
        =============
        
        Aristoxenus is a python library to deal with music data. It has a
        humdrum parser and code to perform operations on music data.
        
        Dependencies
        ------------
        
        To use this library the only thing you need is python 2.6 or better,
        but if you want to contribute with the development you may want to
        setup some tools to run the unit tests and check for code quality:
        
          sudo apt-get install python-setuptools pylint dvipng python-profiler python-dev
          sudo easy_install py coverage sphinx
        
        
        Installation
        ------------
        
        You can install this package with easy_install using:
        
            easy_install aristoxenus
            
        Or if you have already downloaded the .tar.gz archive:
        
            tar xzvf aristoxenus-0.1.0.tar.gz
            cd aristoxenus-0.1.0
            python setup.py install
        
        
        Contact Information
        -------------------
        Author: Pedro Kroger
        Internet: http://github.com/kroger/aristoxenus
        E-mail: pedro.kroger@gmail.com
        
Platform: UNKNOWN
