Thanks to visit codestin.com
Credit goes to github.com

Skip to content

misrab/cli-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cli-py

A template for a python cli using typer and poetry.

Setup

To install locally without pip, run

poetry install

For publishing, see poetry instructions.

The default cli name is monkfish-cli. Change this to your desired cli name in the folowing:

  • monkfish_cli folder name
  • /monkfish_cli/__main__.py variable prog_name for usage as a python module
  • pyproject.toml

Usage

Once installed, run

monkfish-cli --help

Acknowledgements

Based on the fantastic typer library.

Packaging is handled using poetry.

pipx is used for isolated environments.

About

Template for a python cli using typer, poetry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages