Complex Operations Package
Project description
devops-experiments
Este é um projeto de teste para fazer experimentações de DevOps no GitHub
Author: Arthur Iperoyg
Basic instructions
- Utilize o arquivo de ambiente conda para replicar o ambiente
conda env create -n devops-experiments-env -f env.yml
- Prefira modificar os arquivos de ambiente conda ou de requerimentos do pip para modificar/adicionar/remover bibliotecas ao invés de operar diretamente nos ambientes.
conda env update -n devops-experiments-env -f env.yml
- Para executar os testes, use pytest
pytest
- Para executar a verificação de lint, use o flake
flake8 . --count --statisticsflake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- Para atualizar a documentação gerada automaticamente (dentro da pasta de documentação) utilize o pdoc
pdoc src\complexoperations -o docs
Para contribuir
- Use sua imaginação
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file complexoperations_iperoyg-0.1.4.tar.gz.
File metadata
- Download URL: complexoperations_iperoyg-0.1.4.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ebadd7b2959548eeace96bbbf165b7c73a2dd87decb1eb5c82c8638f6873132
|
|
| MD5 |
fae7724a2689ca29305ac79555670e21
|
|
| BLAKE2b-256 |
e0ddd438565f9fd174456fd83914585959f3b598da08929fccfcbc47ea402c9d
|
File details
Details for the file complexoperations_iperoyg-0.1.4-py3-none-any.whl.
File metadata
- Download URL: complexoperations_iperoyg-0.1.4-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
584402c1f1b057c550eb0d6a482b5e342fcca798062b4f419ad918b0a1255ad8
|
|
| MD5 |
25347ec9e55be96885503aa49270136e
|
|
| BLAKE2b-256 |
8520931d5d895b4894abd8e09a819db6e385bd09e6351573b7dfaff5328b19ee
|