No project description provided
Project description
Publish to PYPI
To publish your python package to PYPI, you can use the twine tool.
python setup.py sdist bdist_wheel
# Local package test
pip install dist/pixegami_hello-0.4-py3-none-any.whl
export TWINE_USERNAME=__token__
export TWINE_PASSWORD=pypi-XXXXXXXXX
$twine upload dist/*
## Recomended to upload to testpypi repo first
-> Create an account on https://test.pypi.org/
$twine upload --repository testpypi dist/*
## Install from the test repo.
$pip install \
--index-url https://test.pypi.org/simple/ \
--no-deps example-package-YOUR-USERNAME-HERE
Project details
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 dammy7878_pixegami_hello-0.5.0.tar.gz.
File metadata
- Download URL: dammy7878_pixegami_hello-0.5.0.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1b036da5dc6c8affe0df17ff60ce254abdee59ddc6ef922aa1270c5e09b1f06
|
|
| MD5 |
f43bd9407c2741b6909150bf22eeabde
|
|
| BLAKE2b-256 |
5426cb3ffbeac143eee2cdad2bbeba5f65565878fc48ae7d11f3a41fe39a4b5b
|
File details
Details for the file dammy7878_pixegami_hello-0.5.0-py3-none-any.whl.
File metadata
- Download URL: dammy7878_pixegami_hello-0.5.0-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
acd52e44656cc8fee19e35280f3306b63629a25c8a9f7ab28bf7ff9e5a5ed0f4
|
|
| MD5 |
3b3369f106e88dfb671e759c023769c0
|
|
| BLAKE2b-256 |
de3bc5166cd37a941658b6e95e07bb7b19125bdcedef68a08e53434a74d65de2
|