-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/rudof-project/rudof
- Loading branch information
Showing
2 changed files
with
4 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,4 @@ | ||
# Python bindings | ||
# Python-bindings | ||
|
||
Python bindings are published as [pyrudof](https://pypi.org/project/pyrudof/) | ||
|
||
## Requirements | ||
|
||
```sh | ||
pip install pyrudof | ||
``` | ||
|
||
```python | ||
from pyrudof import shacl.parse | ||
parse("examples/simple_shacl.ttl", "simple_shacl.rdf") | ||
``` | ||
`pyrudof` is available on [PyPI](https://pypi.org/project/pyrudof/) and can be installed by running the usual `pip install pyrudof`, which will install the latest version currently available. | ||
For a quick access to the Python documentation, check [Read the Docs](https://pyrudof.readthedocs.io/). |