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_gaelle_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_gaelle_pkg-0.1.0.tar.gz.
File metadata
- Download URL: demo_gaelle_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.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca4bad767fe840407b10189301c52d8c2482f9a8916782a72bc0a3cb1e7a1136
|
|
| MD5 |
a26bdf6d0d5ad4a5153f121c41484cd7
|
|
| BLAKE2b-256 |
030f75ab21f8707f2b963743132f60b77188def6d0a66c6f1dab9db62bc670df
|
File details
Details for the file demo_gaelle_pkg-0.1.0-py3-none-any.whl.
File metadata
- Download URL: demo_gaelle_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.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d5a3c2ce1ebdc23a64b1f6209a584c61be0b3795fc408c0dffa91b6e4355f6f
|
|
| MD5 |
eb05efd4299763e6695e921d97c28351
|
|
| BLAKE2b-256 |
48cd9b22990fee27730b0831c613b175d03da49f0738cc3e083c538f27722493
|