pyrudof

Crates.iopyrudof
lib.rspyrudof
version0.1.52
sourcesrc
created_at2024-08-22 04:42:00.741849
updated_at2024-11-01 09:14:57.139016
descriptionRDF data shapes implementation in Rust
homepagehttps://rudof-project.github.io/rudof
repositoryhttps://github.com/rudof-project/rudof
max_upload_size
id1347266
size41,931
Jose Emilio Labra Gayo (labra)

documentation

https://rudof-project.github.io/rudof/

README

This module contains the Python bindings of rudof which are called pyrudof

After compiling and installing this module, a Python library called pyrudof should be available.

Build the development version

This module is based on pyo3 and maturin.

To build and install the development version of pyrudof you need to clone this git repository, go to the python directory (the one this README is in) and run:

pip install maturin

followed by:

pip install .

Running the tests

Commit count: 1109

cargo fmt