A collection of development tools for ManagerX [ManagerX Ecosystem]
Project description
ManagerX DevTools Library
A comprehensive collection of development tools and database wrappers designed for the ManagerX ecosystem.
Installation
This package is intended for internal use within the ManagerX project structure, but can be installed via pip if hosted:
pip install ManagerX-DevTools
Features
This library provides easy-to-access database wrappers for various ManagerX bot modules. Imports are streamlined for cleaner code.
Available Database Wrappers
Everything can be imported directly from mx_devtools:
- AntiSpamDatabase: Manages anti-spam configurations and data.
- AutoDeleteDB: Handles auto-deletion settings.
- AutoRoleDatabase: Manages automatic role assignments.
- GlobalChatDatabase: Backend for the global chat system.
- LevelDatabase: Handles the leveling system data.
- LoggingDatabase: Manages logging configurations.
- NotesDatabase: Stores user notes for moderation.
- ProfileDB: Manages user profiles.
- SettingsDB: General bot settings.
- StatsDB: Tracks user and server statistics.
- TempVCDatabase: Manages temporary voice channels.
- WarnDatabase: Stores user warnings.
- WelcomeDatabase: Configures welcome messages.
Usage
Basic Import
All database classes are exposed at the top level of the package:
from mx_devtools import StatsDB, LevelDatabase, WarnDatabase
Example: Using StatsDB
from mx_devtools import StatsDB
import asyncio
async def get_user_stats(user_id: int):
# Assuming StatsDB has a method to fetch stats
stats = await StatsDB.get_stats(user_id)
return stats
Structure
The package is structured as follows:
mx_devtools: Top-level package.backend: Backend logic and database connections.database: Contains specific database wrapper implementations for each module.
Links
Copyright (c) 2026 OPPRO.NET Development
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file managerx_devtools-1.2026.3.22.tar.gz.
File metadata
- Download URL: managerx_devtools-1.2026.3.22.tar.gz
- Upload date:
- Size: 53.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91ab2f4db38700724e125dab37287541b2ce9da1fa9c905e8ef55be4cdb78532
|
|
| MD5 |
99b4ae562ad1adf3b499a8bed0130497
|
|
| BLAKE2b-256 |
4830ca2bcb4c6b56fe0215c58fb85a20e206697b2118e10e55b2501c51c4feb0
|
File details
Details for the file managerx_devtools-1.2026.3.22-py3-none-any.whl.
File metadata
- Download URL: managerx_devtools-1.2026.3.22-py3-none-any.whl
- Upload date:
- Size: 61.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7ed5a596ef3493dbd09e0c6b24230f64f96d3da9264602d660effaf16b514de
|
|
| MD5 |
dce88250c4939701cbe89ff394affe54
|
|
| BLAKE2b-256 |
138795dbcfeb06b3dfe18b735abbcfbebf5319a943031ba4ede7bbedef6c31d5
|