"C:\Users\azhi_\AppData\Roaming\uv\uv.toml"
[[index]]
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
default = true
main在src目录,main按模块执行,uv run python -m azhi_serial.cli
azhi_serial
-- src
--azhi_serial
-- cli.py
-- comtool.py
-- util
-- Color.py
-- ...
--images
-- favicon.png
-- pyproject.toml
uv init
uv add pyserial
uv add readline3
uv run azhi-serial #直接运行虚拟环境
uv venv
uv sync
uv build
pip install .\dist\azhi_serial-0.1.4-py3-none-any.whl
azhi-serial --help
uv publish
pyinstaller -F -i "E:\ziyuan\banner\z_1997.ico" .\src\azhi_serial\cli.py
激活虚拟环境
(Set-ExecutionPolicy -Scope Process -ExecutionPolicy RemoteSigned) ; (& .\venv\Scripts\Activate.ps1)
azhi-serial --help
deactivate
Release files for azhi-serial 0.1.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| azhi_serial-0.1.8.tar.gz | 14.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| azhi_serial-0.1.8-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 29.5 kB
Release files / azhi_serial-0.1.8.tar.gz
| Download URL | azhi_serial-0.1.8.tar.gz |
|---|---|
| Size | 14.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
68769c69d8506e0ee1b11289751a2ea77b440bf222f98dbfd0a1ec60ac120d1d
|
|
BLAKE2b-256 checksum How to use checksums |
a139c04d3d83df31b5868176b6635394ca7d9d749ed197c6809890e73e650a6c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|
Release files / azhi_serial-0.1.8-py3-none-any.whl
| Download URL | azhi_serial-0.1.8-py3-none-any.whl |
|---|---|
| Size | 15.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d413d70f24d6afd777888d7e4064cabd4e19e2fe809734725392ba693630db21
|
|
BLAKE2b-256 checksum How to use checksums |
ff68ec135324a0324b91546a0e1971db5570a3bde1515a5d9643cc11d05f3b39
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|