.editorconfig
CHANGELOG.rst
LICENSE.txt
MANIFEST.in
Makefile
README.rst
pylintrc
setup.cfg
setup.py
tox.ini
changelog.d/README.txt
changelog.d/ghrel_template.md.j2
docs/Makefile
docs/changelog.rst
docs/commands.rst
docs/concepts.rst
docs/conf.py
docs/configuration.rst
docs/index.rst
docs/philosophy.rst
docs/_static/theme_overrides.css
docs/include/links.rst
requirements/base.in
requirements/base.txt
requirements/constraints.txt
requirements/dev.in
requirements/dev.txt
requirements/doc.in
requirements/doc.txt
requirements/pip-tools.in
requirements/pip-tools.txt
requirements/quality.in
requirements/quality.txt
requirements/test.in
requirements/test.txt
requirements/tox.in
requirements/tox.txt
src/scriv/__init__.py
src/scriv/__main__.py
src/scriv/changelog.py
src/scriv/cli.py
src/scriv/collect.py
src/scriv/config.py
src/scriv/create.py
src/scriv/exceptions.py
src/scriv/format.py
src/scriv/format_md.py
src/scriv/format_rst.py
src/scriv/ghrel.py
src/scriv/github.py
src/scriv/gitinfo.py
src/scriv/literals.py
src/scriv/optional.py
src/scriv/scriv.py
src/scriv/shell.py
src/scriv/util.py
src/scriv.egg-info/PKG-INFO
src/scriv.egg-info/SOURCES.txt
src/scriv.egg-info/dependency_links.txt
src/scriv.egg-info/entry_points.txt
src/scriv.egg-info/requires.txt
src/scriv.egg-info/top_level.txt
src/scriv/templates/new_fragment.md.j2
src/scriv/templates/new_fragment.rst.j2
tests/__init__.py
tests/conftest.py
tests/faker.py
tests/helpers.py
tests/test_changelog.py
tests/test_collect.py
tests/test_config.py
tests/test_create.py
tests/test_faker.py
tests/test_format_md.py
tests/test_format_rst.py
tests/test_ghrel.py
tests/test_github.py
tests/test_gitinfo.py
tests/test_literals.py
tests/test_process.py
tests/test_util.py