ntt / eveapi

Python library for accessing the EVE Online API
Other
148 stars 57 forks source link

Update pypi package to 1.3.2 (is 1.2.6 now) #25

Closed hkraal closed 7 years ago

hkraal commented 7 years ago

@ntt is there any chance you can update the package on pypi as it's a bit "dated"?

regner commented 7 years ago

Much point? XML API is in the process of being deprecated.

lockefox commented 7 years ago

There is a py3 install bug that is fixed in the 1.3.x and would appreciate the pypi library updated

regner commented 7 years ago

Fair enough.

hkraal commented 7 years ago

@Regner It may be deprecated but it still serves it's purpose. Afaik there is no other way to get information like subscription state and skill queue status. Neither CREST or ESI have such endpoints to my knowledge.

regner commented 7 years ago

ESI has skill queue: https://esi.tech.ccp.is/latest/#!/Skills/get_characters_character_id_skillqueue

My main point was they have said they hope to delete the XML API this year. As lockefox pointed out though there is an install bug that would be great if it was pushed so that makes sense.

Marcon commented 7 years ago

https://community.eveonline.com/news/dev-blogs/introducing-esi/

We are targeting 18 months from the release of this blog to achieve functional equivalence and work with application developers to upgrade their applications.

Currently ESI and CREST doesn't have full XML API functionality. For example there is no Starbase info. And i belive that CCP need more than 18 months to reach full functionality.

ntt commented 7 years ago

Alright, updated it. Apologies for the delay.