LICENSE
README.md
pyproject.toml
birdbuddy/__init__.py
birdbuddy/birds.py
birdbuddy/client.py
birdbuddy/const.py
birdbuddy/exceptions.py
birdbuddy/feed.py
birdbuddy/feeder.py
birdbuddy/media.py
birdbuddy/py.typed
birdbuddy/sightings.py
birdbuddy/user.py
birdbuddy/queries/__init__.py
birdbuddy/queries/auth.py
birdbuddy/queries/birds.py
birdbuddy/queries/debug.py
birdbuddy/queries/feeder.py
birdbuddy/queries/me.py
pybirdbuddy.egg-info/PKG-INFO
pybirdbuddy.egg-info/SOURCES.txt
pybirdbuddy.egg-info/dependency_links.txt
pybirdbuddy.egg-info/requires.txt
pybirdbuddy.egg-info/top_level.txt
tests/test_birds.py
tests/test_client.py
tests/test_exceptions.py
tests/test_feed.py
tests/test_feeder.py
tests/test_media.py
tests/test_schema.py
tests/test_sightings.py
tests/test_user.py