LICENSE
MANIFEST.in
README.md
pyproject.toml
s8kpred/__init__.py
s8kpred/api.py
s8kpred/cli.py
s8kpred/config.py
s8kpred.egg-info/PKG-INFO
s8kpred.egg-info/SOURCES.txt
s8kpred.egg-info/dependency_links.txt
s8kpred.egg-info/entry_points.txt
s8kpred.egg-info/requires.txt
s8kpred.egg-info/top_level.txt
s8kpred/data/README.txt
s8kpred/data/TriPeptidePropensityEightStateSecStructure.csv
s8kpred/data/TriPeptidePropensityThreeStateSecStructure2AND.csv
s8kpred/data/TripeptideBinaryTable_60.csv
s8kpred/features/__init__.py
s8kpred/features/propensity.py
s8kpred/features/pssm.py
s8kpred/plotting/__init__.py
s8kpred/plotting/cartoon.py
s8kpred/predictors/__init__.py
s8kpred/predictors/eight_state.py
s8kpred/predictors/three_state.py
s8kpred/utils/__init__.py
s8kpred/utils/fasta.py
s8kpred/utils/io.py
tests/__init__.py
tests/conftest.py
tests/test_s8kpred.py