Metadata-Version: 2.4
Name: gpdb-admin
Version: 0.5.0
Summary: GPDB admin CLI, REST API, and MCP server (optional add-on to gpdb)
Author: whogben
License: MIT
Project-URL: Homepage, https://github.com/whogben/gpdb
Project-URL: Repository, https://github.com/whogben/gpdb
Project-URL: Issues, https://github.com/whogben/gpdb/issues
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: cryptography
Requires-Dist: fastmcp
Requires-Dist: fastapi
Requires-Dist: gpdb==0.4.0
Requires-Dist: jinja2
Requires-Dist: platformdirs
Requires-Dist: pixeltable-pgserver>=0.1.0
Requires-Dist: tomli; python_version < "3.11"
Requires-Dist: tomli-w
Requires-Dist: toolaccess
Provides-Extra: dev
Requires-Dist: gpdb[dev]; extra == "dev"
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.21.0; extra == "dev"
Requires-Dist: fastapi; extra == "dev"
Requires-Dist: httpx; extra == "dev"

# gpdb-admin

Optional admin add-on for [gpdb](https://github.com/whogben/gpdb). Provides the `gpdb` console command, REST API, and MCP server.

- `pip install gpdb` — core graph database only (no admin code, no CLI).
- `pip install gpdb-admin` — installs gpdb and adds the `gpdb` command and `gpdb.admin` module.
- `pip install gpdb-admin[dev]` — full dev setup (gpdb with dev deps + admin + test deps).

Import the admin module as `gpdb.admin` when gpdb-admin is installed.
