hbldh / PythonBoilerplate

Python project Boilerplate creator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Boilerplate

Creates a boilerplate for a Python Package

Package

Basic structure of a generated package is

├── packagename
│   └──  __init__.py
├── .gitignore
├── LICENSE
├── MANIFEST.in
├── README.rst
├── travis.yml
├── pytest.ini
├── requirements.txt
├── setup.py
├── setup.cfg
└── tests

External resources

About

Python project Boilerplate creator.

License:MIT License


Languages

Language:Python 100.0%