Python version of https://github.com/dvaJi/genshin-data
Project description
Genshin Data
Python version of https://github.com/dvaJi/genshin-data.
Installation
pip install git+https://github.com/Victorsitou/genshin-data
Usage
from genshin_data import GenshinData, Language
import asyncio
async def main():
data = GenshinData(Language.spanish)
characters = await data.characters()
for i, character in enumerate(characters):
print(f"{i + 1}: {character.name}")
if __name__ == "__main__":
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
genshin-data-0.1.0.tar.gz
(11.9 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file genshin-data-0.1.0.tar.gz.
File metadata
- Download URL: genshin-data-0.1.0.tar.gz
- Upload date:
- Size: 11.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ed1e10e9bb19969e34c297c0a296a608cf299f763ca146cdc80995ddd01f604
|
|
| MD5 |
0cdbd7a223723f81d300002206fa1daa
|
|
| BLAKE2b-256 |
fb4b0019047aecf3e93ed67bf2842fcc70ecafba50f3b59e7fb62313ff3deb98
|
File details
Details for the file genshin_data-0.1.0-py3-none-any.whl.
File metadata
- Download URL: genshin_data-0.1.0-py3-none-any.whl
- Upload date:
- Size: 12.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02b5ea2e5a35dedb303107d38bb5cf9c7355de76f25ccfce5f01b519ecd7642e
|
|
| MD5 |
3ea5216459069837a8850bf13abf9562
|
|
| BLAKE2b-256 |
bebfbd74b640fbdd88b27e67eb7617a3fb2c320dfe3e64d1b1c2100fd609fd8e
|