Metadata-Version: 2.1
Name: chorddb
Version: 0.0.5
Summary: A tablature parser / chord database
Home-page: https://github.com/pignacio/chorddb
Author: Ignacio Rossi
Author-email: rossi.ignacio@gmail.com
License: GPLv3
Description: chorddb
        =======
        
        [![Build
        Status](https://travis-ci.org/pignacio/chorddb.svg?branch=master)](https://travis-ci.org/pignacio/chorddb)
        [![Coverage
        Status](https://coveralls.io/repos/pignacio/chorddb/badge.svg?branch=master)](https://coveralls.io/r/pignacio/chorddb?branch=master)
        
        A guitar tablature parser
        
        ![chorddb in curses mode](./images/curses.png)
        
        ##Usage
        
        ```
        chorddb parse <filename>           # Terminal mode
        chorddb parse <filename> --curses  # Curses mode
        ```
        
        ###Additional options
        
        ```
        -i/--instrument: choose instrument to parse tabs for. Should be one of
                         guitar, loog, ukelele
        -t/--transpose: transpose the tablature the given number of steps
        -c/--capo: simulates a capo on the instrument
        ```
        
        
Keywords: music chord tablature
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
