.gitignore
Earthfile
LICENSE
MANIFEST.in
README.md
requirements.txt
sampleconfig.ini
setup.cfg
setup.py
test-requirements.txt
test.py
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
ampdata/VERSION
ampdata/__init__.py
ampdata/auth.py
ampdata/curves.py
ampdata/events.py
ampdata/session.py
ampdata/util.py
ampdata.egg-info/PKG-INFO
ampdata.egg-info/SOURCES.txt
ampdata.egg-info/dependency_links.txt
ampdata.egg-info/requires.txt
ampdata.egg-info/top_level.txt
tests/test_session.py
tests/test_util.py
tests/testconfig_minimal.ini
tests/testconfig_oauth.ini
tests/wapi_tests.py