gen_py_pro

gen_py_pro is shell tool for generating Python project.

Developed in bash code: 100%.

GitHub shell checker

The README is used to introduce the tool and provide instructions on how to install the tool, any machine dependencies it may have and any other information that should be provided before the tool is installed.

GitHub issues Documentation Status GitHub contributors

Installation

Debian Linux OS

Navigate to release page download and extract release archive.

To install gen_py_pro type the following

tar xvzf gen_py_pro-x.ytar.gz
cd gen_py_pro-x.y
cp -R ~/sh_tool/bin/   /root/scripts/gen_py_pro/ver.x.y/
cp -R ~/sh_tool/conf/  /root/scripts/gen_py_pro/ver.x.y/
cp -R ~/sh_tool/log/   /root/scripts/gen_py_pro/ver.x.y/

Or You can use Docker to create image/container.

Dependencies

gen_py_pro requires next modules and libraries

Shell tool structure

gen_py_pro is based on MOP.

Shell tool structure

sh_tool/
├── bin/
│   ├── center.sh
│   ├── display_logo.sh
│   └── gen_py_pro.sh
├── conf/
│   ├── gen_py_pro.cfg
│   ├── gen_py_pro.logo
│   ├── gen_py_pro_util.cfg
│   ├── project_set.cfg
│   └── template/
│       ├── authors.template
│       ├── autogen.template
│       ├── changelog.template
│       ├── configure_ac.template
│       ├── copying.template
│       ├── makefile_am_root.template
│       ├── makefile_am_src.template
│       ├── news.template
│       ├── py_editorconfig.template
│       ├── py.template
│       └── readme.template
└── log/
    └── gen_py_pro.log

Indices and tables