Skip to main content

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


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)

Uploaded Source

Built Distribution

debuggerPy-0.0.2-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page