.gitignore
LICENSE
README.md
pyproject.toml
SnakesInSpace.egg-info/PKG-INFO
SnakesInSpace.egg-info/SOURCES.txt
SnakesInSpace.egg-info/dependency_links.txt
SnakesInSpace.egg-info/requires.txt
SnakesInSpace.egg-info/top_level.txt
recipes/README.md
recipes/mine_asteroids.py
recipes/probe_markets.py
snisp/__init__.py
snisp/__main__.py
snisp/agent.py
snisp/cache.py
snisp/client.py
snisp/contracts.py
snisp/database.py
snisp/decorators.py
snisp/exceptions.py
snisp/factions.py
snisp/fleet.py
snisp/markets.py
snisp/shipyards.py
snisp/systems.py
snisp/tail.py
snisp/utils.py
snisp/waypoints.py
tests/README.md
tests/__init__.py
tests/test_agent.py
tests/test_cache.py
tests/test_client.py
tests/test_contract.py
tests/test_factions.py
tests/test_fleet.py
tests/test_markets.py
tests/test_shipyards.py
tests/test_systems.py
tests/test_waypoints.py
tests/data/agent_data.json
tests/data/chart.json
tests/data/construction_site.json
tests/data/contract.json
tests/data/contract_delivery.json
tests/data/contracts.json
tests/data/dock.json
tests/data/extraction.json
tests/data/faction.json
tests/data/factions.json
tests/data/fleet_list.json
tests/data/fleet_list_drones.json
tests/data/fleet_list_freighters.json
tests/data/fleet_list_mining_drones.json
tests/data/fleet_list_probes.json
tests/data/fleet_list_ships.json
tests/data/fleet_list_shuttles.json
tests/data/fleet_list_siphon_drones.json
tests/data/fuel_stations.json
tests/data/market.json
tests/data/market_data.json
tests/data/mining_drone.json
tests/data/mount.json
tests/data/navigate.json
tests/data/orbit.json
tests/data/purchase.json
tests/data/refine.json
tests/data/refuel.json
tests/data/repair.json
tests/data/repair_cost.json
tests/data/scan.json
tests/data/scan_ships.json
tests/data/scan_waypoints.json
tests/data/scrap.json
tests/data/scrap_price.json
tests/data/sell.json
tests/data/ship_info.json
tests/data/ship_purchase.json
tests/data/shipyards.json
tests/data/siphon.json
tests/data/siphon_drone.json
tests/data/supply_construction_site.json
tests/data/survey.json
tests/data/system.json
tests/data/system_scan.json
tests/data/systems.json
tests/data/transfer.json
tests/data/update_nav.json
tests/data/warp.json
tests/data/waypoint.json
tests/data/waypoints.json