.gitignore
LICENSE
README.md
create_venv.sh
pyproject.toml
setup.cfg
setup.py
.github/scripts/quality_checks.sh
.github/scripts/setup_environment.sh
.github/workflows/publish.yml
.github/workflows/quality_check.yml
.vscode/settings.json
src/points_table_simulator/__init__.py
src/points_table_simulator/constants.py
src/points_table_simulator/exceptions.py
src/points_table_simulator/points_table_simulator.py
src/points_table_simulator.egg-info/PKG-INFO
src/points_table_simulator.egg-info/SOURCES.txt
src/points_table_simulator.egg-info/dependency_links.txt
src/points_table_simulator.egg-info/requires.txt
src/points_table_simulator.egg-info/top_level.txt
tests/__init__.py
tests/points_table_simulator_tests/__init__.py
tests/points_table_simulator_tests/error_tests.py
tests/points_table_simulator_tests/success_tests.py
tests/points_table_simulator_tests/data/psl_2024_fixture.csv