Skip to main content

Async Python client for the Eve Online ESI API

Project description

python-eveonline

Async Python client library for the Eve Online ESI API.

Features

  • Fully async (aiohttp)
  • Typed models (frozen dataclasses)
  • Public endpoints: server status, character info, corporation info, portraits, name resolution
  • Authenticated endpoints: online status, location, ship, wallet, skill queue
  • AbstractAuth pattern for Home Assistant OAuth2 integration
  • PEP 561 typed package (py.typed)
  • 100% test coverage

Installation

pip install python-eveonline

Quick Start

import asyncio
import aiohttp
from eveonline import EveOnlineClient

async def main():
    async with aiohttp.ClientSession() as session:
        client = EveOnlineClient(session=session)
        status = await client.async_get_server_status()
        print(f"{status.players} players online")

asyncio.run(main())

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python_eveonline-0.2.0.tar.gz (18.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

python_eveonline-0.2.0-py3-none-any.whl (10.8 kB view details)

Uploaded Python 3

File details

Details for the file python_eveonline-0.2.0.tar.gz.

File metadata

  • Download URL: python_eveonline-0.2.0.tar.gz
  • Upload date:
  • Size: 18.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for python_eveonline-0.2.0.tar.gz
Algorithm Hash digest
SHA256 45cc3dd089c1a7e77b29ee509350a1bb1a421f2890435ba12544a8c2c50fd508
MD5 6a59ccb07a078beb21e7c57e4e9a52b6
BLAKE2b-256 16ca1ac685999f0300d84d9d383d2440733d31a258c7c81c2b815ceb2deec8ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_eveonline-0.2.0.tar.gz:

Publisher: workflow.yml on ronaldvdmeer/python-eveonline

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_eveonline-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for python_eveonline-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 603af3c6b1a55a84194d738f35127cbbfee40f725fbb45b60b6d82ef3b4f1900
MD5 d097c61c2f0863c7ff9167024c451803
BLAKE2b-256 9de6752a1bc61dcc9653c9f6ac0ef4163b72fdf164b95e71e1abf76e4bbc2c3d

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_eveonline-0.2.0-py3-none-any.whl:

Publisher: workflow.yml on ronaldvdmeer/python-eveonline

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page