A small example package
Project description
demo_pkg
A reference for making python packages and uploading them on PyPI
Follow the above directory structure and enter the commands:
For Windows:
py -m pip install --upgrade build
py -m build
For Unix/MacOS:
python3 -m pip install --upgrade build
python3 -m build
How to upload package on PyPI?
For Windows:
py -m pip install --upgrade twine
py -m twine upload --repository testpypi dist/*
For Unix/MacOS:
python3 -m pip install --upgrade twine
python3 -m twine upload --repository testpypi 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
hkpkg-0.0.1.tar.gz
(2.7 kB
view details)
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
hkpkg-0.0.1-py3-none-any.whl
(2.2 kB
view details)
File details
Details for the file hkpkg-0.0.1.tar.gz.
File metadata
- Download URL: hkpkg-0.0.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5725dad9b917ce1410d916485747bdc00321b037e7a21245eb2a0499a7d95f1
|
|
| MD5 |
51b94b133a046fc364d41488f00ad689
|
|
| BLAKE2b-256 |
2b16626778a1b832aeee5c97c5087fecc5009c9daf3f70f3efe8d4b27327a339
|
File details
Details for the file hkpkg-0.0.1-py3-none-any.whl.
File metadata
- Download URL: hkpkg-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
193e767a7d45f7508c814a26f2fc9583d4a2db0ad95a1286342c79f2bcbea200
|
|
| MD5 |
ac67f4581365c4236a3b2a510d2d18c4
|
|
| BLAKE2b-256 |
266e91113772f39cb32829f92cdcd17d6bde24c93ce6caddcf42ed473f2fc6f5
|