A small example package
Project description
Packaging Python Projects
Following this course
Coding steps
Make sure you have the latest versions of PyPA’s build installed:
pip install --upgrade build
This command should output a lot of text and once completed should generate two files in the dist directory:
build
Uploading the distribution archives
You can use twine to upload the distribution packages. You’ll need to install Twine:
pip install --upgrade twine
Once installed, run Twine to upload all of the archives under dist:
twine upload dist/*
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 Distribution
example-pkg-mehr-0.0.3.tar.gz
(2.3 kB
view hashes)
Built Distribution
Close
Hashes for example_pkg_mehr-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf9f6a8abde384acc8b529ece9c309862053a5360e67a548515c29a72fa9f07d |
|
MD5 | dba004e6e76ea3e3b04c4193ecd65519 |
|
BLAKE2b-256 | 1733509f03ec5f8be8c7b3ae0c486627fc90c50ec5e2efc3627a4aa5c4db88fe |