A library for indexing names from the game Project Sekai.
Project description
pjsk-name-index
A library for indexing names from the game Project Sekai. (Python achieve)
Index
sekai_index() method
Field Name Table
| Field | Field Meaning |
|---|---|
| full_name | Team English Name/Role English Name |
| full_name_cn | Team Chinese Name/Role Chinese Name |
| simple_name | Team Abbreviation/Role Abbreviation |
| joke_name_cn | (For roles only) Role Nickname (Alias) |
| full_name_cn_official | (For teams only) Team Official Chinese Name |
The pjsk-name-index library provides the sekai_index() method, which can quickly index to other names of the corresponding role based on the provided parameters. |
Usage:
sekai_index('Full Role Name/Full Team Name','Team Type (team or individual)').expected field
Example:
from pjsk_name_index import sekai_index
print(sekai_index("knd","individual")['full_name_cn'])
// Output Result: > 宵崎奏
print(sekai_index("狮雨星绊","team")['full_name'])
// Output Result: > Leo/need
License
MIT 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
pypjskni-1.0.0.tar.gz
(3.9 kB
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 pypjskni-1.0.0.tar.gz.
File metadata
- Download URL: pypjskni-1.0.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ea391f0d4b680c19cdd4e33a633f3da0fe7f3f270c828023bb3dcd069836ac4
|
|
| MD5 |
68c86284e31f3a4cd7b0056651f7e5e0
|
|
| BLAKE2b-256 |
e615068f30a58c658f72e2edf619ec05afd3a18c133678eebcff42fb983fecd1
|
File details
Details for the file pypjskni-1.0.0-py3-none-any.whl.
File metadata
- Download URL: pypjskni-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b75e590e6bd1a45d43f3514070d90cd3a873f78511bc00db3fe815a3f9702cf8
|
|
| MD5 |
a0952de1abb4820bcacabf42399f3907
|
|
| BLAKE2b-256 |
f6d9ad486c531dc7c77e304b735e80e4dc67324b1fd4e09515f7fbf655f8d60f
|