.coverage
.flake8
.gitignore
.pydocstyle
.pylintrc
.pypirc
.python-version
.travis.yml
AUTHORS.md
CHANGELOG.md
LICENSE.md
MANIFEST.in
README.md
_config.yml
analyse-source-code.sh
icon.png
mypy.ini
pyproject.toml
pytest.ini
requirements-dev.txt
requirements.txt
setup.py
usage.gif
pypans/__init__.py
pypans/__main__.py
pypans/file.py
pypans/project.py
pypans.egg-info/PKG-INFO
pypans.egg-info/SOURCES.txt
pypans.egg-info/dependency_links.txt
pypans.egg-info/entry_points.txt
pypans.egg-info/requires.txt
pypans.egg-info/top_level.txt
pypans/template/.flake8
pypans/template/.gitignore
pypans/template/.pydocstyle
pypans/template/.pylintrc
pypans/template/.pypirc
pypans/template/.travis.yml
pypans/template/AUTHORS.md
pypans/template/CHANGELOG.md
pypans/template/LICENSE.md
pypans/template/MANIFEST.in
pypans/template/Procfile
pypans/template/README.md
pypans/template/_config.yml
pypans/template/analyse-source-code.sh
pypans/template/icon.png
pypans/template/mypy.ini
pypans/template/pyproject.toml
pypans/template/pytest.ini
pypans/template/requirements-dev.txt
pypans/template/requirements.txt
pypans/template/runtime.txt
pypans/template/setup.py
tests/__init__.py
tests/conftest.py
tests/markers.py
tests/test_sample.py