A simple debugging library


License
MIT
Install
pip install codexregius==1.0.2

Documentation

Codex

A simple debugging library for python.


Installation

Install using pip:

pip install codexregius

Usage

from codex import *
#There are 4 main functions; dblog, error, warning, ok

somevar = someotherfunc()
dblog(somevar)
#logs to stdout...

Authors

Foo