MP (Meta Possibility)
- This is a common repository, for MP
Construction
# build
python3 setup.py sdist bdist_wheel
# -> or
python3 setup.py sdist
# check
pip install twine
twine check dist/*
# register
https://pypi.org/account/register/
# E-mail validation
Validation your email
# upload
twine upload dist/*
# install
pip install mp-common-pkg
# using
import common_pkg.common as cpc
file_path = r""
cpc.compute_md5(file_path)
# upgrade
pip install mp-common-pkg --upgrade
Problems
- error: invalid command 'bdist_wheel'
pip install wheel
Release files for mp-common-pkg 0.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mp-common-pkg-0.0.5.tar.gz | 2.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mp_common_pkg-0.0.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.5 kB
Release files / mp-common-pkg-0.0.5.tar.gz
| Download URL | mp-common-pkg-0.0.5.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e6967ec8f56d008918fd948cac844ff726c9a3cce990a1f11f11593d5f9edc3f
|
|
BLAKE2b-256 checksum How to use checksums |
f7a73f5eee0195aca18158ccc75bdb22070ef2b59d2316dfabf89800e4026e70
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.9.0
|
Release files / mp_common_pkg-0.0.5-py3-none-any.whl
| Download URL | mp_common_pkg-0.0.5-py3-none-any.whl |
|---|---|
| Size | 3.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4d18ead18612041fcb516e2e3d243c443d35fa969541210aee838e8652af36b0
|
|
BLAKE2b-256 checksum How to use checksums |
5e0a22e74ae25af3d1808f25859c6ff59f7313dd5d61907f97fee4c3f909b3d3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.9.0
|