python scripts demos
Project description
install
python3 -m pip install --user --upgrade setuptools wheel twine
python setup.py sdist
twine check dist/*
pypi
配置文件 ~/.pypirc
[distutils]
index-servers = localhost pypi
[localhost]
repository: http://localhost:8080
username: keefe
password: 123456
[pypi]
repository: https://upload.pypi.org/legacy/
username: keefe
password:
上传到pypi
# 上传到pypi官服 https://upload.pypi.org/legacy/ bdist_wheel~whl包
python setup.py bdist_wheel upload
或者
twine upload dist/*
# 上传到私服, sdist~源码包
python setup.py sdist upload -r localhost
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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
File details
Details for the file python_demo-0.0.3-py3-none-any.whl.
File metadata
- Download URL: python_demo-0.0.3-py3-none-any.whl
- Upload date:
- Size: 11.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4f77aa7cdc7106a1e724da53f0f245c07ab3b8dc51236ee0401cdf645f73124
|
|
| MD5 |
d5305221d80cbcc8919a8d7b35e072e9
|
|
| BLAKE2b-256 |
682e6adae052d3dc0a2a6e3de203ebc8544e213edc47aa3139099c7fa4fb5093
|