LICENSE
README.md
pyproject.toml
autotraders/__init__.py
autotraders/agent.py
autotraders/session.py
autotraders/space_traders_entity.py
autotraders/status.py
autotraders/transaction.py
autotraders/util.py
autotraders.egg-info/PKG-INFO
autotraders.egg-info/SOURCES.txt
autotraders.egg-info/dependency_links.txt
autotraders.egg-info/requires.txt
autotraders.egg-info/top_level.txt
autotraders/faction/__init__.py
autotraders/faction/contract.py
autotraders/map/__init__.py
autotraders/map/system.py
autotraders/map/waypoint.py
autotraders/map/waypoint_types/__init__.py
autotraders/map/waypoint_types/jumpgate.py
autotraders/map/waypoint_types/marketplace.py
autotraders/map/waypoint_types/shipyard.py
autotraders/shared_models/map_symbol.py
autotraders/shared_models/trait.py
autotraders/ship/__init__.py
autotraders/ship/ship_components.py
autotraders/ship/survey.py
tests/test_agent.py
tests/test_init.py
tests/test_util.py