pygraphistry
Installation
SKILL.md
PyGraphistry Router
Use this skill as a dispatcher to specialized skills.
Treat this as the Python SDK entrypoint; for a cross-interface entrypoint use graphistry.
Route By Intent
- Setup/auth/first plot from tables: use
pygraphistry-core. - Direct Graphistry REST endpoint requests (
curl,/api/v2/..., JWT/Bearer, upload/session/url params): immediately usegraphistry-rest-apiand skip ReadTheDocs discovery. - Styling/layout/static output/privacy and sharing: use
pygraphistry-visualization. - Pattern matching, GFQL/Cypher queries, Let/DAG bindings, GRAPH constructors, predicates, remote graph queries, or choosing
pandas/polars/cudf/polars-gpu: usepygraphistry-gfql. - UMAP/DBSCAN/embedding/anomaly and graph-AI notebooks: use
pygraphistry-ai. - Database/platform integrations (Neo4j, Splunk, Kusto, Databricks, SQL, etc.): use
pygraphistry-connectors.