Projeto criado com o intuito de facilitar o dabug de variaveis em python
Project description
DEBUG DE VARIAVEIS
Projeto criado com o intuito de facilitar o dabug de variavel em python
Uso/Exemplos
Exemplo de uso
teste = [
{
"id": "637e0bbedaf70ce56a20e5aa",
"email": "owen_colon@xylar.allfinanz",
"roles": [
"guest",
"owner"
],
"apiKey": "860a1784-ed4c-4e3f-962a-d3136e0b542a",
"profile": {
"dob": "1992-04-13",
"name": "Owen Colon",
"about": "Sint minim nisi dolor adipisicing sit. Duis id cillum nulla aliquip.",
"address": "25 Homecrest Avenue, Elwood, Ohio",
"company": "Xylar",
"location": {
"lat": 29.216208,
"long": -39.477052
}
},
"username": "owen92",
"createdAt": "2010-12-17T23:32:45.095Z",
"updatedAt": "2010-12-18T23:32:45.095Z"
}
]
debug("teste", exitDebug=True) -> função para ser utilizada
retorno da função abaixo
+------------+----------------+--------------------------------------------------------------+
| Variável | Type | Valor |
+============+================+==============================================================+
| teste | <class 'list'> | [{'id': '637e0bbedaf70ce56a20e5aa', 'email': |
| | | 'owen_colon@xylar.allfinanz', 'roles': ['guest', 'owner'], |
| | | 'apiKey': '860a1784-ed4c-4e3f-962a-d3136e0b542a', 'profile': |
| | | {'dob': '1992-04-13', 'name': 'Owen Colon', 'about': 'Sint |
| | | minim nisi dolor adipisicing sit. Duis id cillum nulla |
| | | aliquip.', 'address': '25 Homecrest Avenue, Elwood, Ohio', |
| | | 'company': 'Xylar', 'location': {'lat': 29.216208, 'long': |
| | | -39.477052}}, 'username': 'owen92', 'createdAt': |
| | | '2010-12-17T23:32:45.095Z', 'updatedAt': |
| | | '2010-12-18T23:32:45.095Z'}] |
+------------+----------------+--------------------------------------------------------------+
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
debuggerPy-0.0.2.tar.gz
(3.2 kB
view details)
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 debuggerPy-0.0.2.tar.gz.
File metadata
- Download URL: debuggerPy-0.0.2.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f61a76c15a778fd0b06b5d23747f0bd30e9f3dc89921bcc19eea0ecd28528fb
|
|
| MD5 |
a58256de7fbda10a6a769e850921a823
|
|
| BLAKE2b-256 |
4f36d4fa31f76b5e8b23fedf407c837fbc3922b71ec5ab6764f26937fdfd04aa
|
File details
Details for the file debuggerPy-0.0.2-py3-none-any.whl.
File metadata
- Download URL: debuggerPy-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b631c50b8dacc6a4932b0a04ea2ffc6837ab14aec97276a36b5af8197e8693c9
|
|
| MD5 |
f0e655ea103c2a3fd6e6af5569067d40
|
|
| BLAKE2b-256 |
f4980ebfe65386c8a9c9b84e51df8cf53bb3cfae8664ebb1231d7cd22f88b70c
|