No project description provided
Project description
打包上传到pypi
# 创建项目
poetry new evlatools
# 配置pypi的Token
poetry config pypi-token.pypi <token>
# 构建项目
poetry build
# 推送项目到Pypi
poetry publish --build
Poetry常用命令
# 初始化一个项目,如果不加-n就会询问你项目名和版本之类的
poetry init -n
#在当前目录建立虚拟环境
poetry init -C .
# 向 pyproject.toml 添加新的依赖项。等同 pip install flask
poetry add <package>
# 项目打包,然后配合 poetry publish 发布到远程存储库
poetry build
# 检查当前项目的依赖和环境是否存在问题,每次打包前都要使用一下该指令
poetry check
# 安装项目依赖
poetry install
# 更新所有依赖到最新版本
poetry update
# 更新指定依赖到最新版本
poetry update <package>
# 锁定依赖版本
poetry lock
# 运行项目,如:poetry run python3 main.py
poetry run
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
evlatools-0.1.13.tar.gz
(43.4 kB
view details)
Built Distribution
File details
Details for the file evlatools-0.1.13.tar.gz
.
File metadata
- Download URL: evlatools-0.1.13.tar.gz
- Upload date:
- Size: 43.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.0 Darwin/23.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e4388d2ba126e753c9c2e4d43c85725e97d3da76128e1af897e6c158331fb49 |
|
MD5 | b377d190f74646a59c72c4b1aeeed674 |
|
BLAKE2b-256 | d9bb999145edad34ecf029e486775ade9dd185d72946aeba7ec43b358fdda68d |
File details
Details for the file evlatools-0.1.13-py3-none-any.whl
.
File metadata
- Download URL: evlatools-0.1.13-py3-none-any.whl
- Upload date:
- Size: 19.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.0 Darwin/23.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dfd12615604ca2bb487d08d2d8b5d2f2f80091187e125fe2c1f925d292b07b2a |
|
MD5 | a6f3cc5ecc06fb66465b1c4c2fc509c7 |
|
BLAKE2b-256 | ab91bc9a8c277e0eb16be60337b8509c2b7a05a33f3a7f7db855e3ea6fdeb82f |