Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/rudof-project/rudof
Browse files Browse the repository at this point in the history
  • Loading branch information
labra committed Oct 29, 2024
2 parents baf4a26 + db449f0 commit d15a34a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- [Docs](./library/docs.md)
- [Processing RDF](./library/rdf_processing.md)
- [Parsing RDF](./library/parsing_processing.md)
- [Python bindings](./library/python.md)
- [Python-bindings](./library/python.md)

# `rudof` internals

Expand Down
16 changes: 3 additions & 13 deletions docs/src/library/python.md
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/).

0 comments on commit d15a34a

Please sign in to comment.