Skip to content

turn your arbitary python module into a command tool.

Notifications You must be signed in to change notification settings

benxiao/unclick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unclick

  • turn any of your python module into a cli tool
  • save your chores to turn your functions into cli tool with library like click in most cases.

Usecases

cd unclick

execute a function in a module

unclick examples.funcs.py add 23 90

show all function names in a module

unclick examples.funcs.py show

show args of a function in a module

unclick examples.funcs.py args <add | n_hello>

execute a function with optional args

unclick examples.funcs.py n_hello --x 10

About

turn your arbitary python module into a command tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages