A Unified Tool Set for Science Researches
Project description
title: ZSL's Science Tools date: 2022-8-25
Preface
Zhai Silong's Greate tools for science research.
Usage
utils
Core
pep
Pep tools
chem
chem tools
上传
- 先注册一个 PyPi 的测试帐号
- 获取帐号的 api token
- 写入
$HOME/.pypirc
- 写入
# 安装或更新 setuotools 和 wheel
python3 -m pip install --upgrade setuptools wheel
# cd 到 setup.py 所在目录
python3 setup.py sdist bdist_wheel # 产生一个 dist 文件夹,用于本地安装
# 更新 twine
python3 -m pip install --user --upgrade twine
# 使用 twine 上传
python3 -m twine upload --repository testpypi dist/*
# 正式上传
python3 -m twine upload dist/*
# 测试
pip install example-pkg-YOUR-USERNAME
Reference
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
sci-ztools-0.0.7.tar.gz
(8.5 kB
view details)
Built Distribution
File details
Details for the file sci-ztools-0.0.7.tar.gz
.
File metadata
- Download URL: sci-ztools-0.0.7.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 224177473a62ddf36e5452757f6417457f272f08c00805dfbfaa2bf7be21c9fb |
|
MD5 | e3646ccbe6f0150acc9d270b3105f79e |
|
BLAKE2b-256 | b76cd02d0dfd9b38a1fbe995e12ff498dab3e9fa21810e968f2bcfc570776ad4 |
File details
Details for the file sci_ztools-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: sci_ztools-0.0.7-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3280d4e0949e935e5dbbc57b8690f5356869e8d17bae384705fe60ad7fec8b2e |
|
MD5 | e9ad2ed9a351aa76e02b821c0223dc07 |
|
BLAKE2b-256 | 44600a65e81d3b7c50cd0ba7b4bd882eb2275899197298f685d500db131d1026 |