Skip to main content

A wrapper for EDSM (Elite Dangerous Star Map) API

Project description

kiken

kiken is a Python wrapper for the Elite Dangerous Star Map (EDSM) API. It allows you to interact with the EDSM API asynchronously using aiohttp, making it easy to fetch data about systems, stations, markets, and more in the Elite Dangerous universe.

Current Features (More soon™️!)

  • Fetch system information including bodies and stations
  • Retrieve market data for specific stations
  • Asynchronous requests using aiohttp
  • Debug mode for saving API responses to JSON files

Installation

pip install --upgrade git+https://github.com/EllieJaybee/kiken.git

Usage

import asyncio

from kiken import Client

async def main():
    client = Client()
    system = await client.get_system("Lifthruti")
    print(f"{system.body_count} bodies in {system.name}")
    for body in system.bodies:
        print(body.name)

asyncio.run(main())

License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details.

This project is not affiliated with the Elite Dangerous Star Map project.

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

kiken-0.1.0.tar.gz (19.2 kB view details)

Uploaded Source

Built Distribution

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

kiken-0.1.0-py3-none-any.whl (19.4 kB view details)

Uploaded Python 3

File details

Details for the file kiken-0.1.0.tar.gz.

File metadata

  • Download URL: kiken-0.1.0.tar.gz
  • Upload date:
  • Size: 19.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for kiken-0.1.0.tar.gz
Algorithm Hash digest
SHA256 8ac7165650940c059158b61ccc3c3fc0f6a39429664e8b3cac83b86fecaff56f
MD5 ad2b382a010b7ff2467d20b046a19efc
BLAKE2b-256 6a52ec0c303380790703e4a1466e157b5db315e6365ac3dcec8043344a3a8ead

See more details on using hashes here.

Provenance

The following attestation bundles were made for kiken-0.1.0.tar.gz:

Publisher: python-publish.yml on EllieJaybee/kiken

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

File details

Details for the file kiken-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: kiken-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 19.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for kiken-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a24a336a0379b3530f3572ed387c8d0a8f93dde2596a68bd81f2ebdb80c2ca52
MD5 f1d945172f581448027ddde907e6d7cc
BLAKE2b-256 7036ea6adeb978ab84b24e1168222af96c552b76fac3a00810568b1f3f5cea23

See more details on using hashes here.

Provenance

The following attestation bundles were made for kiken-0.1.0-py3-none-any.whl:

Publisher: python-publish.yml on EllieJaybee/kiken

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