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.16.tar.gz
(43.4 kB
view details)
Built Distribution
File details
Details for the file evlatools-0.1.16.tar.gz
.
File metadata
- Download URL: evlatools-0.1.16.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 | 7e788ff5fc234e2574ca30e891fdb6d42771c2694358624659500a7f119b3975 |
|
MD5 | 2ef713d0cbfb55d066a813f3ae92113b |
|
BLAKE2b-256 | d0f11911f1e8433a814b7f5a645c3cc982b4cf429416dc222aec2ddce990297f |
File details
Details for the file evlatools-0.1.16-py3-none-any.whl
.
File metadata
- Download URL: evlatools-0.1.16-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 | ee1c2fa9568f813f0ce54d30d3e4ef4ee48994d0b4d8a7f8304053a66fd1aa3e |
|
MD5 | 781165072dff2e7e4cd2e8ddad74234d |
|
BLAKE2b-256 | 9ea7139be2b9b1630187c30f2a7f1f7a56d74a0be17e40d48d23c203f23267ac |