a Python wrapper for the starlight.kirara API
Project description
pyKirara
pyKirara is a Python library for the starlight.kirara REST API
Usage
import pyKirara
client = pyKirara.Kirara()
uzuki = client.get_idol(101)
print(f"HI! MY NAME IS {uzuki.conventional}")
print("I'll do my best!")
print(f"I'am {uzuki.age} years old!")
# Returns:
# HI! MY NAME IS Shimamura Uzuki
# I'll do my best!
# I'am 17 years old!
Requirements
- Python 3.5+
- Requests library
License
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
pyKirara-1.2.1.post1.tar.gz
(9.8 kB
view details)
File details
Details for the file pyKirara-1.2.1.post1.tar.gz
.
File metadata
- Download URL: pyKirara-1.2.1.post1.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1458648fd84042135952948e0dbfd0f31b6e25d867c3df31b5b9eea90b927ff |
|
MD5 | d713da6d5899b39895bb9cff1ad69def |
|
BLAKE2b-256 | 9ae1f180c27c5a8145e8925af3145b6ac949779fb6efee7154d78b835fe6382c |