.gitignore
LICENSE
README.md
demo_with_sample_data.py
football_example.py
main.py
pyproject.toml
sample_data.csv
setup.py
test_football_fixes.py
verify_package.py
.idea/.gitignore
.idea/PyAttrScore.iml
.idea/encodings.xml
.idea/misc.xml
.idea/modules.xml
.idea/vcs.xml
.idea/inspectionProfiles/profiles_settings.xml
pyattrscore/__init__.py
pyattrscore/base.py
pyattrscore/config.yaml
pyattrscore/exceptions.py
pyattrscore/exponential_decay.py
pyattrscore/first_touch.py
pyattrscore/football.py
pyattrscore/last_touch.py
pyattrscore/linear.py
pyattrscore/linear_decay.py
pyattrscore/logger.py
pyattrscore/u_shaped.py
pyattrscore/utils.py
pyattrscore/windowed_first_touch.py
pyattrscore.egg-info/PKG-INFO
pyattrscore.egg-info/SOURCES.txt
pyattrscore.egg-info/dependency_links.txt
pyattrscore.egg-info/not-zip-safe
pyattrscore.egg-info/requires.txt
pyattrscore.egg-info/top_level.txt
pyattrscore/__pycache__/__init__.cpython-312.pyc
pyattrscore/__pycache__/base.cpython-312.pyc
pyattrscore/__pycache__/exceptions.cpython-312.pyc
pyattrscore/__pycache__/exponential_decay.cpython-312.pyc
pyattrscore/__pycache__/first_touch.cpython-312.pyc
pyattrscore/__pycache__/last_touch.cpython-312.pyc
pyattrscore/__pycache__/linear.cpython-312.pyc
pyattrscore/__pycache__/linear_decay.cpython-312.pyc
pyattrscore/__pycache__/logger.cpython-312.pyc
pyattrscore/__pycache__/u_shaped.cpython-312.pyc
pyattrscore/__pycache__/utils.cpython-312.pyc
pyattrscore/__pycache__/windowed_first_touch.cpython-312.pyc
tests/test_first_touch.py
tests/test_football.py
tests/test_linear.py
tests/test_utils.py