.gitignore
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/python-publish.yml
.github/workflows/python-test.yml
awattar/__init__.py
awattar/cli.py
awattar/client.py
awattar/marketitem.py
awattar.egg-info/PKG-INFO
awattar.egg-info/SOURCES.txt
awattar.egg-info/dependency_links.txt
awattar.egg-info/entry_points.txt
awattar.egg-info/requires.txt
awattar.egg-info/top_level.txt
examples/__init__.py
examples/async_example.py
examples/example.py
tests/assert_dates_equal.py
tests/test_api.py
tests/test_cli.py