Skip to main content

Async API wrapper for hakush.in written in Python

Project description

Important Notice

UPDATE (2026-03-09): hakushin-py has been unarchived because there is a revived version of it under nankoa.cc, the codebase will be updated to support the new site. However, maintenance might not be as active as before since I have dropped the reliance on hakushin API in Hoyo Buddy.

hakushin-py

Introduction

hakushin-py is an async API wrapper for hakush.in written in Python.

hakush.in is a website that displays Genshin Impact, Honkai Star Rail, Zenless Zone Zero, and Wuthering Waves game data.

Developing something for Hoyoverse games? You might be interested in other API wrappers written by me.

Note: I am not the developer of hakush.in

Important Note

This wrapper does not support all endpoints from hakush.in, it is mainly focused on fetching the beta game data. This means I selectively chose the endpoints and API fields that I personally think are useful for theorycrafting. If you want a more complete wrapper for game data, use ambry.py and yatta.py instead.

However, there is an exception for ZZZ, since Project Ambr and Yatta has no equivalent for ZZZ, this wrapper supports all endpoints for the ZZZ Hakushin API.

Wuthering Waves support is currently not planned.

Features

  • Fully typed.
  • Fully asynchronous by using aiohttp, and asyncio, suitable for Discord bots.
  • Provides direct icon URLs.
  • Supports Python 3.11+.
  • Supports all game languages.
  • Supports persistent caching using SQLite.
  • Supports Pydantic V2, this also means full autocomplete support.

Installation

# pypi
pip install hakushin-py

# git
pip install git+https://github.com/seriaati/hakushin-py.git

Note: This wrapper changes very rapidly since the Hakushin API also changes very rapidly to keep up with the latest game data changes, so I recommend installing the git version, which has more update to date fixes.

Quick Example

import hakushin
import asyncio

async def main() -> None:
    async with hakushin.HakushinAPI(hakushin.Game.GI, hakushin.Language.EN) as client:
        await client.fetch_characters()
    async with hakushin.HakushinAPI(hakushin.Game.HSR, hakushin.Language.JA) as client:
        await client.fetch_light_cones()
    async with hakushin.HakushinAPI(hakushin.Game.ZZZ, hakushin.Language.KO) as client:
        await client.fetch_weapons()

asyncio.run(main())

Getting Started

Read the documentation to learn more about on how to use this wrapper.

Questions, Issues, Feedback, Contributions

Whether you want to make any bug reports, feature requests, or contribute to the project, simply open an issue or pull request in this repository.

If GitHub is not your type, you can find my contact information on my GitHub profile.

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

hakushin_py-0.6.1.tar.gz (61.2 kB view details)

Uploaded Source

Built Distribution

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

hakushin_py-0.6.1-py3-none-any.whl (67.5 kB view details)

Uploaded Python 3

File details

Details for the file hakushin_py-0.6.1.tar.gz.

File metadata

  • Download URL: hakushin_py-0.6.1.tar.gz
  • Upload date:
  • Size: 61.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hakushin_py-0.6.1.tar.gz
Algorithm Hash digest
SHA256 bf698f2e50bede1f4d783c3d602ef3329e8960931c201a128d864e035a748b3e
MD5 395e180125bf69321fea50a33ca8d281
BLAKE2b-256 f058277e195649622779e63584637f6d612d1cc4cfe888df80fc061aa2079096

See more details on using hashes here.

File details

Details for the file hakushin_py-0.6.1-py3-none-any.whl.

File metadata

  • Download URL: hakushin_py-0.6.1-py3-none-any.whl
  • Upload date:
  • Size: 67.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hakushin_py-0.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 205c4ad689077610e937321f3ff8dbe200fbf4e7c0fecb9891245406550688f8
MD5 126f276dbccf37e2d9a3977193941250
BLAKE2b-256 9161ae27765821334ac238eee53f8a7f343337b65dddfab13e999fd82c7f6dc0

See more details on using hashes here.

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