Skip to main content

An asynchronous Python API wrapper for the Warframestat API and (later) the warframe.market API.

Project description

PyPI version info PyPI supported Python versions semantic-release: angular

An asynchronous Python API wrapper for the Warframestat API and (later) the warframe.market API.

What to expect

This library is in its early states. The goal is to make it the best and most up-to-date Python Warframe API wrapper.

Quickstart

import asyncio

from warframe.worldstate import Language, WorldstateClient


async def main():
    async with WorldstateClient() as client:
        cetus = await client.get_cetus(language=Language.English)  # english is default
        print(cetus.short_string)


if __name__ == "__main__":
    loop = asyncio.new_event_loop()
    loop.run_until_complete(main())

Installing

To install the library, use the following command:

pip install warframe.py

Supported python versions:

  • 3.11

  • 3.10

  • 3.9

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

warframe.py-0.3.1.tar.gz (12.1 kB view hashes)

Uploaded Source

Built Distribution

warframe.py-0.3.1-py3-none-any.whl (20.6 kB view hashes)

Uploaded Python 3

Supported by

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