setup.cfg
setup.py
Eos.egg-info/PKG-INFO
Eos.egg-info/SOURCES.txt
Eos.egg-info/dependency_links.txt
Eos.egg-info/requires.txt
Eos.egg-info/top_level.txt
eos/__init__.py
eos/exception.py
eos/holder_filter.py
eos/const/__init__.py
eos/const/eos.py
eos/const/eve.py
eos/data/__init__.py
eos/data/exception.py
eos/data/source.py
eos/data/cache_customizer/__init__.py
eos/data/cache_customizer/customizer.py
eos/data/cache_generator/__init__.py
eos/data/cache_generator/checker.py
eos/data/cache_generator/cleaner.py
eos/data/cache_generator/converter.py
eos/data/cache_generator/generator.py
eos/data/cache_generator/modifier_builder/__init__.py
eos/data/cache_generator/modifier_builder/builder.py
eos/data/cache_generator/modifier_builder/expression_tree/__init__.py
eos/data/cache_generator/modifier_builder/expression_tree/action.py
eos/data/cache_generator/modifier_builder/expression_tree/effect2modifiers.py
eos/data/cache_generator/modifier_builder/expression_tree/etree2actions.py
eos/data/cache_generator/modifier_builder/expression_tree/exception.py
eos/data/cache_generator/modifier_builder/expression_tree/shared.py
eos/data/cache_generator/modifier_builder/modifier_info/__init__.py
eos/data/cache_generator/modifier_builder/modifier_info/exception.py
eos/data/cache_generator/modifier_builder/modifier_info/info2modifiers.py
eos/data/cache_handler/__init__.py
eos/data/cache_handler/abc.py
eos/data/cache_handler/exception.py
eos/data/cache_handler/json_cache_handler.py
eos/data/cache_object/__init__.py
eos/data/cache_object/attribute.py
eos/data/cache_object/effect.py
eos/data/cache_object/modifier.py
eos/data/cache_object/type.py
eos/data/data_handler/__init__.py
eos/data/data_handler/abc.py
eos/data/data_handler/json_data_handler.py
eos/data/data_handler/sqlite_data_handler.py
eos/fit/__init__.py
eos/fit/exception.py
eos/fit/fit.py
eos/fit/tuples.py
eos/fit/attribute_calculator/__init__.py
eos/fit/attribute_calculator/affector.py
eos/fit/attribute_calculator/exception.py
eos/fit/attribute_calculator/map.py
eos/fit/attribute_calculator/register.py
eos/fit/attribute_calculator/tracker.py
eos/fit/holder/__init__.py
eos/fit/holder/container/__init__.py
eos/fit/holder/container/base.py
eos/fit/holder/container/exception.py
eos/fit/holder/container/list.py
eos/fit/holder/container/modules.py
eos/fit/holder/container/restricted_set.py
eos/fit/holder/container/set.py
eos/fit/holder/container/single_onfit.py
eos/fit/holder/container/single_onholder.py
eos/fit/holder/item/__init__.py
eos/fit/holder/item/booster.py
eos/fit/holder/item/character.py
eos/fit/holder/item/charge.py
eos/fit/holder/item/drone.py
eos/fit/holder/item/effect_beacon.py
eos/fit/holder/item/implant.py
eos/fit/holder/item/module.py
eos/fit/holder/item/rig.py
eos/fit/holder/item/ship.py
eos/fit/holder/item/skill.py
eos/fit/holder/item/stance.py
eos/fit/holder/item/subsystem.py
eos/fit/holder/mixin/__init__.py
eos/fit/holder/mixin/chargeable.py
eos/fit/holder/mixin/damage_dealer.py
eos/fit/holder/mixin/misc.py
eos/fit/holder/mixin/state.py
eos/fit/holder/mixin/tanking.py
eos/fit/holder/mixin/holder/__init__.py
eos/fit/holder/mixin/holder/exception.py
eos/fit/holder/mixin/holder/holder.py
eos/fit/holder/mixin/holder/null_source.py
eos/fit/restriction_tracker/__init__.py
eos/fit/restriction_tracker/exception.py
eos/fit/restriction_tracker/tracker.py
eos/fit/restriction_tracker/register/__init__.py
eos/fit/restriction_tracker/register/abc.py
eos/fit/restriction_tracker/register/capital_item.py
eos/fit/restriction_tracker/register/charge_group.py
eos/fit/restriction_tracker/register/charge_size.py
eos/fit/restriction_tracker/register/charge_volume.py
eos/fit/restriction_tracker/register/drone_group.py
eos/fit/restriction_tracker/register/holder_class.py
eos/fit/restriction_tracker/register/max_group.py
eos/fit/restriction_tracker/register/resource.py
eos/fit/restriction_tracker/register/rig_size.py
eos/fit/restriction_tracker/register/ship_type_group.py
eos/fit/restriction_tracker/register/skill_requirement.py
eos/fit/restriction_tracker/register/slot_amount.py
eos/fit/restriction_tracker/register/slot_index.py
eos/fit/restriction_tracker/register/state.py
eos/fit/stat_tracker/__init__.py
eos/fit/stat_tracker/tracker.py
eos/fit/stat_tracker/container/__init__.py
eos/fit/stat_tracker/container/ship_resource.py
eos/fit/stat_tracker/container/slots.py
eos/fit/stat_tracker/register/__init__.py
eos/fit/stat_tracker/register/abc.py
eos/fit/stat_tracker/register/damage_dealer.py
eos/fit/stat_tracker/register/resource_use.py
eos/fit/stat_tracker/register/slot_use.py
eos/util/__init__.py
eos/util/attribute_dict.py
eos/util/cached_property.py
eos/util/frozen_dict.py
eos/util/keyed_set.py
eos/util/override.py
eos/util/repr.py
eos/util/volatile_cache.py
tests/__init__.py
tests/environment.py
tests/eos_testcase.py
tests/run_tests.py
tests/attribute_calculator/__init__.py
tests/attribute_calculator/attrcalc_testcase.py
tests/attribute_calculator/environment.py
tests/attribute_calculator/chaining/__init__.py
tests/attribute_calculator/chaining/test_calculation.py
tests/attribute_calculator/chaining/test_cleanup_attr_change.py
tests/attribute_calculator/chaining/test_cleanup_holder_addition.py
tests/attribute_calculator/chaining/test_cleanup_holder_removal.py
tests/attribute_calculator/modifier_domain/__init__.py
tests/attribute_calculator/modifier_domain/direct/__init__.py
tests/attribute_calculator/modifier_domain/direct/test_area.py
tests/attribute_calculator/modifier_domain/direct/test_character.py
tests/attribute_calculator/modifier_domain/direct/test_other.py
tests/attribute_calculator/modifier_domain/direct/test_self.py
tests/attribute_calculator/modifier_domain/direct/test_ship.py
tests/attribute_calculator/modifier_domain/direct/test_space.py
tests/attribute_calculator/modifier_domain/direct/test_target.py
tests/attribute_calculator/modifier_domain/direct/test_unknown.py
tests/attribute_calculator/modifier_domain/direct/disabled_links/__init__.py
tests/attribute_calculator/modifier_domain/direct/disabled_links/test_character.py
tests/attribute_calculator/modifier_domain/direct/disabled_links/test_other.py
tests/attribute_calculator/modifier_domain/direct/disabled_links/test_ship.py
tests/attribute_calculator/modifier_domain/filtered/__init__.py
tests/attribute_calculator/modifier_domain/filtered/test_area.py
tests/attribute_calculator/modifier_domain/filtered/test_character.py
tests/attribute_calculator/modifier_domain/filtered/test_other.py
tests/attribute_calculator/modifier_domain/filtered/test_self.py
tests/attribute_calculator/modifier_domain/filtered/test_ship.py
tests/attribute_calculator/modifier_domain/filtered/test_space.py
tests/attribute_calculator/modifier_domain/filtered/test_target.py
tests/attribute_calculator/modifier_domain/filtered/test_unknown.py
tests/attribute_calculator/modifier_filter_type/__init__.py
tests/attribute_calculator/modifier_filter_type/test_location.py
tests/attribute_calculator/modifier_filter_type/test_location_group.py
tests/attribute_calculator/modifier_filter_type/test_location_skill.py
tests/attribute_calculator/modifier_filter_type/test_location_skill_self.py
tests/attribute_calculator/modifier_filter_type/test_unknown.py
tests/attribute_calculator/modifier_operator/__init__.py
tests/attribute_calculator/modifier_operator/test_mod_add.py
tests/attribute_calculator/modifier_operator/test_mod_sub.py
tests/attribute_calculator/modifier_operator/test_post_assign.py
tests/attribute_calculator/modifier_operator/test_post_div.py
tests/attribute_calculator/modifier_operator/test_post_mul.py
tests/attribute_calculator/modifier_operator/test_post_percent.py
tests/attribute_calculator/modifier_operator/test_pre_assign.py
tests/attribute_calculator/modifier_operator/test_pre_div.py
tests/attribute_calculator/modifier_operator/test_pre_mul.py
tests/attribute_calculator/modifier_operator/test_unknown.py
tests/attribute_calculator/modifier_operator/mixed/__init__.py
tests/attribute_calculator/modifier_operator/mixed/test_all_in.py
tests/attribute_calculator/modifier_operator/mixed/test_forced.py
tests/attribute_calculator/modifier_operator/penaltyImmune/__init__.py
tests/attribute_calculator/modifier_operator/penaltyImmune/test_category.py
tests/attribute_calculator/modifier_source_attribute/__init__.py
tests/attribute_calculator/modifier_source_attribute/test_attr_absent.py
tests/attribute_calculator/modifier_target_attribute/__init__.py
tests/attribute_calculator/modifier_target_attribute/test_target.py
tests/attribute_calculator/special/__init__.py
tests/attribute_calculator/special/test_cap.py
tests/attribute_calculator/special/test_detached.py
tests/attribute_calculator/special/test_map_methods.py
tests/attribute_calculator/special/test_non_existent.py
tests/attribute_calculator/special/test_rounding.py
tests/attribute_calculator/special/test_skill_level.py
tests/attribute_calculator/special/test_transition.py
tests/attribute_calculator/state/__init__.py
tests/attribute_calculator/state/test_state.py
tests/cache_generator/__init__.py
tests/cache_generator/environment.py
tests/cache_generator/generator_testcase.py
tests/cache_generator/checks/__init__.py
tests/cache_generator/checks/test_attr_value.py
tests/cache_generator/checks/test_default_effects.py
tests/cache_generator/checks/test_primary_key.py
tests/cache_generator/checks/test_rack_collision.py
tests/cache_generator/cleanup/__init__.py
tests/cache_generator/cleanup/test_associated_data.py
tests/cache_generator/cleanup/test_types.py
tests/cache_generator/conversion/__init__.py
tests/cache_generator/conversion/test_attribute.py
tests/cache_generator/conversion/test_effect.py
tests/cache_generator/conversion/test_expression.py
tests/cache_generator/conversion/test_modifier.py
tests/cache_generator/conversion/test_normalization_attr.py
tests/cache_generator/conversion/test_normalization_idzing.py
tests/cache_generator/conversion/test_type.py
tests/fit/__init__.py
tests/fit/environment.py
tests/fit/fit_testcase.py
tests/fit/holder_container/__init__.py
tests/fit/holder_container/direct/__init__.py
tests/fit/holder_container/direct/test_ship.py
tests/fit/holder_container/module_charge/__init__.py
tests/fit/holder_container/module_charge/test_module_charge.py
tests/fit/holder_container/module_racks/__init__.py
tests/fit/holder_container/module_racks/test_module_racks.py
tests/fit/holder_container/ordered/__init__.py
tests/fit/holder_container/ordered/test_append.py
tests/fit/holder_container/ordered/test_equip.py
tests/fit/holder_container/ordered/test_free.py
tests/fit/holder_container/ordered/test_insert.py
tests/fit/holder_container/ordered/test_misc.py
tests/fit/holder_container/ordered/test_place.py
tests/fit/holder_container/ordered/test_remove.py
tests/fit/holder_container/unordered/__init__.py
tests/fit/holder_container/unordered/test_restricted_set.py
tests/fit/holder_container/unordered/test_set.py
tests/fit/holder_mixin/__init__.py
tests/fit/holder_mixin/test_defeff_attrib.py
tests/fit/holder_mixin/chargeable/__init__.py
tests/fit/holder_mixin/chargeable/test_charged_cycles.py
tests/fit/holder_mixin/chargeable/test_quantity.py
tests/fit/holder_mixin/chargeable/test_reload_time.py
tests/fit/holder_mixin/damage_dealer/__init__.py
tests/fit/holder_mixin/damage_dealer/bomb/__init__.py
tests/fit/holder_mixin/damage_dealer/bomb/test_nominal_dps.py
tests/fit/holder_mixin/damage_dealer/bomb/test_nominal_volley.py
tests/fit/holder_mixin/damage_dealer/doomsday/__init__.py
tests/fit/holder_mixin/damage_dealer/doomsday/test_nominal_dps.py
tests/fit/holder_mixin/damage_dealer/doomsday/test_nominal_volley.py
tests/fit/holder_mixin/damage_dealer/drone/__init__.py
tests/fit/holder_mixin/damage_dealer/drone/test_nominal_dps.py
tests/fit/holder_mixin/damage_dealer/drone/test_nominal_volley.py
tests/fit/holder_mixin/damage_dealer/fighterbomber/__init__.py
tests/fit/holder_mixin/damage_dealer/fighterbomber/test_nominal_dps.py
tests/fit/holder_mixin/damage_dealer/fighterbomber/test_nominal_volley.py
tests/fit/holder_mixin/damage_dealer/missile/__init__.py
tests/fit/holder_mixin/damage_dealer/missile/test_nominal_dps.py
tests/fit/holder_mixin/damage_dealer/missile/test_nominal_volley.py
tests/fit/holder_mixin/damage_dealer/smartbomb/__init__.py
tests/fit/holder_mixin/damage_dealer/smartbomb/test_nominal_dps.py
tests/fit/holder_mixin/damage_dealer/smartbomb/test_nominal_volley.py
tests/fit/holder_mixin/damage_dealer/specials/__init__.py
tests/fit/holder_mixin/damage_dealer/specials/test_nominal_dps.py
tests/fit/holder_mixin/damage_dealer/specials/test_nominal_volley.py
tests/fit/holder_mixin/damage_dealer/turret/__init__.py
tests/fit/holder_mixin/damage_dealer/turret/test_nominal_dps.py
tests/fit/holder_mixin/damage_dealer/turret/test_nominal_volley.py
tests/fit/holder_mixin/tanking/__init__.py
tests/fit/holder_mixin/tanking/test_ehp.py
tests/fit/holder_mixin/tanking/test_hp.py
tests/fit/holder_mixin/tanking/test_resistances.py
tests/fit/holder_mixin/tanking/test_worst_case_ehp.py
tests/fit/specials/__init__.py
tests/fit/specials/test_misc.py
tests/fit/specials/test_source_switch.py
tests/fit/specials/test_state_switch.py
tests/modifier_builder/__init__.py
tests/modifier_builder/environment.py
tests/modifier_builder/modbuilder_testcase.py
tests/modifier_builder/etree/__init__.py
tests/modifier_builder/etree/erroneous/__init__.py
tests/modifier_builder/etree/erroneous/test_action.py
tests/modifier_builder/etree/erroneous/test_modifier.py
tests/modifier_builder/etree/gang/__init__.py
tests/modifier_builder/etree/gang/test_mod_gang_grp.py
tests/modifier_builder/etree/gang/test_mod_gang_itm.py
tests/modifier_builder/etree/gang/test_mod_gang_own_srq.py
tests/modifier_builder/etree/gang/test_mod_gang_srq.py
tests/modifier_builder/etree/local/__init__.py
tests/modifier_builder/etree/local/test_mod_itm.py
tests/modifier_builder/etree/local/test_mod_loc.py
tests/modifier_builder/etree/local/test_mod_loc_grp.py
tests/modifier_builder/etree/local/test_mod_loc_srq.py
tests/modifier_builder/etree/local/test_mod_own_srq.py
tests/modifier_builder/etree/special/__init__.py
tests/modifier_builder/etree/special/test_inactive.py
tests/modifier_builder/etree/special/test_incomplete.py
tests/modifier_builder/etree/special/test_self_type.py
tests/modifier_builder/etree/special/test_splicing.py
tests/modifier_builder/etree/special/test_stub.py
tests/modifier_builder/modinfo/__init__.py
tests/modifier_builder/modinfo/erroneous/__init__.py
tests/modifier_builder/modinfo/erroneous/test_global.py
tests/modifier_builder/modinfo/erroneous/test_partial.py
tests/modifier_builder/modinfo/gang/__init__.py
tests/modifier_builder/modinfo/gang/test_mod_gang_grp.py
tests/modifier_builder/modinfo/gang/test_mod_gang_itm.py
tests/modifier_builder/modinfo/gang/test_mod_gang_srq.py
tests/modifier_builder/modinfo/local/__init__.py
tests/modifier_builder/modinfo/local/test_mod_itm.py
tests/modifier_builder/modinfo/local/test_mod_loc.py
tests/modifier_builder/modinfo/local/test_mod_loc_grp.py
tests/modifier_builder/modinfo/local/test_mod_loc_srq.py
tests/modifier_builder/modinfo/local/test_mod_own_srq.py
tests/modifier_builder/modinfo/special/__init__.py
tests/modifier_builder/modinfo/special/test_multiple.py
tests/modifier_builder/modinfo/special/test_operator.py
tests/modifier_builder/modinfo/special/test_state.py
tests/modifier_builder/special/__init__.py
tests/modifier_builder/special/test_priority.py
tests/restriction_tracker/__init__.py
tests/restriction_tracker/restriction_testcase.py
tests/restriction_tracker/restrictions/__init__.py
tests/restriction_tracker/restrictions/test_booster_index.py
tests/restriction_tracker/restrictions/test_calibration.py
tests/restriction_tracker/restrictions/test_capital_item.py
tests/restriction_tracker/restrictions/test_charge_group.py
tests/restriction_tracker/restrictions/test_charge_size.py
tests/restriction_tracker/restrictions/test_charge_volume.py
tests/restriction_tracker/restrictions/test_cpu.py
tests/restriction_tracker/restrictions/test_drone_bandwidth.py
tests/restriction_tracker/restrictions/test_drone_group.py
tests/restriction_tracker/restrictions/test_dronebay_volume.py
tests/restriction_tracker/restrictions/test_high_slot.py
tests/restriction_tracker/restrictions/test_holder_class.py
tests/restriction_tracker/restrictions/test_implant_index.py
tests/restriction_tracker/restrictions/test_launched_drone.py
tests/restriction_tracker/restrictions/test_launcher_slot.py
tests/restriction_tracker/restrictions/test_low_slot.py
tests/restriction_tracker/restrictions/test_max_group_active.py
tests/restriction_tracker/restrictions/test_max_group_fitted.py
tests/restriction_tracker/restrictions/test_max_group_online.py
tests/restriction_tracker/restrictions/test_medium_slot.py
tests/restriction_tracker/restrictions/test_powergrid.py
tests/restriction_tracker/restrictions/test_rig_size.py
tests/restriction_tracker/restrictions/test_rig_slot.py
tests/restriction_tracker/restrictions/test_ship_type_group.py
tests/restriction_tracker/restrictions/test_skill_requirement.py
tests/restriction_tracker/restrictions/test_state.py
tests/restriction_tracker/restrictions/test_subsystem_index.py
tests/restriction_tracker/restrictions/test_subsystem_slot.py
tests/restriction_tracker/restrictions/test_turret_slot.py
tests/stat_tracker/__init__.py
tests/stat_tracker/stat_testcase.py
tests/stat_tracker/damage/__init__.py
tests/stat_tracker/damage/test_nominal_dps.py
tests/stat_tracker/damage/test_nominal_volley.py
tests/stat_tracker/resource/__init__.py
tests/stat_tracker/resource/test_calibration.py
tests/stat_tracker/resource/test_cpu.py
tests/stat_tracker/resource/test_drone_bandwidth.py
tests/stat_tracker/resource/test_dronebay_volume.py
tests/stat_tracker/resource/test_powergrid.py
tests/stat_tracker/slot/__init__.py
tests/stat_tracker/slot/test_high.py
tests/stat_tracker/slot/test_launched_drone.py
tests/stat_tracker/slot/test_launcher.py
tests/stat_tracker/slot/test_low.py
tests/stat_tracker/slot/test_med.py
tests/stat_tracker/slot/test_rig.py
tests/stat_tracker/slot/test_subsystem.py
tests/stat_tracker/slot/test_turret.py
tests/stat_tracker/tanking/__init__.py
tests/stat_tracker/tanking/test_ehp.py
tests/stat_tracker/tanking/test_hp.py
tests/stat_tracker/tanking/test_resistances.py
tests/stat_tracker/tanking/test_worst_case_ehp.py