.editorconfig
.gitattributes
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
mkdocs.yml
pyproject.toml
requirements-dev.txt
requirements.txt
.github/workflows/docs.yml
.github/workflows/pre-commit.yml
.github/workflows/publish-pypi.yml
.github/workflows/publish-test-pypi.yml
.github/workflows/test.yml
docs/changelog.md
docs/index.md
docs/data/lab_in_the_field.md
docs/data/scraping.md
docs/data/simulation.md
econompy/__init__.py
econompy/version.py
econompy.egg-info/PKG-INFO
econompy.egg-info/SOURCES.txt
econompy.egg-info/dependency_links.txt
econompy.egg-info/requires.txt
econompy.egg-info/top_level.txt
econompy/data/__init__.py
econompy/data/simulation.py
example/main.py
tests/__init__.py
tests/test_version.py