Metadata-Version: 2.1
Name: JoDBS_Tools
Version: 0.0.5
Summary: A utility library by JoDBS
Home-page: https://github.com/JoDBS/JoDBS_Tools
Author: JoDBS
Author-email: 
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pymongo
Requires-Dist: nextcord
Requires-Dist: python-dotenv

# JoDBS_Tools

JoDBS_Tools is a utility library designed to simplify tasks such as connecting to MongoDB databases, implementing role-based access control in Discord bots, and interfacing with external APIs or Node Networks.

## Features

- **Simplify Bot Setup**: Clear up your main bot file and just pass what you need.
- **Database Connection**: Seamlessly connect to MongoDB databases.
- **Role-Based Decorators**: Restrict bot commands based on user roles using custom decorators.
- **API Integration**: Easily connect to external APIs and retrieve data for your applications.

## Upcoming Features

- **YouTube Video Notifier**: Receive notifications for new videos from your favorite YouTubers.
- **Enhanced Bot Node Network Integration**: Additional methods for connecting to your Bot Node Network.

## Installation

Install the package using pip:

```sh
pip install jodbs_tools
```
