Skip to main content

A Unified Tool Set for Science Researches

Project description


title: ZSL's Science Tools date: 2022-8-25

PyPI version

Preface

Zhai Silong's Greate tools for science research.

Usage

utils

Core

pep

Pep tools

chem

chem tools

上传

# 安装或更新 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


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 hashes)

Uploaded Source

Built Distribution

sci_ztools-0.0.7-py3-none-any.whl (8.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page