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
- Host: GitHub
- URL: https://github.com/rupurt/typerutils
- Owner: rupurt
- License: mit
- Created: 2024-04-23T20:58:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-01T18:34:34.000Z (almost 2 years ago)
- Last Synced: 2025-05-28T19:08:53.086Z (about 1 year ago)
- Topics: cli, python, typer
- Language: Python
- Homepage:
- Size: 242 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# typerutils
[](https://github.com/rupurt/typerutils/actions/workflows/ci.yaml)


[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)