An API wrapper for the Helldivers 2 Community and official APIs
Project description
Helldivers 2 Python API Wrapper
This is an asyncronous api frontend library for the Helldivers 2 API and many of it's community wrappers.
Get the latest game state from Helldivers 2, and transform the raw data into collated data objects complete with important planet effects, the latest biome and enviornmental hazards, and more.
Still currently in development, expect frequent updates as the static data required by the package to build the collated objects can change in between patches to Helldivers 2.
All returned objects are Pydantic Models, which allow them to be quickly dumped and loaded from/to json strings.
Please note, this API Wrapper was designed to primarily work with the asyncio module.
Requirements:
- httpx
- pydantic
This front end supports:
-
The community api. https://github.com/helldivers-2/api
-
The diveharder api. https://github.com/helldivers-2/diveharder_api.py/
-
Arrowhead's official API.
current stable installation
pip install -U hd2api.py
current latest installation
pip install -U git+https://github.com/CrosswaveOmega/hd2api.py.git
Basic usage
import asyncio
from hd2api import GetApiRawAll, ApiConfig, build_planet_2
async def main():
apiconfig=ApiConfig()
allval=await GetApiRawAll(apiconfig)
print(allval.status)
planet=build_planet_2(64,allval, apiconfig.staticdata())
print(planet)
asyncio.run(main)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file hd2api_py-0.0.0.13.tar.gz
.
File metadata
- Download URL: hd2api_py-0.0.0.13.tar.gz
- Upload date:
- Size: 42.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3478cd962661775a62452212f4178254fb471824a60acd6a6402bbdf3e844dbf |
|
MD5 | 91b8b1a1bd70cef6f23e4c2b3945ba5e |
|
BLAKE2b-256 | 5449ecdee6a9b7bba3e997219ee3cca0103e5b16d23b904bee00582779ccbe38 |
File details
Details for the file hd2api.py-0.0.0.13-py3-none-any.whl
.
File metadata
- Download URL: hd2api.py-0.0.0.13-py3-none-any.whl
- Upload date:
- Size: 60.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2dade30b9ef5910f1a1461edef83243a6814dce75ce1c4bb3f4fb072db64f11 |
|
MD5 | 6d88e3e781f81aad1aea9f15b56ffd3e |
|
BLAKE2b-256 | 855c824ee926fa39ec26aed69938d3bb40dcb701bd9bb3bb6a84e35d3b80cd5f |