16 unstable releases (3 breaking)
0.4.0 | Dec 11, 2021 |
---|---|
0.4.0-rc.4 | Dec 10, 2021 |
0.3.0 | Sep 22, 2021 |
0.2.4 | Sep 21, 2021 |
0.1.0 | Aug 5, 2021 |
#6 in #privacy-preserving
43 downloads per month
1.5MB
30K
SLoC
OpenDP
The OpenDP Library is a modular collection of statistical algorithms that adhere to the definition of differential privacy. It can be used to build applications of privacy-preserving computations, using a number of different models of privacy. OpenDP is implemented in Rust, with bindings for easy use from Python.
The architecture of the OpenDP Library is based on a conceptual framework for expressing privacy-aware computations. This framework is described in the paper A Programming Framework for OpenDP.
The OpenDP Library is part of the larger OpenDP Project, a community effort to build trustworthy, open source software tools for analysis of private data. (For simplicity in these docs, when we refer to “OpenDP,” we mean just the library, not the entire project.)
Status
OpenDP is under development, and we expect to release new versions frequently, incorporating feedback and code contributions from the OpenDP Community. It's a work in progress, but it can already be used to build some applications and to prototype contributions that will expand its functionality. We welcome you to try it and look forward to feedback on the library! However, please be aware of the following limitations:
OpenDP, like all real-world software, has both known and unknown issues. If you intend to use OpenDP for a privacy-critical application, you should evaluate the impact of these issues on your use case.
More details can be found in the Limitations section of the User Guide.
Installation
The easiest way to install OpenDP is using pip
(the package installer for Python):
$ pip install opendp
More information can be found in the Getting Started section of the User Guide.
Documentation
The full documentation for OpenDP is located at https://docs.opendp.org. Here are some helpful entry points:
Getting Help
If you're having problems using OpenDP, or want to submit feedback, please reach out! Here are some ways to contact us:
- Ask questions on our discussions forum
- Open issues on our issue tracker
- Send general queries to info@opendp.org
- Reach us on Twitter at @opendp_org
Contributing
OpenDP is a community effort, and we welcome your contributions to its development! If you'd like to participate, please see the Contributing section of the Developer Guide
Dependencies
~8–14MB
~280K SLoC