Skip to main content

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/

https://packaging.python.org/

https://dzone.com/articles/executable-package-pip-install

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

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

cdk_construct1-0.1.5-py3-none-any.whl (4.4 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