.gitignore
LICENSE
Makefile
README.md
pyproject.toml
setup.cfg
setup.py
src/notter/__init__.py
src/notter/cli.py
src/notter/constants.py
src/notter/context.py
src/notter/controller.py
src/notter/exceptions.py
src/notter/explorer.py
src/notter/index.py
src/notter/model.py
src/notter/notter.py
src/notter/repository.py
src/notter/utils.py
src/notter.egg-info/PKG-INFO
src/notter.egg-info/SOURCES.txt
src/notter.egg-info/dependency_links.txt
src/notter.egg-info/entry_points.txt
src/notter.egg-info/requires.txt
src/notter.egg-info/top_level.txt
tests/__init__.py
tests/notter/__init__.py
tests/notter/test_cli.py