typerutils

Typer utility helpers


Keywords
cli, python, typer
License
MIT
Install
pip install typerutils==0.0.1

Documentation

typerutils

Typer utility helpers

Usage

Install the package from pypi

> pip install typerutils

Development

This repository manages the dev environment as a Nix flake and requires Nix to be installed

> nix develop -c $SHELL
> make setup
> make test

Publish Package to PyPi

> make pypi

License

typerutils is released under the MIT license