Tool for quickly adding debugging output
Project description
# EPR #
Easy debug printing
### Example usage ###
```python
from epr import epr
epr(some_object, 'red')
# auto including
This script will automatically include epr in all python files which attempt to
use it:
```python
from epr import epr_include_recursive
epr_include_recursive(path)
Easy debug printing
### Example usage ###
```python
from epr import epr
epr(some_object, 'red')
# auto including
This script will automatically include epr in all python files which attempt to
use it:
```python
from epr import epr_include_recursive
epr_include_recursive(path)
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
epr-0.25.tar.gz
(1.5 kB
view details)
File details
Details for the file epr-0.25.tar.gz
.
File metadata
- Download URL: epr-0.25.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0be35525b4bb7340b0eb5515ae3a069951b13af9c0a89b4e998c1a050d2a401 |
|
MD5 | 61e4527b9aca0eb30f1b9ccec7eba0a4 |
|
BLAKE2b-256 | c4c87462d8f39f2a80662881c151112f3f851abd5d3a036113e621647eb50e3a |