A simple example package
Project description
py-test-siva
A minimal Python package example (distribution name: py-test-siva, import package: py_test).
Installation
pip install py-test-siva
Usage
from py_test import greet
print(greet())
print(greet("Copilot"))
Build and publish
python -m pip install --upgrade build twine
python -m build
python -m twine check dist/*
Before uploading, remove any old build artifacts so only the current distribution files are uploaded:
Remove-Item -Recurse -Force dist build
python -m build
Get-ChildItem -Path dist
python -m twine upload dist\py_test_siva-* # upload new artifacts only
To publish to TestPyPI:
python -m twine upload --repository testpypi dist/*
To publish to PyPI:
python -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
py_test_siva-0.1.1.tar.gz
(14.3 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
File details
Details for the file py_test_siva-0.1.1.tar.gz.
File metadata
- Download URL: py_test_siva-0.1.1.tar.gz
- Upload date:
- Size: 14.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77510a22729ea6d1dd394fad3f5e5d1ade00d2dff7fba7218cd1ae58d9308b03
|
|
| MD5 |
67794c4ad2a7fcad98e3ee8b55a4823d
|
|
| BLAKE2b-256 |
00652bf08fb100b5b0c740669a2cfab523c2d9197492ce725a497cae807e8da8
|
File details
Details for the file py_test_siva-0.1.1-py3-none-any.whl.
File metadata
- Download URL: py_test_siva-0.1.1-py3-none-any.whl
- Upload date:
- Size: 14.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
637a99f832a812a7b895a4c7ad96b5ca0c485379759ff446d8cb7ca67da6c84c
|
|
| MD5 |
d11a0cebaa63079f781874b00e4a4a37
|
|
| BLAKE2b-256 |
c2d0db23288d476367238bf7e24e7556add04d23dc75f3da759eb11547c2d5be
|