LICENSE
README.md
pyproject.toml
src/__init__.py
src/inferent/__init__.py
src/inferent/ratings.py
src/inferent.egg-info/PKG-INFO
src/inferent.egg-info/SOURCES.txt
src/inferent.egg-info/dependency_links.txt
src/inferent.egg-info/requires.txt
src/inferent.egg-info/top_level.txt
src/inferent/scraping/__init__.py
src/inferent/scraping/base_scraper.py
src/inferent/scraping/utils.py
src/inferent/utils/__init__.py
src/inferent/utils/betting.py
src/inferent/utils/functions.py
src/inferent/utils/math.py
src/inferent/utils/strings.py
src/tests/__init__.py
src/tests/test_ratings.py
src/tests/scraping/__init__.py
src/tests/scraping/test_base_scraper.py
src/tests/scraping/test_utils.py
src/tests/utils/__init__.py
src/tests/utils/test_betting.py
src/tests/utils/test_math.py
src/tests/utils/test_strings.py