LICENSE
MANIFEST.in
README.md
setup.py
Thanatos.egg-info/PKG-INFO
Thanatos.egg-info/SOURCES.txt
Thanatos.egg-info/dependency_links.txt
Thanatos.egg-info/requires.txt
Thanatos.egg-info/top_level.txt
tests/__init__.py
tests/test_utils.py
tests/database/__init__.py
tests/database/test_databaes_inventory.py
tests/database/test_databaes_universe.py
tests/database/test_db_utils.py
tests/questions/__init__.py
tests/questions/test_questions_base.py
tests/questions/test_questions_inventory.py
tests/questions/test_questions_universe.py
tests/questions/test_questions_utils.py
thanatos/__init__.py
thanatos/categories.py
thanatos/database/__init__.py
thanatos/database/db_utils.py
thanatos/database/inventory.py
thanatos/database/universe.py
thanatos/database/procs/inventory.get_all_published_ships_basic.sql
thanatos/database/procs/inventory.get_dogma_attribute_for_type.sql
thanatos/database/procs/universe.get_all_not_wh_regions.sql
thanatos/database/procs/universe.get_all_regions.sql
thanatos/database/procs/universe.get_all_regions_connected_to_region.sql
thanatos/database/sde/dgmTypeAttributes.sql
thanatos/database/sde/invCategories.sql
thanatos/database/sde/invGroups.sql
thanatos/database/sde/invTypes.sql
thanatos/database/sde/mapRegionJumps.sql
thanatos/database/sde/mapRegions.sql
thanatos/questions/__init__.py
thanatos/questions/base.py
thanatos/questions/inventory.py
thanatos/questions/question_utils.py
thanatos/questions/universe.py