Skip to main content

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

Updates Python 3

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:

  1. Git
  2. Virtualenv
  3. Pip

Project details


Release history Release notifications | RSS feed

This version

0.3

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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page