Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

managerx_devtools-1.2026.3.27.tar.gz (55.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

managerx_devtools-1.2026.3.27-py3-none-any.whl (64.6 kB view details)

Uploaded Python 3

File details

Details for the file managerx_devtools-1.2026.3.27.tar.gz.

File metadata

  • Download URL: managerx_devtools-1.2026.3.27.tar.gz
  • Upload date:
  • Size: 55.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.1

File hashes

Hashes for managerx_devtools-1.2026.3.27.tar.gz
Algorithm Hash digest
SHA256 032126fa2e7a6303b2c3b702dc004b4cf4309f03a9444ebf8a888f178d8c2069
MD5 8cdf446113b9a68f4aa672677d41deee
BLAKE2b-256 037bc47333ffc00125a46adece1f2835aec00e1edc9a111766f2dd7f08d47472

See more details on using hashes here.

File details

Details for the file managerx_devtools-1.2026.3.27-py3-none-any.whl.

File metadata

File hashes

Hashes for managerx_devtools-1.2026.3.27-py3-none-any.whl
Algorithm Hash digest
SHA256 223d6f0d7870eb85a1750ed03994ad06a271eeb5d9d2ee6ea05631b080a0fdd4
MD5 e973dc76d184b6d1c37ea3426b1535a4
BLAKE2b-256 e04eab621e5303d6d77b618e366d6bc2cba4d598e3c8c088e9144ba263079081

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page