As a freelancer I often require to do small projects on python. As any developer I do not like to do same boilerplate work each time, but I like to work in expected environment. So I decided to make this small project and include everything I often need in one place.
This project for small non-web projects.
Project is under development. Unreleased features available at master branch. Most fresh changes data available in CHANGELOG
- Readme file generation for new projects. Available formats:
Markdown
orreStructuredText
- Authors file generation for new projects. Available formats:
Markdown
orreStructuredText
- Changelog file generation for new projects. Available formats:
Markdown
orreStructuredText
- License file generation for new projects. Generated as
LICENSE
in root folder and asreStructuredText
indocs
folder. Available licenses:- MIT
- BSD-3
- GNU GPL v3.0
- Apache Software License 2.0
- unlicensed (Public domain)
- Sphinx doc folder and project generation. Configured for separated
source
andbuild
folders. setup.py
andsetup.cfg
generation.requirements.txt
andrequirements.dev
generation based on template choices.
Single time usage example, requires installation of Cookiecutter:
cookiecutter https://github.com/insspb/py3-bp
- Include pytest sample tests if pytest enabled
- Include tox sample configuration files
- Include nox sample configuration files
- Include Alembic sample configuration files
- Include Travis CI sample configuration files
- Include Gitlab CI sample configuration files
- Include AppVeyor CI sample configuration files
Currently this project is in 'I have an idea' stage.
This project is developed and tested on python version 3.6 and python 3.7, but should work under any python 3.2+.