Skip to main content

Módulo para exemplificar construção de projetos Python no curso PyTools

Project description

LibPython

Este projeto suport a versão do python especificaente a versão 3.8.8

Tópicos abordaos:

  • virtualenv
  • flake8

Instalação das dependências no Linux

 python3 -m venv .venv
 source .venv/bin/activate
 pip install -r requiriments-dev.txt

Instalação das dependências no Windows

 python -m venv .venv
 [CMD] cd .venv/bin/activate.bat
 [POWERSHEL] cd .venv/bin/activate.ps1
 pip install -r requiriments-dev.txt

Build Status Updates Python 3

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

libpython_do_pypi-0.1.tar.gz (3.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