# Apache ActiveMQ Jolokia Toolkit - No External Dependencies!
#
# This toolkit uses Python standard library only:
# - asyncio (async I/O)
# - argparse (CLI)
# - base64 (encoding)
# - dataclasses (data structures)
# - enum (enumerations)
# - http.client (HTTP)
# - http.server (HTTP server)
# - json (JSON parsing)
# - pathlib (file paths)
# - socket (networking)
# - socketserver (server)
# - ssl (TLS)
# - threading (threads)
# - typing (type hints)
# - urllib.parse (URL parsing)
#
# Python 3.9+ required
#
# Optional development tools:
# black==24.3.0
# ruff==0.3.4
# mypy==1.9.0
