A Test package
Project description
test pip package wolfgang
install required tools
pip install setuptools pip install wheel pip install twine
pyexample ├── LICENSE ├── pyexample │ ├── init.py │ ├── module_mpi4py_1.py │ ├── module_numpy_1.py │ └── module_numpy_2.py ├── README.rst └── setup.py
create package
python setup.py bdist_wheel
install local
python -m pip install dist/cdk_construct1-0.1-py3-none-any.whl
check
python setup.py check
upload:
Create pypirc
python -m twine upload dist/* python -m twine upload dist/cdk_construct1-0.1.1-py3-none-any.whl
see also
https://betterscientificsoftware.github.io/python-for-hpc/tutorials/python-pypi-packaging/
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file cdk_construct1-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: cdk_construct1-0.1.5-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b98faf3797dee6409b829b6d19380a4561403c836433581a3b0ea2ff6541948f |
|
MD5 | 51852e53c74438003a24bfca9488087b |
|
BLAKE2b-256 | 86ef188cd106f091d5ac8fe7c3482ad929b8e75f23d186335b300a6ba6f09c87 |