You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

mgrcfg

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mgrcfg

Configuration manager

pipPyPI
Version
1.6.9
Maintainers
1

mgrcfg

Configuration manager – background workers

Install

PyPI (distribution name mgrcfg; import package and CLI are mgrcfg / mgrcfg-*):

pip install mgrcfg

Local forge checkout (editable — use the folder that contains pyproject.toml):

cd /path/to/forge
python3 -m venv .venv && source .venv/bin/activate   # Windows: py -3.12 -m venv .venv && .venv\Scripts\activate.bat
python -m pip install -U pip
pip install -e .
# optional: pip install -e ".[dev]"   # pytest, etc.

End-to-end: docs/GETTING_STARTED.md · venv (Linux & Windows): docs/VENV.md

Windows / Git Bash — API smoke test (avoid broken pastes): run bash scripts/test_api_gitbash.sh · docs/TEST_API_WINDOWS.md

Quick Start

from mgrcfg import run
run()  # One-shot setup and start

Platform Support (pip install only)

PlatformRun / Index / SetupNotes
WindowsBuilt-in APIs; no extra system packages
macOSBuilt-in tools; one-time Accessibility permission
Linux (X11)Pip deps only; no system tools
Linux (Wayland)Xwayland common; optional display tools
Linux (headless)PartialInput-only; user in input group

License

MIT

Keywords

operations

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts