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)
- Host: GitHub
- URL: https://github.com/aguiardafa/projetopytools
- Owner: aguiardafa
- License: agpl-3.0
- Created: 2019-10-03T21:14:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T13:09:36.000Z (about 2 years ago)
- Last Synced: 2024-04-08T14:29:17.202Z (about 2 years ago)
- Topics: codecov, git, pip, pipenv, pytest, python3, travis-ci, virtualenv
- Language: Python
- Homepage:
- Size: 309 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)
[](https://travis-ci.org/aguiardafa/projetopytools)
[](https://pyup.io/repos/github/aguiardafa/projetopytools/)
[](https://pyup.io/repos/github/aguiardafa/projetopytools/)
[](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