Re: Python boilerplate

2016-03-21 Thread Chris Warrick
On 21 March 2016 at 00:36, Fernando Felix do Nascimento Junior wrote: > I made the boilerplate with intent that everyone can understand, download and > use quickly. So, I didn't put extra dependence like cookiecutter (that > depends jinja, that depends markupsafe) to **just** replace fields and

Re: Python boilerplate

2016-03-21 Thread Sam
On 03/19/2016 07:43 AM, Fernando Felix do Nascimento Junior wrote: A simple boilerplate for those who don't know the structure of a project. https://goo.gl/lJRvS6 ## Features * Build and distribute with setuptools * Check code style with flake8 * Make and run tests with pytest * Run tests on e

Re: Python boilerplate

2016-03-20 Thread Fernando Felix do Nascimento Junior
@all I released version 1.0.0 with a tiny glossary and explanation of each file in the boilerplate. @Chris I made the boilerplate with intent that everyone can understand, download and use quickly. So, I didn't put extra dependence like cookiecutter (that depends jinja, that depends markupsaf

Re: Python boilerplate

2016-03-19 Thread Chris Warrick
On 19 March 2016 at 13:43, Fernando Felix do Nascimento Junior wrote: > A simple boilerplate for those who don't know the structure of a project. > https://goo.gl/lJRvS6 > > ## Features > > * Build and distribute with setuptools > * Check code style with flake8 > * Make and run tests with pytest

Python boilerplate

2016-03-19 Thread Fernando Felix do Nascimento Junior
A simple boilerplate for those who don't know the structure of a project. https://goo.gl/lJRvS6 ## Features * Build and distribute with setuptools * Check code style with flake8 * Make and run tests with pytest * Run tests on every Python version with tox * Code coverage with coverage.py ## Str