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
demo_rama_pkg-0.1.0.tar.gz
(2.9 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 demo_rama_pkg-0.1.0.tar.gz.
File metadata
- Download URL: demo_rama_pkg-0.1.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a1a1b229ef852aed57b942d8ce54798ed622df705d62a5ffbbe88bad3754de3
|
|
| MD5 |
d4ccfa7b7e1d2684235c09baa3bfe541
|
|
| BLAKE2b-256 |
cf1ad70f6410876de6243067bc60928d0e43924cd84686fc4ff33466db0ec582
|
File details
Details for the file demo_rama_pkg-0.1.0-py3-none-any.whl.
File metadata
- Download URL: demo_rama_pkg-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
784760c48286cca67549408f706de99d6563358ae32f21859ffc077987bbfc0a
|
|
| MD5 |
a14de37546b0672ee7a54139bb9f6754
|
|
| BLAKE2b-256 |
c18be53aa28c587cedc415eb5483917cb168c17967d15a36683e79ff89cbcfb3
|