Módulo para exemplificar construção de projetos Python no curso PyTools
Project description
libbaihanupython
Módulo para exemplificar a construção de projetos Python no curso Pytools
Nesse curso é ensinado como contribuir com projetos de cóigo aberto(Open Source)
Link para o curso Python Pro
Suportada a versão 3 de Python
Para instalar no Windows:
py -3 -m venv .venv
.venv\Scripts\activate
pip install -r requirements-dev.txt
Para instalar no Linux:
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements-dev.txt
Para conferir qualiade 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
libbaihanupython-0.2.tar.gz
(3.7 kB
view details)
File details
Details for the file libbaihanupython-0.2.tar.gz.
File metadata
- Download URL: libbaihanupython-0.2.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2bb20c8fc1c3293616ee8367ad581aaf4d7b98b03fa956e3b0fe2d0832f6dc77
|
|
| MD5 |
179f62857cf279510e51a2366a31a7cf
|
|
| BLAKE2b-256 |
9d2261b1c087b9378b51884778c5405301f3c3536408021e02b06a31969bbb26
|