Unirtos CLI Tool
Project description
unirtos-cli 构建指南
环境准备
sudo apt update
sudo apt install python3 python3-pip -y
pip3 install --upgrade build twine
构建分发包
python3 -m build
构建完成后,根目录会生成 dist/ 文件夹,包含:
- unirtos_cli-1.0.1.tar.gz(源码包)
- unirtos_cli-1.0.1-py3-none-any.whl(wheel 包,跨平台通用)
本地验证
安装 wheel 包
pip3 install --force-reinstall dist/unirtos_cli-1.0.1-py3-none-any.whl
验证 unirtos-cli 命令行工具
unirtos-cli version
上传到 PyPI
上传分发包
先注册 PyPI 账号,并获取 API Token
twine upload --repository pypi dist/*
安装 unirtos-cli
pip install --upgrade unirtos-cli==1.0.1
验证 unirtos-cli 命令行工具
unirtos-cli version
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
unirtos_cli-1.0.1.tar.gz
(24.1 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 unirtos_cli-1.0.1.tar.gz.
File metadata
- Download URL: unirtos_cli-1.0.1.tar.gz
- Upload date:
- Size: 24.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83d0a0d5c3a3579af5edc2d3aab7b20d8864054ff831af735221a3dfdd0c25a5
|
|
| MD5 |
da2a205b632e13b6c855ee156cf01209
|
|
| BLAKE2b-256 |
900ee36e88ee4e1e55bf6b3c87a8b5d70c8555499d0ba14e30cd8537208a30bb
|
File details
Details for the file unirtos_cli-1.0.1-py3-none-any.whl.
File metadata
- Download URL: unirtos_cli-1.0.1-py3-none-any.whl
- Upload date:
- Size: 26.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e785f8e3ce3ca6e810bdf0f42099d8171e5142171eacc836c765cd4ab078d55e
|
|
| MD5 |
3a2bc9e58b549091a496462fb17741b2
|
|
| BLAKE2b-256 |
4905fd3be7579866fd137b36b83100bdcdec8ae2966a9140e982b3509e0e048a
|