A debug tool for noder
Project description
py-debug
========
A debug package for noder. inspired by [debug](https://github.com/visionmedia/debug).
## Install
```bash
$ pip install py_debug
```
## Example
example.py
```python
import py_debug as pydebug
debuga = pydebug.debug('example:a')
debugb = pydebug.debug('example:b')
debuga('aaa')
debugb('bbb')
```
command
```bash
$ DEBUG=* python example.py
```
## License
(The MIT License)
========
A debug package for noder. inspired by [debug](https://github.com/visionmedia/debug).
## Install
```bash
$ pip install py_debug
```
## Example
example.py
```python
import py_debug as pydebug
debuga = pydebug.debug('example:a')
debugb = pydebug.debug('example:b')
debuga('aaa')
debugb('bbb')
```
command
```bash
$ DEBUG=* python example.py
```
## License
(The MIT License)
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
py_debug-0.0.0.tar.gz
(2.2 kB
view details)
File details
Details for the file py_debug-0.0.0.tar.gz
.
File metadata
- Download URL: py_debug-0.0.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d756b51cb42779f676b5d0c91b31d55d0426b5167c0af67f5d6404b6371a2db |
|
MD5 | 5307dad9272ceed9eaee658f0e7a5fca |
|
BLAKE2b-256 | 30eda7ab45be00d3078dd31f4495e46b76f7dc2b274572d62eedb09973c88da7 |