A minimal example package with a CLI 'greet'
Project description
demo-greeter-pkg
A tiny example Python package with one function and a CLI command greet.
Install (from source)
pip install -e .
Usage
greet Alice
# -> Hello, Alice!
Development
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -U pip build twine pytest
pytest
python -m build
This creates dist/*.whl and dist/*.tar.gz.
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 reem_samar_hanin_pkg-0.1.0.tar.gz.
File metadata
- Download URL: reem_samar_hanin_pkg-0.1.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
705f9ca22944e0ac5b81b5b8061337dd96cffd0323b15a61cef25ec1f0bf8147
|
|
| MD5 |
ff62122f4ce1f2a8af07b0be6654d549
|
|
| BLAKE2b-256 |
e2c04b4a785f5a928eb899051d04bf0acb22fc30c669dfda7ca5cf553fd49cc0
|
File details
Details for the file reem_samar_hanin_pkg-0.1.0-py3-none-any.whl.
File metadata
- Download URL: reem_samar_hanin_pkg-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c70c80961591773cc1e0c6b24b8da1d1aaf87d2687bb89347be83bebfe4e62fc
|
|
| MD5 |
b7878b018d3b06c9b8d42a2ab00bd2f5
|
|
| BLAKE2b-256 |
25de6754fc8fbca521a2af6d39b370028b0260ce148a5a9ca7b9dc57285db99c
|