Eve Link¶
Eve Link provides a simple, scriptable cli and api to access the Eve Online ESI.
Features:
- Supports authenticated requests
- Get character id by name
- Caching
- Paged request handling
- Async requests
- Rate Limiting
- A pipeable cli
- An Api for use as a library
- Generated documentation for the ESI schema
Project Status¶
Beta. Core functions available.
Requirements¶
- Python 3.14+
- uv (recommended)