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.5.tar.gz
(8.2 kB
view details)
Built Distribution
File details
Details for the file sci-ztools-0.0.5.tar.gz
.
File metadata
- Download URL: sci-ztools-0.0.5.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 028dce077b07531b952c7f8e2d00eb00fe01ff0304731f5ec04e95034581cdee |
|
MD5 | 086fa0b9da1834c342d9482445789ef0 |
|
BLAKE2b-256 | 41744ca08ca72820b9e58e1bf407e0602ef79bf0572df830be0d535f07ff4e4b |
File details
Details for the file sci_ztools-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: sci_ztools-0.0.5-py3-none-any.whl
- Upload date:
- Size: 8.5 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 | ac1dff4d9620b374778e60123e551d39c600ce014124687a889acc1ab9e9c7c7 |
|
MD5 | 080289b80c3f7409b8e9c5b9b1dd92a5 |
|
BLAKE2b-256 | fabe40589f9dacbc94b89134d80641fad9c127bf98a37513c878f91287de20e6 |