New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dora-rs

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dora-rs

`dora` goal is to be a low latency, composable, and distributed data flow.

0.3.10
PyPI
Maintainers
1

This crate corresponds to the Node API for Dora.

Building

To build the Python module for development:

uv venv --seed -p 3.11
uv pip install -e .

Type hinting

Type hinting requires to run a second step

python generate_stubs.py dora dora/__init__.pyi
maturin develop

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts