Metadata-Version: 1.2
Name: quickly
Version: 0.0.2
Summary: Tool and library for manipulating LilyPond files
Home-page: https://github.com/frescobaldi/quickly
Maintainer: Wilbert Berendsen
Maintainer-email: info@frescobaldi.org
License: GPL v3
Description: Welcome to quickly!
        ===================
        
        `Homepage       <https://github.com/frescobaldi/quickly>`_      •
        `Download       <https://pypi.org/project/quickly/>`_           •
        `Documentation  <https://python-quickly.readthedocs.io/>`_      •
        `License        <https://www.gnu.org/licenses/gpl-3.0>`_
        
        The quickly python package is slated to become the successor of python-ly.
        
        It is currently in a very early development phase.
        
        Like python-ly, it will provide tools to manipulate `LilyPond`_ music
        documents, but instead of using the lexer in python-ly, which is very difficult
        to maintain, it will use the new `parce`_ package for parsing LilyPond files.
        
        .. _LilyPond: http://lilypond.org/
        .. _parce: https://parce.info/
        
        ``ly.dom`` and ``ly.music`` will be superceded by ``quickly.dom`` which will
        provide a way to both build a LilyPond source file from scratch (like
        ``ly.dom``) and manipulate an existing document (like ``ly.music``). It is also
        expected that much of the functionality that is currently implemented at the
        token level, like transposing and rhythm manipulations, can be rewritten to
        work on the musical representation provided by ``quickly.dom``, which will look
        a lot like ``ly.music``.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Editors
