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.3.tar.gz
(16.3 kB
view details)
File details
Details for the file libbaihanupython-0.3.tar.gz.
File metadata
- Download URL: libbaihanupython-0.3.tar.gz
- Upload date:
- Size: 16.3 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 |
e924d0c6ff5db1797dfe2e3b997818e53dcffa9a22b8ec075ad3bf05c4d5b5f6
|
|
| MD5 |
053808200caa6f16d1cbfcbcc2481057
|
|
| BLAKE2b-256 |
0d0c2ba987d4044a1800896830b5c2615eb8e0bfee882ecc057e3ffab9506f13
|