Skip to content

Building friendly CLIs with python: colored output, user interactions, configs and more

License

Notifications You must be signed in to change notification settings

taminomara/yuio

Repository files navigation

Yuio

Yuio is a lightweight python library for building simple human-friendly CLIs.

Unlike bigger tools like click or cleo, Yuio is small, simple, has no dependencies, and relies on standard python libraries such as logging and argparse.

It is ideal for things like automation scripts, utilities for CI, or any other small tools. Without dependencies, it is easy to use 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.

Yuio is MyPy-friendly!


A light-purple-haired catgirl smiling at you and showing heart with her hands


Resources

Requirements

The only requirement is python >= 3.8.

Installation

Install yuio with pip:

pip3 install yuio

Or just copy-paste the yuio directory to somewhere in the PYTHONPATH of your project.

Use cases

About

Building friendly CLIs with python: colored output, user interactions, configs and more

Topics

Resources

License

Stars

Watchers

Forks

Languages