Metadata-Version: 2.1
Name: codexregius
Version: 1.0.1
Summary: A simple debugging library
Home-page: https://github.com/StealthyPanda/codex/
Author: StealthyPanda
Author-email: shaikm259@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown

<h1 align='center'> Codex </h1>

<a href='https://pypi.org/project/codexregius/'>
<p align = 'center'>A simple debugging library for python.</p></a>


---

### Installation

Install using pip:
```bash
pip install codexregius
```

### Usage

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

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

---

## Authors <a name = "authors"></a>
[![Foo](https://img.shields.io/badge/Made_with_❤️_by-@stealthypanda🐼-orange?style=for-the-badge&logo=python&link=)](https://sites.google.com/iitj.ac.in/stealthypanda/home)
