Lite and user-friendly CLI library
Project description
Yuio
This is a lightweight, no-dependency python module for building simple human-friendly CLIs with python.
Yuio's features are:
- small, no-dependencies;
- colored output;
- status indication with progress bars;
- user interactions and input parsing;
- building configs and loading them from file system, env vars or command line arguments;
- and more.
It is ideal for small things such as automation scripts, utilities for CI, or any other tools. Without dependencies, it is easy to use it in places where you either don't or don't want to have access to dependency management systems. Just copy-paste its source files into your project, and be done with it.
Requirements
- python >= 3.8
Installation
pip3 install yuio
Or just copy-paste the yuio
directory to somewhere in the PYTHONPATH
of your project.
Changelog
v1.0.0:
- Initial release.
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
yuio-0.0.5.tar.gz
(270.7 kB
view hashes)
Built Distribution
yuio-0.0.5-py3-none-any.whl
(17.1 kB
view hashes)