An open API service indexing awesome lists of open source software.

https://github.com/aguiardafa/projetopytools

Projeto criado para estudo sobre Python no curso PyTools do PythonPro. (Tecnologias: pip, virtualenv, pypi, pytest, codecov, flake8, pyup e travis)
https://github.com/aguiardafa/projetopytools

codecov git pip pipenv pytest python3 travis-ci virtualenv

Last synced: 2 months ago
JSON representation

Projeto criado para estudo sobre Python no curso PyTools do PythonPro. (Tecnologias: pip, virtualenv, pypi, pytest, codecov, flake8, pyup e travis)

Awesome Lists containing this project

README

          

# projetopytools
Projeto criado para estudo sobre Python no curso PyTools

### Curso PyTools da Pythonpro
Módulo para exemplificar construção de projetos Python no curso PyTools

Nesse curso é ensinado como contribuir com projetos de código aberto

Link para o curso [Python Pro](https://www.python.pro.br/)

[![Build Status](https://travis-ci.org/aguiardafa/projetopytools.svg?branch=master)](https://travis-ci.org/aguiardafa/projetopytools)
[![Updates](https://pyup.io/repos/github/aguiardafa/projetopytools/shield.svg)](https://pyup.io/repos/github/aguiardafa/projetopytools/)
[![Python 3](https://pyup.io/repos/github/aguiardafa/projetopytools/python-3-shield.svg)](https://pyup.io/repos/github/aguiardafa/projetopytools/)
[![codecov](https://codecov.io/gh/aguiardafa/projetopytools/branch/master/graph/badge.svg)](https://codecov.io/gh/aguiardafa/projetopytools)

Suportada versão 3 de Python

Para instalar:

```console
python3 -m pip install pipenv
pipenv sync --dev
```

Para conferir qualidade de código:

```console
pipenv run flake8
```

Tópicos a serem abordados:
1. Git
2. Virtualenv
3. Pip
4. Pytest
5. Codecov
6. Pipenv