AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
requirements.txt
setup.cfg
setup.py
tox.ini
./nicfit/__about__.py
./nicfit/__init__.py
./nicfit/__main__.py
./nicfit/_argparse.py
./nicfit/aio.py
./nicfit/app.py
./nicfit/command.py
./nicfit/config.py
./nicfit/logger.py
./nicfit/util.py
./nicfit/console/__init__.py
./nicfit/console/_io.py
./nicfit/console/ansi.py
./nicfit/shell/__init__.py
./nicfit/shell/command.py
./nicfit/shell/completion.py
./nicfit/shell/output.py
./tests/conftest.py
./tests/test_aio.py
./tests/test_application.py
./tests/test_argsparse.py
./tests/test_command.py
./tests/test_config.py
./tests/test_console.py
./tests/test_logging.py
./tests/test_main.py
./tests/test_nicfit.py
./tests/test_shell.py
./tests/test_util.py
cookiecutter/.gitignore
cookiecutter/.travis.yml
cookiecutter/Makefile
cookiecutter/README.rst
cookiecutter/cookiecutter.json
cookiecutter/mkpregen.py
cookiecutter/test.sh
cookiecutter/hooks/post_gen_project.py
cookiecutter/hooks/pre_gen_project.py
cookiecutter/{{cookiecutter.project_name}}/.editorconfig
cookiecutter/{{cookiecutter.project_name}}/.gitchangelog.rc
cookiecutter/{{cookiecutter.project_name}}/.gitignore
cookiecutter/{{cookiecutter.project_name}}/.hgignore
cookiecutter/{{cookiecutter.project_name}}/.travis.yml
cookiecutter/{{cookiecutter.project_name}}/AUTHORS.rst
cookiecutter/{{cookiecutter.project_name}}/CONTRIBUTING.rst
cookiecutter/{{cookiecutter.project_name}}/HISTORY.rst
cookiecutter/{{cookiecutter.project_name}}/LICENSE
cookiecutter/{{cookiecutter.project_name}}/MANIFEST.in
cookiecutter/{{cookiecutter.project_name}}/Makefile
cookiecutter/{{cookiecutter.project_name}}/README.rst
cookiecutter/{{cookiecutter.project_name}}/git-commit-msg
cookiecutter/{{cookiecutter.project_name}}/pavement.py
cookiecutter/{{cookiecutter.project_name}}/setup.cfg
cookiecutter/{{cookiecutter.project_name}}/setup.py
cookiecutter/{{cookiecutter.project_name}}/tox.ini
cookiecutter/{{cookiecutter.project_name}}/travis_pypi_setup.py
cookiecutter/{{cookiecutter.project_name}}/docs/Makefile
cookiecutter/{{cookiecutter.project_name}}/docs/authors.rst
cookiecutter/{{cookiecutter.project_name}}/docs/conf.py
cookiecutter/{{cookiecutter.project_name}}/docs/contributing.rst
cookiecutter/{{cookiecutter.project_name}}/docs/history.rst
cookiecutter/{{cookiecutter.project_name}}/docs/index.rst
cookiecutter/{{cookiecutter.project_name}}/docs/installation.rst
cookiecutter/{{cookiecutter.project_name}}/docs/make.bat
cookiecutter/{{cookiecutter.project_name}}/docs/readme.rst
cookiecutter/{{cookiecutter.project_name}}/docs/usage.rst
cookiecutter/{{cookiecutter.project_name}}/docs/_static/.keep
cookiecutter/{{cookiecutter.project_name}}/licenses/Apache-2
cookiecutter/{{cookiecutter.project_name}}/licenses/BSD-3
cookiecutter/{{cookiecutter.project_name}}/licenses/GPL-2
cookiecutter/{{cookiecutter.project_name}}/licenses/GPL-3
cookiecutter/{{cookiecutter.project_name}}/licenses/LGPL-2
cookiecutter/{{cookiecutter.project_name}}/licenses/LGPL-3
cookiecutter/{{cookiecutter.project_name}}/licenses/MIT
cookiecutter/{{cookiecutter.project_name}}/licenses/MPL-2
cookiecutter/{{cookiecutter.project_name}}/locale/.gitkeep
cookiecutter/{{cookiecutter.project_name}}/locale/{{cookiecutter.gettext_domain}}.pot
cookiecutter/{{cookiecutter.project_name}}/locale/en_US/LC_MESSAGES/{{cookiecutter.gettext_domain}}.po
cookiecutter/{{cookiecutter.project_name}}/requirements/requirements.yml
cookiecutter/{{cookiecutter.project_name}}/tests/test_{{cookiecutter.py_module}}.py
cookiecutter/{{cookiecutter.project_name}}/{{cookiecutter.py_module}}/__about__.py
cookiecutter/{{cookiecutter.project_name}}/{{cookiecutter.py_module}}/__init__.py
cookiecutter/{{cookiecutter.project_name}}/{{cookiecutter.py_module}}/__main__.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/modules.rst
docs/nicfit.console.rst
docs/nicfit.rst
docs/nicfit.shell.rst
docs/readme.rst
docs/usage.rst
docs/_static/.keep
locale/nicfit.py.pot
locale/en_US/LC_MESSAGES/nicfit.py.mo
locale/en_US/LC_MESSAGES/nicfit.py.po
locale/es/LC_MESSAGES/nicfit.py.mo
locale/es/LC_MESSAGES/nicfit.py.po
nicfit.py.egg-info/PKG-INFO
nicfit.py.egg-info/SOURCES.txt
nicfit.py.egg-info/dependency_links.txt
nicfit.py.egg-info/entry_points.txt
nicfit.py.egg-info/not-zip-safe
nicfit.py.egg-info/requires.txt
nicfit.py.egg-info/top_level.txt
requirements/dev.txt
requirements/extra_cookiecutter.txt
requirements/extra_shell.txt
requirements/main.txt
requirements/requirements.yml
requirements/test.txt