Skip to content

teramonagi/template-python-cmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

template-python-cmd

Template package for Python cmd tool.

Install

From github

$ pip install git+https://github.com/teramonagi/template-python-cmd

Local

$ cd <path to template-python-cmd>
$ pip install .

Use as python script

Run main script(main.py) automatically

$ python -m template_python_cmd

Use as library

$ import template_python_cmd.hoge
$ template_python_cmd.hoge.hello()
$ import template_python_cmd.moge.noge
$ template_python_cmd.moge.noge.f()
$ from template_python_cmd.moge import noge
$ noge.f()
$ from template_python_cmd.moge.noge import f
$ f()

Releases

No releases published

Packages

 
 
 

Languages