A simple package utlized by easonsi
Project description
个人 package 尝试
打包上传
# 打包所需.
python3 -m pip install --upgrade pip build twine
记得每次需要上传不同名字的包, 因此需要修改版本号; dist 中的旧版本如果服务器上已有将不会上传到 pypi.
# Generating distribution archives
python3 -m build
# Uploading the distribution archives
python3 -m twine upload --repository pypi dist/*
安装
pip install dist/easonshi[version]
pip install -U easonsi -i https://pypi.python.org/simple
Poetry
pip install poetry
poetry init
poetry install # 自动创建一个虚拟环境并安装依赖
poetry build # 在项目的 dist/ 目录下生成 .tar.gz 和 .whl 文件,类似于 setuptools 中的 sdist 和 bdist_wheel。
poetry publish # 上传到 pypi
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
easonsi-0.0.8.tar.gz
(22.9 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
easonsi-0.0.8-py3-none-any.whl
(29.8 kB
view details)
File details
Details for the file easonsi-0.0.8.tar.gz.
File metadata
- Download URL: easonsi-0.0.8.tar.gz
- Upload date:
- Size: 22.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.10.10 Darwin/24.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6049eb26a23804f42ceb9e76da5ad6a754ff03c4e8453b16ebc6ba75bbcc2904
|
|
| MD5 |
54c6b26cdf8a0fda6f81f1e56ca7c591
|
|
| BLAKE2b-256 |
56a83ed72bb392b8e5184f5c95647aea176e5f560d2a4e392ba2c72b3ae119cc
|
File details
Details for the file easonsi-0.0.8-py3-none-any.whl.
File metadata
- Download URL: easonsi-0.0.8-py3-none-any.whl
- Upload date:
- Size: 29.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.10.10 Darwin/24.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ccbbf53779ca71bcab236eff46bf97bc828a8aecb659c92b2b176a512377992
|
|
| MD5 |
0d8283aba98271bbbb9956e7000f86db
|
|
| BLAKE2b-256 |
3e82021869eb7a7c5e1461d991cedddfd693ec9a29c6362d8ee3ef122c8c0043
|