crxsnake 0.0.0__py3-none-any.whl → 1.3.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- crxsnake/__init__.py +2 -2
- crxsnake-1.3.1.dist-info/METADATA +26 -0
- {crxsnake-0.0.0.dist-info → crxsnake-1.3.1.dist-info}/RECORD +6 -6
- {crxsnake-0.0.0.dist-info → crxsnake-1.3.1.dist-info}/WHEEL +1 -1
- crxsnake-0.0.0.dist-info/METADATA +0 -5
- {crxsnake-0.0.0.dist-info → crxsnake-1.3.1.dist-info}/LICENSE +0 -0
- {crxsnake-0.0.0.dist-info → crxsnake-1.3.1.dist-info}/top_level.txt +0 -0
crxsnake/__init__.py
CHANGED
@@ -4,8 +4,8 @@ from .files import read_json, write_json
|
|
4
4
|
from .tortoise import Database
|
5
5
|
from .misc import *
|
6
6
|
|
7
|
-
from
|
8
|
-
from
|
7
|
+
from .issues.hotline import IssueHotline
|
8
|
+
from .issues.crx import IssueCRX
|
9
9
|
|
10
10
|
|
11
11
|
__all__ = [
|
@@ -0,0 +1,26 @@
|
|
1
|
+
Metadata-Version: 2.1
|
2
|
+
Name: crxsnake
|
3
|
+
Version: 1.3.1
|
4
|
+
Home-page: https://discord.gg/EEp67FWQDP
|
5
|
+
Author: CRX-DEV
|
6
|
+
Author-email: cherniq66@gmail.com
|
7
|
+
License: MIT License
|
8
|
+
Description-Content-Type: text/markdown
|
9
|
+
License-File: LICENSE
|
10
|
+
Requires-Dist: tortoise-orm ==0.21.0
|
11
|
+
Requires-Dist: disnake ==2.9.2
|
12
|
+
Requires-Dist: aiofiles ==23.2.1
|
13
|
+
Requires-Dist: loguru ==0.7.2
|
14
|
+
|
15
|
+
# CRX-Snake
|
16
|
+
|
17
|
+
**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.
|
18
|
+
|
19
|
+
## Description
|
20
|
+
|
21
|
+
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:
|
22
|
+
|
23
|
+
- **Features for working with Discord**: Tools for creating and managing Discord bots using the Disnake library.
|
24
|
+
- **File Utilities**: Functions for reading and writing JSON files, making it easy to work with configurations and data.
|
25
|
+
- **Database Tools**: Interfaces with Tortoise ORM for data management and query execution.
|
26
|
+
- **Logging and debugging**: Includes functions for error logging and debugging.
|
@@ -1,4 +1,4 @@
|
|
1
|
-
crxsnake/__init__.py,sha256=
|
1
|
+
crxsnake/__init__.py,sha256=mKjf9OxUJzleDLldGtjzUOJaJ9tXi_zEGyVRsFusmk8,361
|
2
2
|
crxsnake/cogs.py,sha256=gXC81xWcpUZ-YOpI8BqiUoy7s8AInLr0M1asrSFAxEg,557
|
3
3
|
crxsnake/files.py,sha256=M6uCktEFaDUuVH3CHUcr9bITZa_ruEsAjIRqf_5gM3o,997
|
4
4
|
crxsnake/logger.py,sha256=-TXqHfagCV-TrnwJrucKEa61BRePW34sep0K9RCbHn8,764
|
@@ -7,8 +7,8 @@ crxsnake/tortoise.py,sha256=R0IwdfvsS5FGUXlGVIdI1I48_Xde_qz_Rd8E2e_NNHY,768
|
|
7
7
|
crxsnake/issues/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
8
8
|
crxsnake/issues/crx.py,sha256=mhYX4iWmyPw5rV60rb0m18HAy7s72aTFwA-MIsdXV1E,431
|
9
9
|
crxsnake/issues/hotline.py,sha256=tLUVp59O8YesXxlmVxOeLcIjDN7RiwWTZGCVKIxXR-Q,2683
|
10
|
-
crxsnake-
|
11
|
-
crxsnake-
|
12
|
-
crxsnake-
|
13
|
-
crxsnake-
|
14
|
-
crxsnake-
|
10
|
+
crxsnake-1.3.1.dist-info/LICENSE,sha256=xt4Ru6tOCU8e2wVlx_lgx7wh-sNLKbiCbmANzr2e3cc,1085
|
11
|
+
crxsnake-1.3.1.dist-info/METADATA,sha256=DQ8pu3FkDVLcgtYmtKnvebB99cQvebY9srNprA0F30c,1305
|
12
|
+
crxsnake-1.3.1.dist-info/WHEEL,sha256=Z4pYXqR_rTB7OWNDYFOm1qRk0RX6GFP2o8LgvP453Hk,91
|
13
|
+
crxsnake-1.3.1.dist-info/top_level.txt,sha256=GOgG6tMH05czsfM6y-Tvm9LUSd-0PPuuuYkkkbWHZjQ,9
|
14
|
+
crxsnake-1.3.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|