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.10.tar.gz(源码包)
- unirtos_cli-1.0.10-py3-none-any.whl(wheel 包,跨平台通用)
本地验证
安装 wheel 包
pip3 install --force-reinstall dist/unirtos_cli-1.0.10-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.10
验证 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.10.tar.gz
(28.3 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.10.tar.gz.
File metadata
- Download URL: unirtos_cli-1.0.10.tar.gz
- Upload date:
- Size: 28.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f551978f8c6a6616f6c2fe739e0b239b28d3e9f2b274cc06f0d9e066de421596
|
|
| MD5 |
624d068e1f8361bbfd247762376e0f53
|
|
| BLAKE2b-256 |
b69b82083f4feb3dbc9ee3e6205201fa6b03db525be3b3071ecb81f6e381223b
|
File details
Details for the file unirtos_cli-1.0.10-py3-none-any.whl.
File metadata
- Download URL: unirtos_cli-1.0.10-py3-none-any.whl
- Upload date:
- Size: 30.4 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 |
546f1f5805c7caa42dd93224aaa6738effb3fa450d0f37c59c2db4d5fb402587
|
|
| MD5 |
6038edb6b1b75180ffb690320573bc43
|
|
| BLAKE2b-256 |
99279561431ae22c338124eef6062a178cd0b3a86670fda7124629b2f9d82c41
|