Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qubitpi/wilhelm-python-sdk
Python SDK that interacts with wilhelm programmatically
https://github.com/qubitpi/wilhelm-python-sdk
graph-database neo4j python wilhelm
Last synced: 4 months ago
JSON representation
Python SDK that interacts with wilhelm programmatically
- Host: GitHub
- URL: https://github.com/qubitpi/wilhelm-python-sdk
- Owner: QubitPi
- License: apache-2.0
- Created: 2024-08-24T04:05:11.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-10-08T13:23:26.000Z (4 months ago)
- Last Synced: 2024-10-10T09:20:27.158Z (4 months ago)
- Topics: graph-database, neo4j, python, wilhelm
- Language: Python
- Homepage: https://sdk.wilhelmlang.com
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Wilhelm Python SDK
==================![Python Version][Python Version Badge]
[![Read the Docs][Read the Docs badge]][Read the Docs URL]
[![PyPI][PyPI project badge]][PyPI project url]
[![GitHub Workflow Status][GitHub Workflow Status badge]][GitHub Workflow Status URL]
[![Apache License badge]][Apache License URL]Wilhelm Python SDK offers a programmatic approach to interact with [Wilhelm](https://wilhelmlang.com/), including its
graph database, backend webservice, and NLP capabilitiesTo install the SDK, simply run
```console
pip install wilhelm-python-sdk
```Details documentations can be found at [sdk.wilhelmlang.com](https://sdk.wilhelmlang.com/)
License
-------The use and distribution terms for [Wilhelm Graph Database Python SDK]() are covered by the
[Apache License, Version 2.0].[Apache License badge]: https://img.shields.io/badge/Apache%202.0-F25910.svg?style=for-the-badge&logo=Apache&logoColor=white
[Apache License URL]: https://www.apache.org/licenses/LICENSE-2.0
[Apache License, Version 2.0]: http://www.apache.org/licenses/LICENSE-2.0.html[GitHub Workflow Status badge]: https://img.shields.io/github/actions/workflow/status/QubitPi/wilhelm-python-sdk/ci-cd.yml?logo=github&style=for-the-badge&label=CI/CD
[GitHub Workflow Status URL]: https://github.com/QubitPi/wilhelm-python-sdk/actions/workflows/ci-cd.yml[Python Version Badge]: https://img.shields.io/badge/Python-3.10-brightgreen?style=for-the-badge&logo=python&logoColor=white
[PyPI project badge]: https://img.shields.io/pypi/v/wilhelm-python-sdk?logo=pypi&logoColor=white&style=for-the-badge
[PyPI project url]: https://pypi.org/project/wilhelm-python-sdk/[Read the Docs badge]: https://img.shields.io/readthedocs/wilhelm-python-sdk?style=for-the-badge&logo=readthedocs&logoColor=white&label=Read%20the%20Docs&labelColor=8CA1AF
[Read the Docs URL]: https://sdk.wilhelmlang.com