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 hashes)
Built Distribution
Close
Hashes for debuggerPy-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b631c50b8dacc6a4932b0a04ea2ffc6837ab14aec97276a36b5af8197e8693c9 |
|
MD5 | f0e655ea103c2a3fd6e6af5569067d40 |
|
BLAKE2b-256 | f4980ebfe65386c8a9c9b84e51df8cf53bb3cfae8664ebb1231d7cd22f88b70c |