AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
pycode/__init__.py
pycode/cli.py
pycode/config.py
pycode/main.py
pycode/persistence.py
pycode/utils.py
pycode.egg-info/PKG-INFO
pycode.egg-info/SOURCES.txt
pycode.egg-info/dependency_links.txt
pycode.egg-info/entry_points.txt
pycode.egg-info/not-zip-safe
pycode.egg-info/requires.txt
pycode.egg-info/top_level.txt
pycode/gui/__init__.py
pycode/gui/coding_unit.py
pycode/gui/core.py
pycode/gui/dialogs.py
pycode/gui/presenter.py
pycode/gui/widgets.py
tests/__init__.py
tests/jerome.txt
tests/test_gui_core.py
tests/test_gui_widgets.py
tests/test_main.py
tests/test_persistence.py
tests/test_pycode.py
tests/test_utils.py