Skip to content

23skdu/py-tool-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#python tool template build into a docker and run from there

$ docker build -t pytool:0.1 

then

$ docker run pytool:0.1 tool
Usage: tool [-h] a
tool: error: the following arguments are required: a

About

Base Scaffolding Pattern for python CLI tools

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published