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
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
@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
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
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