Initial import of existing codebase.

This commit is contained in:
2013-11-11 20:22:27 +00:00
parent 0ff053c2b4
commit 00ab27312c
21 changed files with 736 additions and 0 deletions

13
evesde/app_defines.py Normal file
View File

@@ -0,0 +1,13 @@
# Distance units, in meters (EVE Units, aka heavily rounded)
DISTANCE_METER = 1
DISTANCE_KILOMETER = 1000
DISTANCE_ASTRONOMICAL_UNIT = 149598000000
DISTANCE_LIGHT_YEAR = 9460000000000000
# Important Type Groups we need to filter on
TYPEGROUP_TOWERS = [365]
TYPEGROUP_FUEL = [1136, 423]
# Important attributes types
ATTRIBUTE_MAX_STRUCTURE_DISTANCE = 650