EsiPy
EsiPy copied to clipboard
An EVE Online ESI Client written in Python
Results
2
EsiPy issues
Sort by
recently updated
recently updated
newest added
hi, it seems that python 3.10 has unfortunately broken pyswagger due to a change in the collections library. an example: ``` File "/venv/lib/python3.10/site-packages/esipy/__init__.py", line 6, in from .client import EsiClient...
Make `esipy.utils.make_cache_key` pluggable in `EsiClient`. The implementation right now uses all of the headers as the cache key, including the Authorization Bearer Token. Since tokens only last about 20 minutes,...