Metadata-Version: 2.4
Name: auxjad
Version: 1.0.9
Summary: Auxiliary classes and functions for Abjad.
Author-email: Gilberto Agostinho <gilbertohasnofb@gmail.com>
License: MIT License
        
        Copyright (c) 2018 Gilberto Agostinho
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: homepage, https://gilbertohasnofb.github.io/auxjad-docs/
Project-URL: source, https://github.com/gilbertohasnofb/auxjad
Keywords: auxjad,algorithmic composition,generative music,computer music,music composition,music notation,lilypond,abjad
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Artistic Software
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: abjad==3.4
Provides-Extra: dev
Requires-Dist: black>=25.1.0; extra == "dev"
Requires-Dist: build>=1.3.0; extra == "dev"
Requires-Dist: flake8>=7.3.0; extra == "dev"
Requires-Dist: isort>=8.0.1; extra == "dev"
Requires-Dist: pydocstyle>=6.3.0; extra == "dev"
Requires-Dist: pygments>=2.19.2; extra == "dev"
Requires-Dist: sphinx>=7.4.0; extra == "dev"
Requires-Dist: sphinx_rtd_theme>=3.1.0; extra == "dev"
Requires-Dist: twine>=6.2.0; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest>=9.0.3; extra == "test"
Dynamic: license-file

|Auxjad image|

|PyPI| |Build| |Python versions| |License| |Bug report| |Documentation|

Auxjad is a library of auxiliary classes and functions for `Abjad 3.4`_ 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

If you are using virtual environments, simply use::

    ~$ pip install auxjad

Auxjad requires `Python 3.10`_ or higher, `LilyPond 2.24`_ or higher, and `Abjad 3.4`_ (exact
version). Please note that Auxjad is **not compatible** with newever versions of Abjad.

.. _`Auxjad Docs`: https://gilbertohasnofb.github.io/auxjad-docs/
.. _`Issue Tracker`: https://github.com/gilbertohasnofb/auxjad/issues
.. _`MIT License`: https://github.com/gilbertohasnofb/auxjad/blob/main/LICENSE

.. _pip: https://pip.pypa.io/en/stable/
.. _`Abjad 3.4`: https://abjad.github.io/
.. _`LilyPond 2.24`: http://lilypond.org/
.. _`Python 3.10`: https://www.python.org/

.. |Auxjad image| image:: https://raw.githubusercontent.com/gilbertohasnofb/auxjad/main/assets/auxjad-banner.png
   :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/github/actions/workflow/status/gilbertohasnofb/auxjad/github-actions.yml?style=for-the-badge
   :target: https://github.com/gilbertohasnofb/auxjad/actions/workflows/github-actions.yml
.. |Python versions| image:: https://img.shields.io/pypi/pyversions/auxjad.svg?style=for-the-badge
   :target: https://www.python.org/downloads/release/python-3100/
.. |License| image:: https://img.shields.io/badge/license-MIT-blue?style=for-the-badge
   :target: https://github.com/gilbertohasnofb/auxjad/blob/main/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/
