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.2.tar.gz
(1.4 kB
view details)
File details
Details for the file epr-0.2.tar.gz
.
File metadata
- Download URL: epr-0.2.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
30c02df88ad3d83ed9f1c84869d8df6aee5caeabc1b2d1e50a3d98f9cb8f8bf4
|
|
MD5 |
b2cc2d27866fb3e22f41761d0434efdd
|
|
BLAKE2b-256 |
805da117296c3960736000be335d5b4e9469d1a3cf389d5f8b3db290d479d70d
|