.flake8
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
src/crispex/__init__.py
src/crispex/api.py
src/crispex/cli.py
src/crispex.egg-info/PKG-INFO
src/crispex.egg-info/SOURCES.txt
src/crispex.egg-info/dependency_links.txt
src/crispex.egg-info/entry_points.txt
src/crispex.egg-info/requires.txt
src/crispex.egg-info/top_level.txt
src/crispex/core/__init__.py
src/crispex/core/extract.py
src/crispex/core/fetch.py
src/crispex/core/genome.py
src/crispex/core/guide.py
src/crispex/core/offtarget.py
src/crispex/core/predict.py
src/crispex/core/rank.py
src/crispex/utils/__init__.py
src/crispex/utils/errors.py
src/crispex/utils/export.py
src/crispex/utils/validate.py
tests/__init__.py
tests/test_extract.py
tests/test_guide.py
tests/test_integration.py
tests/test_validate.py