-rw-r--r-- | LICENSE | 21L |
-rw-r--r-- | cookiecutter.json | 15L |
-rw-r--r-- | hooks/post_gen_project.py | 38L |
-rw-r--r-- | hooks/pre_gen_project.py | 14L |
-rw-r--r-- | {{cookiecutter.project_slug}}/.coveragerc | 3L |
-rw-r--r-- | {{cookiecutter.project_slug}}/.gitignore | 5L |
-rw-r--r-- | {{cookiecutter.project_slug}}/.pylintrc | 571L |
-rw-r--r-- | {{cookiecutter.project_slug}}/.travis.yml | 40L |
-rw-r--r-- | {{cookiecutter.project_slug}}/LICENSE | 111L |
-rw-r--r-- | {{cookiecutter.project_slug}}/Makefile | 99L |
-rw-r--r-- | {{cookiecutter.project_slug}}/Pipfile | 20L |
-rw-r--r-- | {{cookiecutter.project_slug}}/README.rst | 6L |
-rw-r--r-- | {{cookiecutter.project_slug}}/appveyor.yml | 16L |
-rw-r--r-- | {{cookiecutter.project_slug}}/docs/Makefile | 20L |
-rw-r--r-- | {{cookiecutter.project_slug}}/docs/make.bat | 42L |
-rw-r--r-- | {{cookiecutter.project_slug}}/docs/source/conf.py | 156L |
-rw-r--r-- | {{cookiecutter.project_slug}}/docs/source/index.rst | 47L |
-rw-r--r-- | {{cookiecutter.project_slug}}/make.bat | 180L |
-rw-r--r-- | {{cookiecutter.project_slug}}/pyproject.toml | 26L |
-rw-r--r-- | {{cookiecutter.project_slug}}/pytest.ini | 2L |
-rw-r--r-- | {{cookiecutter.project_slug}}/tests/test_{{cookiecutter.project_slug}}.py | 22L |
-rw-r--r-- | {{cookiecutter.project_slug}}/tox.ini | 29L |
-rw-r--r-- | {{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/__init__.py | 20L |
-rw-r--r-- | {{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/__main__.py | 5L |
-rw-r--r-- | {{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}.py | 3L |