Módulo para exemplificar construção de projetos Python no curso PyTools
Project description
LibPythonPro
Módulo para exemplificar construção de projetos Python no curso PyTools
Nesse curso é ensinado como contribuir com projetos de Open Source
Link para o curso Python Pro
Suportada versão 3 de Python
Para instalar:
#for Linux
python3 -m venv .venv
source .venv/bin/activate
pip install - r requirements-dev.txt
#for windows
venv\Scripts\activate
python3 -m venv .venv
pip install - r requirements-dev.txt
Para conferir a qualidade do código:
flake8
Tòpicos a serem abordados:
- Git
- Virtualenv
- Pip
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
libpythonpro_braga-0.3.tar.gz
(15.6 kB
view details)
File details
Details for the file libpythonpro_braga-0.3.tar.gz.
File metadata
- Download URL: libpythonpro_braga-0.3.tar.gz
- Upload date:
- Size: 15.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3d66f3640e76b03db059ab3149a9541706f519e3690aabd9698aad6cc2b6f56
|
|
| MD5 |
f8b3e8393b74aace28e90be6111eedd1
|
|
| BLAKE2b-256 |
00564baa72e6432dc41fb1f8a234d140661a101342343978b1e52e7b0f104f4e
|