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.20.tar.gz
(43.4 kB
view details)
Built Distribution
File details
Details for the file evlatools-0.1.20.tar.gz
.
File metadata
- Download URL: evlatools-0.1.20.tar.gz
- Upload date:
- Size: 43.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.0 Darwin/23.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99abe00fbc5c948b5aeac63f46bc1eb8da577cd896413ed9d72d9dd8c1943171 |
|
MD5 | 830c3a4f6de11594661a8c4ca15cce20 |
|
BLAKE2b-256 | 564d620f9e65a4b68fa69be902e16e20f8a5e36c6aa943e13fe1ed020778af28 |
File details
Details for the file evlatools-0.1.20-py3-none-any.whl
.
File metadata
- Download URL: evlatools-0.1.20-py3-none-any.whl
- Upload date:
- Size: 19.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.0 Darwin/23.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ba4297999249931e5024dee86fa7451441dd63f7851a9e88d789d78991f5f3d |
|
MD5 | 9435f6b056cef764a8da603f15bc1f2b |
|
BLAKE2b-256 | f5fa951d0a3581076efd91b01e57113b81f74ff337be22c1e2f269aca9150f33 |