LICENSE
README.md
pyproject.toml
src/eveonline/__init__.py
src/eveonline/auth.py
src/eveonline/client.py
src/eveonline/const.py
src/eveonline/exceptions.py
src/eveonline/models.py
src/eveonline/py.typed
src/python_eveonline.egg-info/PKG-INFO
src/python_eveonline.egg-info/SOURCES.txt
src/python_eveonline.egg-info/dependency_links.txt
src/python_eveonline.egg-info/requires.txt
src/python_eveonline.egg-info/top_level.txt
tests/test_auth.py
tests/test_client_authenticated.py
tests/test_client_public.py
tests/test_const.py
tests/test_exceptions.py
tests/test_models.py