Metadata-Version: 2.1
Name: crxsnake
Version: 1.4.0
Home-page: https://discord.gg/EEp67FWQDP
Author: CRX-DEV
Author-email: cherniq66@gmail.com
License: MIT License
Project-URL: Repository, https://github.com/cyrax-dev/crxsnake
Project-URL: Discord, https://discord.gg/EEp67FWQDP
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setuptools==72.2.0
Requires-Dist: tortoise-orm==0.21.0
Requires-Dist: disnake==2.9.3
Requires-Dist: aiofiles==23.2.1
Requires-Dist: loguru==0.7.2

# CRX-Snake

**CRX-Snake** is a set of utilities designed to simplify the development of projects, including the creation of Discord bots. This library contains a number of features and tools to help you quickly develop and customize bots and other components of your projects.

## Description

CRX-Snake was developed specifically for internal use and is now available to other developers. It provides user-friendly features and solutions for common tasks in bot development and project management. It includes:

- **Features for working with Discord**: Tools for creating and managing Discord bots using the Disnake library.
- **File Utilities**: Functions for reading and writing JSON files, making it easy to work with configurations and data.
- **Database Tools**: Interfaces with Tortoise ORM for data management and query execution.
- **Logging and debugging**: Includes functions for error logging and debugging.
