kojo-fan-art
This is a fan art project for "Lonely Castle in the Mirror."
Installation
$ pip install kojo-fan-art
Usage
This tool shows what day of the week it is in each character's parallel world from "Lonely Castle in the Mirror" in JSON format.
$ kojo-day kokoro aki fuka
{"kokoro": "Friday", "aki": "Monday", "fuka": "Monday"}
$ # pretty print with jq
$ kojo-day kokoro aki fuka | jq .
{
"kokoro": "Friday",
"aki": "Monday",
"fuka": "Monday"
}
For help message, type kojo-day -h.
Development environment
$ git clone git@github.com:ftnext/the-solitary-castle-in-the-mirror-cli.git
$ cd the-solitary-castle-in-the-mirror-cli
$ python3.11 -m venv venv --upgrade-deps
$ source venv/bin/activate
(venv) $ pip install -e '.[dev]'
(venv) $ task test
⚠️The implementation reveals the secrets of "Lonely Castle in the Mirror."
Release files for kojo-fan-art 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| kojo-fan-art-0.1.1.tar.gz | 5.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| kojo_fan_art-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.0 kB
Release files / kojo-fan-art-0.1.1.tar.gz
| Download URL | kojo-fan-art-0.1.1.tar.gz |
|---|---|
| Size | 5.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
32539cffff9bce778103050cf229c6699f7c72a7a6ee75e3699f2fe452ab8ffb
|
|
BLAKE2b-256 checksum How to use checksums |
f8940deaa29cebd133d3dae494570fbbe388154c2bfa9a1a9a2f9e703d900c3b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.4
|
Release files / kojo_fan_art-0.1.1-py3-none-any.whl
| Download URL | kojo_fan_art-0.1.1-py3-none-any.whl |
|---|---|
| Size | 6.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ce74a9573f281d6bca04d88f0fa24c742c5cc6946a3ae26d332465dedd751833
|
|
BLAKE2b-256 checksum How to use checksums |
323bfc7e152c430466199532fc23e974640db512243af27202db4628396f7919
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.4
|