What is EsiPy

EsiPy is a python swagger client that will parse the swagger.json to know the structure of the API.

It takes advantages of pyswagger, while rewriting some parts of it:

  • Client
  • Security

It also add more features to the client:

  • Caching
  • Auth processes / headers
  • Signals

EsiPy support multiple version of CPython (2.7, 3.4, 3.5, 3.6).