Metadata-Version: 2.1
Name: DiscordDatabase
Version: 0.1.1
Summary: CRUD database for discord bots, using discord text channels to store data
Home-page: https://github.com/ankushKun/DiscordDatabase
Author: Ankush Singh
Author-email: ankush4singh@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# Discord Database

A CRUD (Create Read Update Delete) database for python Discord bot developers. All data is stored in key-value pairs directly on discord in the form of text messages, in the text channel that you specify.

## Installation

```bash
pip3 install DiscordDatabase
```

## Getting Started

TBA


