Skip to main content

Python bindings to sigma-rust

Project description

PyPI version Documentation

Python bindings for sigma-rust

Building

Build a new virtual environment:

$ python -m venv .venv
$ source .venv/bin/activate
$ pip install maturin

To build the library for development use maturin develop:

$ maturin develop
$ python
>>> import ergo_lib_python

Running tests

Both python unit tests and doc tests are defined

Run unit tests

 $ python -m unittest tests/*.py

Run doctests

Running doctests requires installing Sphinx, which is included in docs/requirements.txt:

$ pip install -r docs/requirements.txt
$ cd docs
$ make doctest

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page