Módulo para exemplificar construções de projetos com a linguagem python.
Project description
lib-pytools
Conjunto de ferramentas para construção de um projeto com a linguagem python.
Tópicos a serem abordados:
- Git
- Virtualenv
- Pip
Para instalar:
1. git clone (repository)
2. cd (repository)
3. python -m venv .venv <- (Windows) ou source .venv/bin/activate <- (Linux)
4. .venv\Scripts\activate
5. pip install -r requirements-dev.txt
Para conferir a qualidade do código execute:
1. flake8
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
libpythontools-0.1.tar.gz
(4.3 kB
view details)
File details
Details for the file libpythontools-0.1.tar.gz.
File metadata
- Download URL: libpythontools-0.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06b34ce53878605387e7fc8a2a6666bcdc20cac3d270fb180feed27bcbf02074
|
|
| MD5 |
ebc25e78abe5d220e224a46c7136939a
|
|
| BLAKE2b-256 |
5755c2cfbad561f4c8d0395c1edb1f2c13ffaa1d9fbb29147dc817219e169c00
|