Skip to content

rupurt/typerutils

Repository files navigation

typerutils

ci status pypi versions

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