LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
Starter.egg-info/PKG-INFO
Starter.egg-info/SOURCES.txt
Starter.egg-info/dependency_links.txt
Starter.egg-info/entry_points.txt
Starter.egg-info/requires.txt
Starter.egg-info/top_level.txt
starter/__init__.py
starter/_compat.py
starter/core.py
starter/log.py
starter/main.py
starter/templates/__init__.py
starter/templates/license-bsd/LICENSE.j2
starter/templates/license-bsd/starter.ini
starter/templates/py-makefile/Makefile.j2
starter/templates/py-makefile/starter.ini
starter/templates/py-package/.gitignore
starter/templates/py-package/.travis.yml
starter/templates/py-package/AUTHORS.rst.j2
starter/templates/py-package/CONTRIBUTING.rst.j2
starter/templates/py-package/Changelog.j2
starter/templates/py-package/MANIFEST.in.j2
starter/templates/py-package/README.rst.j2
starter/templates/py-package/requirements-tests.txt
starter/templates/py-package/requirements.txt
starter/templates/py-package/setup.cfg
starter/templates/py-package/setup.py.j2
starter/templates/py-package/starter.ini
starter/templates/py-package/docs/api.rst.j2
starter/templates/py-package/docs/conf.py.j2
starter/templates/py-package/docs/index.rst.j2
starter/templates/py-package/docs/installation.rst
starter/templates/py-package/docs/quickstart.rst
starter/templates/py-package/tests/__init__.py
starter/templates/py-package/tests/test_{{PACKAGE}}.py.j2
starter/templates/py-package/{{PACKAGE}}/__init__.py.j2
starter/templates/py-package/{{PACKAGE}}/{{PACKAGE}}.py
starter/templates/starter-module/DESCRIPTION
starter/templates/starter-module/LICENSE.j2
starter/templates/starter-module/MANIFEST.in.j2
starter/templates/starter-module/Makefile.j2
starter/templates/starter-module/README.rst.j2
starter/templates/starter-module/setup.py.j2
starter/templates/starter-module/starter.ini
starter/templates/starter-module/starter/__init__.py
starter/templates/starter-module/starter/templates/__init__.py
starter/templates/starter-module/starter/templates/starter.ini
starter/templates/starter-module/starter/templates/{{MODULE}}/.placeholder