A small example package
Project description
dl_PyPI
Minimal Example for generating public libraries
Generating distribution archives
py -m pip install --upgrade build
py -m build
Uploading the distribution archives
py -m pip install --upgrade twine
twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
You will be prompted for a username and password. For the username, use token. For the password, use the token value, including the pypi- prefix.
After the command completes, you should see output similar to this:
Uploading distributions to https://test.pypi.org/legacy/
Enter your username: __token__
Uploading example_package_YOUR_USERNAME_HERE-0.0.1-py3-none-any.whl
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/8.2 kB • 00:01 • ?
Uploading example_package_YOUR_USERNAME_HERE-0.0.1.tar.gz
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.8/6.8 kB • 00:00 • ?
Once uploaded, your package should be viewable on TestPyPI; for example: https://test.pypi.org/project/example_package_YOUR_USERNAME_HERE.
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_package_muellerjo-0.0.2.tar.gz.
File metadata
- Download URL: example_package_muellerjo-0.0.2.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8642ab2285e9e047dfb3c4928d8c3599145808efcec1708ad4608d57c1db875a
|
|
| MD5 |
20513b9e7f7449b73467cfc71e7bb88f
|
|
| BLAKE2b-256 |
e3bb9d66972a004ab25e01e788c1ed2f2e417c91242480627acc3c076ea6f1d2
|
File details
Details for the file example_package_muellerjo-0.0.2-py3-none-any.whl.
File metadata
- Download URL: example_package_muellerjo-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b808c4c90c943c5c9909693c6dc0f5dadba138d26d1797960309ec3b3bb7b550
|
|
| MD5 |
19d17b74d711b74a0b3bd3c80260d888
|
|
| BLAKE2b-256 |
50de826b15a76307a3bda0fbf736e21575d38e98c4f3d9f3592d03f66285bd1d
|