This release is a pre-release and may not be stable for production use.
shirotsubaki
This package is being developed to help generate beautiful reports.
Documentation
Installation (for Users)
From PyPI
You can install the release version from PyPI.
pip install shirotsubaki
From Local Source Code
If you want to use the latest version that has not been released, clone this repository and install from the local directory.
git clone git@github.com:CookieBox26/shirotsubaki.git
cd shirotsubaki
pip install .
Development Guide (for Developers)
Please run the following commands.
git clone git@github.com:CookieBox26/shirotsubaki.git
cd shirotsubaki
# make some changes to the code
pytest # Please test locally
vi docs/reference.md # Please update documentation
mkdocs serve # Please preview documentation locally
If you have run the command above, you can view the documentation at http://localhost:8000/.
If you are not an administrator, please open a pull request at this point.
Build and upload the distribution archives (for administrator only)
Please run the following commands. More details are here.
pip install --upgrade build
pip install --upgrade twine
pip install --upgrade pkginfo # This might be needed
python -m build
python -m twine upload dist/*
Release files for shirotsubaki 0.0.1a7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| shirotsubaki-0.0.1a7.tar.gz | 15.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| shirotsubaki-0.0.1a7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 25.3 kB
Release files / shirotsubaki-0.0.1a7.tar.gz
| Download URL | shirotsubaki-0.0.1a7.tar.gz |
|---|---|
| Size | 15.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
801687b02d437132c167038d4e729cd2b0821ff63d9cf6fdf1839d1df0a5de75
|
|
BLAKE2b-256 checksum How to use checksums |
8fb4875cf39ecd1b311cf36749638b3acf6d6cd050ea98487fe07c5fe8cc1530
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.11.4
|
Release files / shirotsubaki-0.0.1a7-py3-none-any.whl
| Download URL | shirotsubaki-0.0.1a7-py3-none-any.whl |
|---|---|
| Size | 10.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b9b082d22f4888a374565958a8e4741ad763967f4b87025aea773b3b6b4611cd
|
|
BLAKE2b-256 checksum How to use checksums |
f5da1dd9b69fb9d0ae66dc7b5654547ce429fd747d6da6cfe80d00b1d3090111
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.11.4
|