A package for a python command line terminal debugger
Project description
dbgprint
Debug Print is a handy command line print app used for debugging loops and variable changes over time.
It has features for tracking pivots in a while and for loop, and also print the information and data types of variables
Its dependencies are termcolor and colorama.
For python package: https://pypi.org/project/dbgprint/
For github repo: https://github.com/youhengzhou/dbgprint
Download Package
py -m pip install dbgprint -U
In Your Python Files
import dbgprint
Commands
Create command:
dbgprint.data(dataContent, dataName, action)
This will print the data's contents, the data's variable name, and the actions associated with the data at your discretion.
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 dbgprint-1.0.8.tar.gz.
File metadata
- Download URL: dbgprint-1.0.8.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
064a03a388a6daa73c15b3cd2dcc9d51bba3aa3e479d0c253e85c02798cd7744
|
|
| MD5 |
40b02858376a8bc0bc16b5cd55045a8f
|
|
| BLAKE2b-256 |
10d147b0fb41ef073bf0dbfafa487aa70cad03687f935f8d06299919d2e5fdc4
|
File details
Details for the file dbgprint-1.0.8-py3-none-any.whl.
File metadata
- Download URL: dbgprint-1.0.8-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
919328401fbc86fb7e04adf7fc21bf319881f8c2abea971938f8fa1278d06532
|
|
| MD5 |
7434a2cdb709280a7123406f1110a39a
|
|
| BLAKE2b-256 |
fc418b28b002ef17f2e43cb0caebf00e180666a44c2e7e438b98fd8fd25f1abc
|