.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/publish.yml
examples/example.fasta
src/tlogo/__init__.py
src/tlogo/_version.py
src/tlogo/cli.py
src/tlogo.egg-info/PKG-INFO
src/tlogo.egg-info/SOURCES.txt
src/tlogo.egg-info/dependency_links.txt
src/tlogo.egg-info/entry_points.txt
src/tlogo.egg-info/requires.txt
src/tlogo.egg-info/top_level.txt
tests/conftest.py
tests/test_cli.py