Skip to main content

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)

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

py_debug-0.0.0.tar.gz (2.2 kB view hashes)

Uploaded Source

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