sumdir
How build this package
Install pdm
This package use pdm to build and publish.
pip install pdm
pip install cement
pip install plumbum
pip install fastapi
pip install "uvicorn[standard]"
pip install "typer[all]"
Build and publish
# Firstly go to source root folder
pdm build
pdm publish --username __token__ --password <your-api-token> # (me: the full command is saved in publish-tui_yunetas.sh)
Install the package in editable mode using pip from the source root folder:
pip install -e .
Change the version
Edit the
__version__.pyfile and change the variable__version__. Then build and publish
Release files for sumdir 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sumdir-1.0.2.tar.gz | 2.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| sumdir-1.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:4.9 kB
Release files / sumdir-1.0.2.tar.gz
| Download URL | sumdir-1.0.2.tar.gz |
|---|---|
| Size | 2.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5e2c2177de1e961668a992726753ce96b104e709a1e345d8fac868008b16b8bf
|
|
BLAKE2b-256 checksum How to use checksums |
ceddcb5f812dd5212818b939851b0a03cb48e6be88acffa57b16bb73e461b9f0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
pdm/2.22.3 CPython/3.13.1 Linux/6.8.0-52-generic
|
Release files / sumdir-1.0.2-py3-none-any.whl
| Download URL | sumdir-1.0.2-py3-none-any.whl |
|---|---|
| Size | 2.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
479832257e8e2325821cbbe26a8b89d56190aa2839fd2e34f8cb4a86492d2a0d
|
|
BLAKE2b-256 checksum How to use checksums |
59db88d4898aabf987e645407bf3618ad6d1bdce4ca0c9e5edeaa9b9eaa4f945
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
pdm/2.22.3 CPython/3.13.1 Linux/6.8.0-52-generic
|