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.1.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.1-py3-none-any.whl (10.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: python_eveonline-0.2.1.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.1.tar.gz
Algorithm Hash digest
SHA256 67eeb6d0fa2fb731e8fdc9c10afabd0baa1dce46748542d84aa8df6f24c088c8
MD5 40a5bda8ce2509982d1af3febd70bdb0
BLAKE2b-256 53362da5977eda5715e2d8c661c4de2eaf8b490a5125d1c544fb5bca67965aeb

See more details on using hashes here.

Provenance

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

Publisher: ci.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.1-py3-none-any.whl.

File metadata

File hashes

Hashes for python_eveonline-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2acec5f612d3c096911a94c869b28faeecb1defd93f36b385d57208cb0bfe3af
MD5 cbe46e8b96ff52a8ce5c3c2ee17ed1a3
BLAKE2b-256 1d5609a30c510178d54441ac601fadda04ff69b7f2cf9ef28453cdecb42d1b06

See more details on using hashes here.

Provenance

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

Publisher: ci.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