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 dist/*
For Unix/MacOS:
python3 -m pip install --upgrade twine
python3 -m 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
hkpkg-0.0.2.tar.gz
(2.6 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.2-py3-none-any.whl
(2.2 kB
view details)
File details
Details for the file hkpkg-0.0.2.tar.gz.
File metadata
- Download URL: hkpkg-0.0.2.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ee907585439d7e9abffdb1fffdacf5498d430fee18537067571b64761e09efe
|
|
| MD5 |
fd3fce77f7e8c40eba71c3273c15ac6c
|
|
| BLAKE2b-256 |
dd926c2442f22da3ba781afbf65008b4cfca3601e32db4057e50f290bb6ff357
|
File details
Details for the file hkpkg-0.0.2-py3-none-any.whl.
File metadata
- Download URL: hkpkg-0.0.2-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 |
8bc90973fcfcdb9a5415f0f82d9e1ecff1e0558129cc1b8a5056ddfbc8558469
|
|
| MD5 |
c1ce59a5e8abd0fa9befdcfcf02257a1
|
|
| BLAKE2b-256 |
025e5a7ab5d4de0da1bdaeece4affa5fdee77a48bcd29628fe72356158f6eba7
|