eve-n0rman / structurebot

EVE Online Structure Checker
0 stars 7 forks source link

Convert as much as possible to use ESI #44

Closed eve-n0rman closed 6 years ago

eve-n0rman commented 6 years ago

Add a bulk name to id lookup

Add BaseType and Type objects

Load doctests for assets

Wrap things nicely

Remove redundant tests

Expose esipy EsiSecurity object

Return lists instead of generators for Type constructors

Add Asset class with bulk constructors

Modify asset tests to use new Asset and Type classes

Modify Fitting class to use new Asset and Type classes

Modify Structure to use new Asset and Type classes

Clean some lint

Return list in Structure bulk constructor rather than generator

Clean some lint

Don't forget to return the list in the Structure constructor

Rework check_citadels to use Structure class

Add test for fuel usage in preparation for ESI dogma

Add inventory Group and Category classes

Lint

Add location_coordinates for Asset to support POS

Shorter name for coordinates

WIP

Add new ESI attribute for Asset

Update packages

Working Pos object

Forgot to pass quantity

Redo check_pos with Pos objects

Remove last uneccesary bits

Remove unused CorpAssets