Metadata-Version: 1.2
Name: guitab
Version: 1.0.0
Summary: Command-line interface for creating guitar tabs, implemented in Python
Home-page: https://github.com/bielsnohr/guitab
Author: bielsnohr
Author-email: matt.bielsnohr@protonmail.com
License: BSD (3-clause)
Description: .. image:: https://github.com/bielsnohr/guitab/actions/workflows/lint-and-test.yml/badge.svg?branch=master
                :target: https://github.com/bielsnohr/guitab/actions/workflows/lint-and-test.yml?query=branch:master
        
        .. image:: https://github.com/bielsnohr/guitab/actions/workflows/docs.yml/badge.svg?branch=master
                :target: https://bielsnohr.github.io/guitab/
        
        .. image:: https://codecov.io/gh/bielsnohr/guitab/branch/master/graph/badge.svg?token=YUFX8ZA5XX
                :target: https://codecov.io/gh/bielsnohr/guitab
            
        .. image:: https://img.shields.io/pypi/v/guitab.svg
                :target: https://pypi.python.org/pypi/guitab
        
        
        ======
        guitab
        ======
        
        A line-oriented command interpreter for creating guitar tabs, implemented in
        Python
        
        * Free software: 3-clause BSD license
        * Documentation: https://bielsnohr.github.io/guitab.
        
        Features
        --------
        
        * A command line emulator with specific syntax for composing and editing
          guitar tablature.
        * Quicker than editing guitar tabs in a text file.
        * Write and read tab data to easily readable and distributable text files.
        
        See documentation for installation and usage instructions.
        
        Contributing
        ------------
        
        See the `contributing guide <CONTRIBUTING.rst>`_ for requested procedures for
        contributing to this project.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
