A small example package
Project description
Example Package
This is a simple example package.
How to build
Make sure you have the latest versions of PyPA's build installed:
python3 -m pip install --upgrade build
Build the package by running the following command:
python3 -m build
This command generate two files in the dist directory:
example_pkg_gunhoon-0.0.1-py3-none-any.whl
example_pkg_gunhoon-0.0.1.tar.gz
How to upload
Install twine to upload the distribution packages:
python3 -m pip install --upgrade twine
Run twine to upload all archives under dist directory:
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
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
File details
Details for the file example-pkg-gunhoon-0.0.0.tar.gz.
File metadata
- Download URL: example-pkg-gunhoon-0.0.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae1cf64881e32b15b7653f05edf631d6aa9868afb22071bcab38b2560bc9ee02
|
|
| MD5 |
a1a737f3b7ea9aeb7883c4f1606c24fd
|
|
| BLAKE2b-256 |
7a59a391f2d0a85ad16fce63f3726fd9924ac8455e5d31723b5c6ae4f130e4a7
|
File details
Details for the file example_pkg_gunhoon-0.0.0-py3-none-any.whl.
File metadata
- Download URL: example_pkg_gunhoon-0.0.0-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d1a5678182c8b44cc4fa62c8b34f63fc71a0dcae5cc4afbf38df46a0a66cde3
|
|
| MD5 |
12245708b0edc657e5ae71ba1633359c
|
|
| BLAKE2b-256 |
7d88db0d090375f688076176ee14244ae469dc4870dbfaa131e36e5d6459b5b5
|