.gitignore
.readthedocs.yaml
CHANGELOG.md
LICENSE
README.md
example.py
example_multiple.py
mkdocs.yml
pyfr24-cli
pyproject.toml
run_tests.py
setup.py
update_version.py
.github/workflows/publish.yml
.github/workflows/test.yml
docs/index.md
docs/requirements.txt
pyfr24/__init__.py
pyfr24/cli.py
pyfr24/client.py
pyfr24/exceptions.py
pyfr24/logging.py
pyfr24.egg-info/PKG-INFO
pyfr24.egg-info/SOURCES.txt
pyfr24.egg-info/dependency_links.txt
pyfr24.egg-info/entry_points.txt
pyfr24.egg-info/requires.txt
pyfr24.egg-info/top_level.txt
tests/__init__.py
tests/run_tests.py
tests/test_client.py
tests/test_exceptions.py
tests/test_logging.py