Metadata-Version: 2.1
Name: auxjad
Version: 0.8.22
Summary: Auxiliary functions and classes for Abjad 3.1.
Home-page: https://github.com/gilbertohasnofb/auxjad
Author: Gilberto Agostinho
Author-email: gilbertohasnofb@gmail.com
License: MIT
Description: |auxjad-socialify|
        
        |PyPI| |Build| |Python versions| |License| |Bug report| |Documentation|
        
        Auxjad is a library of auxiliary classes and functions for `Abjad 3.1`_ aimed
        at composers of algorithmic music. All classes and functions have a ``__doc__``
        attribute with usage instructions.
        
        Documentation is available at the `Auxjad Docs`_ webpage.
        
        Bugs can be reported through the project's `Issue Tracker`_.
        
        This library is published under the `MIT License`_.
        
        
        Installation
        ============
        
        The recommended way to install Auxjad is via `pip`_::
        
            ~$ pip install --user auxjad
        
        Or if you are using virtual environments, simply use::
        
            ~$ pip install auxjad
        
        You will also need to install `Python 3.9`_ or higher, as well as `Abjad 3.1`_
        and `LilyPond`_.
        
        .. |auxjad-socialify| image:: https://socialify.git.ci/gilbertohasnofb/auxjad/image?description=1&font=Inter&language=1&owner=1&pattern=Plus&theme=Dark
            :target: https://github.com/gilbertohasnofb/auxjad
        .. |PyPI| image:: https://img.shields.io/pypi/v/auxjad.svg?style=for-the-badge
           :target: https://pypi.python.org/pypi/auxjad
        .. |Build| image:: https://img.shields.io/travis/gilbertohasnofb/auxjad?style=for-the-badge
           :target: https://travis-ci.com/gilbertohasnofb/auxjad
        .. |Python versions| image:: https://img.shields.io/pypi/pyversions/auxjad.svg?style=for-the-badge
           :target: https://www.python.org/downloads/release/python-360/
        .. |License| image:: https://img.shields.io/badge/license-MIT-blue?style=for-the-badge
           :target: https://github.com/gilbertohasnofb/auxjad/blob/master/LICENSE
        .. |Bug report| image:: https://img.shields.io/badge/bug-report-red.svg?style=for-the-badge
           :target: https://github.com/gilbertohasnofb/auxjad/issues
        .. |Documentation| image:: https://img.shields.io/badge/docs-auxjad.docs-yellow?style=for-the-badge
           :target: https://gilbertohasnofb.github.io/auxjad-docs/
        
        .. _`Auxjad Docs`: https://gilbertohasnofb.github.io/auxjad-docs/
        .. _`Issue Tracker`: https://github.com/gilbertohasnofb/auxjad/issues
        .. _`MIT License`: https://github.com/gilbertohasnofb/auxjad/blob/master/LICENSE
        .. _pip: https://pip.pypa.io/en/stable/
        .. _`Python 3.9`: https://www.python.org/
        .. _`Abjad 3.1`: https://abjad.github.io/
        .. _LilyPond: http://lilypond.org/
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Provides-Extra: test
