An open API service indexing awesome lists of open source software.

https://github.com/rupurt/typerutils

Typer utility helpers
https://github.com/rupurt/typerutils

cli python typer

Last synced: 5 months ago
JSON representation

Typer utility helpers

Awesome Lists containing this project

README

          

# typerutils
[![ci status](https://github.com/rupurt/typerutils/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/rupurt/typerutils/actions/workflows/ci.yaml)
![pypi](https://img.shields.io/pypi/v/typerutils.svg)
![versions](https://img.shields.io/pypi/pyversions/typerutils.svg)

[Typer](https://typer.tiangolo.com/) utility helpers

## Usage

Install the package from pypi

```console
> pip install typerutils
```

## Development

This repository manages the dev environment as a Nix flake and requires [Nix to be installed](https://github.com/DeterminateSystems/nix-installer)

```console
> nix develop -c $SHELL
```

```shell
> make setup
```

```shell
> make test
```

## Publish Package to PyPi

```shell
> make pypi
```

## License

`typerutils` is released under the [MIT license](./LICENSE)