MANIFEST.in
README.md
setup.py
chorddb/__init__.py
chorddb/instrument.py
chorddb/notes.py
chorddb.egg-info/PKG-INFO
chorddb.egg-info/SOURCES.txt
chorddb.egg-info/dependency_links.txt
chorddb.egg-info/entry_points.txt
chorddb.egg-info/requires.txt
chorddb.egg-info/top_level.txt
chorddb/chords/__init__.py
chorddb/chords/drawer.py
chorddb/chords/finder.py
chorddb/chords/library.py
chorddb/chords/variations.py
chorddb/curses/__init__.py
chorddb/curses/chord_drawer.py
chorddb/curses/color.py
chorddb/curses/pad.py
chorddb/curses/render.py
chorddb/curses/screen.py
chorddb/curses/state.py
chorddb/tab/__init__.py
chorddb/tab/objects.py
chorddb/tab/parser.py
chorddb/terminal/__init__.py
chorddb/terminal/color.py
chorddb/terminal/render.py
chorddb/utils/__init__.py
chorddb/utils/decorators.py
chorddb/utils/regexp.py
test/__init__.py
test/test_instrument.py
test/test_notes.py
test/utils.py
test/test_chords/__init__.py
test/test_chords/test_finder.py
test/test_tab/__init__.py
test/test_tab/test_parser.py
test/test_utils/__init__.py
test/test_utils/test_decorators.py
test/test_utils/test_regexp.py