Um pequeno script para ensinar sobre como invocar comandos no terminal
Project description
cozer
Sistema para auxiliar ensino de conceitos de informática
Receitas
- Cuscuz nordestino com queijo
- https://guiadacozinha.com.br/baiao-de-dois-rapido/
- https://guiadacozinha.com.br/bolo-de-rolo-receita/
- https://guiadacozinha.com.br/canjica-leite-condensado-cozido/
Instalação
Instalação temporária
Utilize essas instruções para testar a aplicação em diretório temporário
aula=$(mktemp -d -t aula-XXXXXXXX)
cd $aula
python3 -m venv venv
. venv/bin/activate
pip install cozer
# Ativando auto-completar:
eval "$(_COZER_COMPLETE=source cozer)"
Outros métodos de instalação
- Instalação para o usuário:
pip3 install cozer --user
- Instalação global:
pip3 install cozer
Autocomplete
Para agilizar utilização do cozer com o recurso de auto-completar adicionar a .bashrc ou executar:
eval "$(_COZER_COMPLETE=source cozer)"
Testando instalação:
cozer --version
cozer --help
cozer fogao -h
Desenvolvimento
Se você deseja incluir novas funcionalidas na aplicação, utilize da seguinte forma:
git clone https://github.com/edusantana/cozer
cd cozer
virtualenv venv
. venv/bin/activate
pip install --editable .
Para depurar incluir no local do debug:
import pdb
pdb.set_trace()
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
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 cozer-0.4.tar.gz.
File metadata
- Download URL: cozer-0.4.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f86763ac6f74ae9b6a2ede2360a507fb796227c0afad6b52215a852338fe3633
|
|
| MD5 |
770826fce86f7237ab64fbe29e4cc879
|
|
| BLAKE2b-256 |
dc3fb544e6e516fa94f4b5f6c694d9e460db9a8f30f78889eab337923ff06e76
|
File details
Details for the file cozer-0.4-py3-none-any.whl.
File metadata
- Download URL: cozer-0.4-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b870fb830fced3a0414191aa2782848d3d93758819533fd8265dd0fa368e112f
|
|
| MD5 |
792f51fcd3678d8ef2cb79f0e18afcfa
|
|
| BLAKE2b-256 |
ca5a97cc80179dc01877e6c4913864054b0bc1080dcd0297f88bf55e954cb8ed
|