pystardog


Namepystardog JSON
Version 0.19.0 PyPI version JSON
download
home_pageNone
SummaryPython client for Stardog Platform Endpoints and Stardog Cloud
upload_time2025-08-08 18:47:47
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pystardog
[![PyPI version](https://badge.fury.io/py/pystardog.svg)](https://badge.fury.io/py/pystardog)

Python client for Stardog servers and Stardog Cloud.

**Requirements**: Python 3.9+

## Quick Start

Install from PyPI:

```shell
pip install pystardog
```

For Stardog Cloud functionality:

```shell
pip install pystardog[cloud]
```

## Documentation

**Full documentation**: [http://pystardog.readthedocs.io](http://pystardog.readthedocs.io)

- [**Getting Started**](http://pystardog.readthedocs.io/en/latest/getting-started.html) - Installation, examples, and basic usage
- [**API Reference**](http://pystardog.readthedocs.io/en/latest/source/stardog.html) - Complete API documentation  
- [**Contributing**](http://pystardog.readthedocs.io/en/latest/contributing.html) - Development setup, testing, and contribution guidelines

## Interactive Tutorial

There is a Jupyter notebook and instructions in the [`notebooks`](./notebooks) directory of this repository.

## Voicebox Demo

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

![Voicebox Demo](examples/voicebox_demo.gif)


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pystardog",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Stardog Union <support@stardog.com>",
    "download_url": null,
    "platform": null,
    "description": "# pystardog\n[![PyPI version](https://badge.fury.io/py/pystardog.svg)](https://badge.fury.io/py/pystardog)\n\nPython client for Stardog servers and Stardog Cloud.\n\n**Requirements**: Python 3.9+\n\n## Quick Start\n\nInstall from PyPI:\n\n```shell\npip install pystardog\n```\n\nFor Stardog Cloud functionality:\n\n```shell\npip install pystardog[cloud]\n```\n\n## Documentation\n\n**Full documentation**: [http://pystardog.readthedocs.io](http://pystardog.readthedocs.io)\n\n- [**Getting Started**](http://pystardog.readthedocs.io/en/latest/getting-started.html) - Installation, examples, and basic usage\n- [**API Reference**](http://pystardog.readthedocs.io/en/latest/source/stardog.html) - Complete API documentation  \n- [**Contributing**](http://pystardog.readthedocs.io/en/latest/contributing.html) - Development setup, testing, and contribution guidelines\n\n## Interactive Tutorial\n\nThere is a Jupyter notebook and instructions in the [`notebooks`](./notebooks) directory of this repository.\n\n## Voicebox Demo\n\nInteractive example showing natural language queries with Stardog Cloud's Voicebox ([`examples/voicebox_example.py`](examples/voicebox_example.py)):\n\n![Voicebox Demo](examples/voicebox_demo.gif)\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Python client for Stardog Platform Endpoints and Stardog Cloud",
    "version": "0.19.0",
    "project_urls": {
        "Homepage": "https://github.com/stardog-union/pystardog",
        "Repository": "https://github.com/stardog-union/pystardog"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8150c638819cc5cbc4bc9178fe271123fe36f6d1dde89aa434cadc90d0471775",
                "md5": "349a571924e3eee46aa8ec9f5f9172e1",
                "sha256": "b22ddc82b9d22b698f4d7a277476707aa991d72faf12010031609ff173cc0056"
            },
            "downloads": -1,
            "filename": "pystardog-0.19.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "349a571924e3eee46aa8ec9f5f9172e1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 37865,
            "upload_time": "2025-08-08T18:47:47",
            "upload_time_iso_8601": "2025-08-08T18:47:47.508698Z",
            "url": "https://files.pythonhosted.org/packages/81/50/c638819cc5cbc4bc9178fe271123fe36f6d1dde89aa434cadc90d0471775/pystardog-0.19.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-08 18:47:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "stardog-union",
    "github_project": "pystardog",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "circle": true,
    "lcname": "pystardog"
}
        
Elapsed time: 1.78510s