.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
.github/workflows/ci.yml
examples/01_basic_metadata.py
examples/02_calculate_single_parameter.py
examples/03_batch_calculations.py
examples/04_groundwater_calculations.py
examples/05_advanced_workflow.py
examples/README.md
guidelinely/__init__.py
guidelinely/_version.py
guidelinely/auth.py
guidelinely/cache.py
guidelinely/client.py
guidelinely/exceptions.py
guidelinely/models.py
guidelinely.egg-info/PKG-INFO
guidelinely.egg-info/SOURCES.txt
guidelinely.egg-info/dependency_links.txt
guidelinely.egg-info/requires.txt
guidelinely.egg-info/top_level.txt
tests/__init__.py
tests/test_auth.py
tests/test_cache.py
tests/test_client.py
tests/test_edge_cases.py
tests/test_models.py