Python client for Stardog servers and Stardog Cloud.
Requirements: Python 3.9+
Install from PyPI:
pip install pystardog
For Stardog Cloud functionality:
pip install pystardog[cloud]
Full documentation: http://pystardog.readthedocs.io
- Getting Started - Installation, examples, and basic usage
- API Reference - Complete API documentation
- Contributing - Development setup, testing, and contribution guidelines
There is a Jupyter notebook and instructions in the notebooks
directory of this repository.
Interactive example showing natural language queries with Stardog Cloud's Voicebox (examples/voicebox_example.py
):