Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.16 KB

File metadata and controls

39 lines (23 loc) · 1.16 KB

pystardog

PyPI version

Python client for Stardog servers and Stardog Cloud.

Requirements: Python 3.9+

Quick Start

Install from PyPI:

pip install pystardog

For Stardog Cloud functionality:

pip install pystardog[cloud]

Documentation

Full documentation: http://pystardog.readthedocs.io

Interactive Tutorial

There is a Jupyter notebook and instructions in the notebooks directory of this repository.

Voicebox Demo

Interactive example showing natural language queries with Stardog Cloud's Voicebox (examples/voicebox_example.py):

Voicebox Demo