.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
.github/workflows/github-actions.yml
ci/bootstrap.py
ci/requirements.txt
ci/templates/.github/workflows/github-actions.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/index.rst
docs/reference/rcis.rst
docs/tests/index.rst
docs/tests/my_test.rst
src/rcis/__init__.py
src/rcis/__main__.py
src/rcis/cli.py
src/rcis/rcis.py
src/rcis.egg-info/PKG-INFO
src/rcis.egg-info/SOURCES.txt
src/rcis.egg-info/dependency_links.txt
src/rcis.egg-info/entry_points.txt
src/rcis.egg-info/not-zip-safe
src/rcis.egg-info/requires.txt
src/rcis.egg-info/top_level.txt
tests/my_test.py
tests/test_rcis.py