Skip to content
This repository has been archived by the owner on Apr 25, 2019. It is now read-only.
/ pyinit Public archive

a command line tool to help you create a python setup module folder

License

Notifications You must be signed in to change notification settings

YoRolling/pyinit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyinit

Pyinit 用于自动初始化包结构。

{{module_name}}
├── LICENSEz
├── README.md
├── conf.py
├── docs
├── {{modue_name}}
├── setup.py
└── test

特色

· 基于命令行

· 使用简单

· 使用Kenneth Reitz推荐的方案

安装方法

pip install pyinit

使用方法

在终端中运行 pyinit create, 填写一些信息即可根据�信息自动生成。

TODO

  • 自定义模板
  • git cli 集成

Contribute

License

The project is licensed under the MIT license.

About

a command line tool to help you create a python setup module folder

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages