pyrudof

Crates.iopyrudof
lib.rspyrudof
version0.1.115
created_at2024-08-22 04:42:00.741849+00
updated_at2025-09-25 21:37:46.799802+00
descriptionPython bindings for Rudof
homepagehttps://rudof-project.github.io/rudof
repositoryhttps://github.com/rudof-project/rudof
max_upload_size
id1347266
size175,102
Jose Emilio Labra Gayo (labra)

documentation

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

README

Rudof Python bindings

The Python bindings for rudof are called pyrudof. They are available at pypi.

For more information, you can access the readthedocs documentation.

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 .

If you are using .env, you can do the following:

python3 -m venv .venv

followed by:

source .venv/bin/activate

or

source .venv/bin/activate.fish

and once you do that, you can locally install que package as:

pip install -e .

Running the tests

Go to the tests folder:

cd tests

and run:

python3 -m unittest discover -vvv
Commit count: 1555

cargo fmt