A simple Python TUI utility package
Project description
pompy-cli
A barebones CLI utility package for Python, for making interactive programs on the terminal.
Installation
pip install pompy-cli
Usage
More detailed documentation later.
For now, you can check the demo_basic.py and demo_context.py to see what you can do with pompy_cli.
Requirements
- Python >= 3.8
Development
Setup
# Clone the repository
git clone https://github.com/pompyproductions/pompy-cli.git
cd pompy-cli
# Create virtual environment
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install in editable mode
pip install -e .
# Install dev dependencies (optional)
pip install -r requirements-dev.txt
Building
python -m build
Publishing
twine upload dist/*
License
GNU GPLv3.0
Links
- PyPI: https://pypi.org/project/pompy-cli/
- GitHub: https://github.com/pompyproductions/pompy-cli
- Issues: https://github.com/pompyproductions/pompy-cli/issues
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
pompy_cli-0.2.0.tar.gz
(18.6 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
pompy_cli-0.2.0-py3-none-any.whl
(19.5 kB
view details)
File details
Details for the file pompy_cli-0.2.0.tar.gz.
File metadata
- Download URL: pompy_cli-0.2.0.tar.gz
- Upload date:
- Size: 18.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b4e25c2e6d20540a8e849b4db81a12e18c392207ceb6fbbb78d574aa77bd617
|
|
| MD5 |
7af1b238476490b09d43fa5ae49e7069
|
|
| BLAKE2b-256 |
58c9d5ebb97a9bd3e690e91711624050cd046aa3ae6cf227368834b6c5e9fbdf
|
File details
Details for the file pompy_cli-0.2.0-py3-none-any.whl.
File metadata
- Download URL: pompy_cli-0.2.0-py3-none-any.whl
- Upload date:
- Size: 19.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4cbc5c9bd0d2f4e03cd2f709c1e0aab0819cfeb017987d0fe7fbbdc37f0dcba
|
|
| MD5 |
83d571ce37b9258cce587ff7f77a81b4
|
|
| BLAKE2b-256 |
c78594c3ca82ff048cad8b0c21c62220ea337785df293d9ce980dd105b9b7196
|