Skip to main content

Python bindings for the OpenDP Library

Project description

OpenDP logo

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. License: MIT

Python R Rust

main CI nightly CI

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 and R.

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

Install OpenDP for Python with pip (the package installer for Python):

$ pip install opendp

Install OpenDP for R from an R session:

install.packages("opendp", repos = "https://opendp.r-universe.dev")

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:

Contributing

OpenDP is a community effort, and we welcome your contributions to its development! If you'd like to participate, please contact us! We also have a contribution process section in the Contributor Guide.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

opendp-0.11.1.tar.gz (452.7 kB view details)

Uploaded Source

Built Distributions

opendp-0.11.1-py3-none-manylinux_2_24_aarch64.whl (22.8 MB view details)

Uploaded Python 3 manylinux: glibc 2.24+ ARM64

opendp-0.11.1-pp310-pypy310_pp73-win_amd64.whl (19.9 MB view details)

Uploaded PyPy Windows x86-64

opendp-0.11.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

opendp-0.11.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl (19.6 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

opendp-0.11.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (20.7 MB view details)

Uploaded PyPy macOS 10.15+ x86-64

opendp-0.11.1-pp39-pypy39_pp73-win_amd64.whl (19.9 MB view details)

Uploaded PyPy Windows x86-64

opendp-0.11.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

opendp-0.11.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl (19.6 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

opendp-0.11.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (20.7 MB view details)

Uploaded PyPy macOS 10.15+ x86-64

opendp-0.11.1-cp39-abi3-win_amd64.whl (19.9 MB view details)

Uploaded CPython 3.9+ Windows x86-64

opendp-0.11.1-cp39-abi3-win32.whl (17.4 MB view details)

Uploaded CPython 3.9+ Windows x86

opendp-0.11.1-cp39-abi3-musllinux_1_2_x86_64.whl (23.2 MB view details)

Uploaded CPython 3.9+ musllinux: musl 1.2+ x86-64

opendp-0.11.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23.2 MB view details)

Uploaded CPython 3.9+ manylinux: glibc 2.17+ x86-64

opendp-0.11.1-cp39-abi3-macosx_11_0_arm64.whl (19.6 MB view details)

Uploaded CPython 3.9+ macOS 11.0+ ARM64

opendp-0.11.1-cp39-abi3-macosx_10_9_x86_64.whl (20.7 MB view details)

Uploaded CPython 3.9+ macOS 10.9+ x86-64

File details

Details for the file opendp-0.11.1.tar.gz.

File metadata

  • Download URL: opendp-0.11.1.tar.gz
  • Upload date:
  • Size: 452.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for opendp-0.11.1.tar.gz
Algorithm Hash digest
SHA256 1ba32b0beb038bce12466ee8056b8885ee9fc4c6dce6800677cfdd535fb648a4
MD5 101acb928a6b5beaa6777cba412f02c1
BLAKE2b-256 3951daf07431382c2df79c869b92bdfd5cf1989f4f335f1b6ac2d43513820099

See more details on using hashes here.

File details

Details for the file opendp-0.11.1-py3-none-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for opendp-0.11.1-py3-none-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 7e7d77b6d32d9c1d87ae08a58983a0a1e9e09bdc73eb27395e82ab2724e45707
MD5 aa12bf18629f0958bfd91f01a17757b7
BLAKE2b-256 dcebd70cf9f8eb3f0705fe704573d9b500b2189e666587a4e0f66e8d051afe69

See more details on using hashes here.

File details

Details for the file opendp-0.11.1-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for opendp-0.11.1-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 7290639b6cf65f38b0aeae13ad91a3d419b330ada82da994dc2340264043f677
MD5 5a4d8115581b71d3c42b208c9231a54c
BLAKE2b-256 b9d6d9265722df166ad20c44ca9e988d83db4541a737286189abe5b2a8f27445

See more details on using hashes here.

File details

Details for the file opendp-0.11.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for opendp-0.11.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dd4ae4496199a3dd93352bc34c2c3d4986eecc68f70c7a678aa0a649becf21a7
MD5 5c547906ed4c65e9519fa08ac8eb9d3f
BLAKE2b-256 f23be85e95f29de64783b3967cfe5650de416135845d7dd574af756eefb8d467

See more details on using hashes here.

File details

Details for the file opendp-0.11.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for opendp-0.11.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ad2223d7d7778f91e4a29199548e8aa0cc305e8dfbf977e28135e4b2609e585c
MD5 4a2a0b969b356aacf38c87dd92993bb2
BLAKE2b-256 8c5b40d1d35773f6a0f3c118128903325abdcd2b68bb22d70eaaa20407189095

See more details on using hashes here.

File details

Details for the file opendp-0.11.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for opendp-0.11.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 42d5cd88575337723a0c11067b78dca6d3a2f9f616ec772bf727511f4d875135
MD5 1d6eab42fee26fadc2f2a130bf7fd945
BLAKE2b-256 e8c97d32dc40979d32ba26d2c44e1fcba323013c13dc96ce40b8f9284619a0dc

See more details on using hashes here.

File details

Details for the file opendp-0.11.1-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for opendp-0.11.1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 89c76cd4097100ff790459d6ff471d7ea799b94fe85d07033b6872ad165cfa10
MD5 2c0c2470eaa14bb6a0add5e18df9531f
BLAKE2b-256 3b515ac22302a10a2abbb113af2bd509decd47c30553a3ee9235949ce8f6c534

See more details on using hashes here.

File details

Details for the file opendp-0.11.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for opendp-0.11.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ab7281c6bd0bdee71f6c61571c1fc790b83f8aab264a8c533b44bd181eadbe46
MD5 b1db475df56f3747c8ec9ab78efc5e20
BLAKE2b-256 089371822b0029b010d5c39cb9f37a05bea7da261dc8dd71890d339d0c43474e

See more details on using hashes here.

File details

Details for the file opendp-0.11.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for opendp-0.11.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b4e9b1985af75c5559c324ae5d9f009a46d48540f88398580007b6067f92c924
MD5 991d6921246cfeb7416307b09ac2ce95
BLAKE2b-256 4c53a8bd569d1c64f51fdadf78c647e8486ede4aefedfad1c2dc49651777337d

See more details on using hashes here.

File details

Details for the file opendp-0.11.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for opendp-0.11.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 1d87ada25a3a5a0410cd8fab5634bc45e6676aeb49fbb1e6242232961900c7ce
MD5 e1ef452f4e05f5c048fbc3d20b30f386
BLAKE2b-256 b94c1912a8927f76d02e1a639b729ef1cc296070a04815c46573a834e979187c

See more details on using hashes here.

File details

Details for the file opendp-0.11.1-cp39-abi3-win_amd64.whl.

File metadata

  • Download URL: opendp-0.11.1-cp39-abi3-win_amd64.whl
  • Upload date:
  • Size: 19.9 MB
  • Tags: CPython 3.9+, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for opendp-0.11.1-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 1e4d70c196667405c68fd42b8e2fe4ae81789dcb9dae44e528f03eb94645371e
MD5 4eb51bc7d62c77c54a41caed67ff290e
BLAKE2b-256 a0b68c568350990e9e7f23bec7dd1058894de440e1549adb3368efef7775f0ea

See more details on using hashes here.

File details

Details for the file opendp-0.11.1-cp39-abi3-win32.whl.

File metadata

  • Download URL: opendp-0.11.1-cp39-abi3-win32.whl
  • Upload date:
  • Size: 17.4 MB
  • Tags: CPython 3.9+, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for opendp-0.11.1-cp39-abi3-win32.whl
Algorithm Hash digest
SHA256 54262893d77665ac4c8ce1d4bc0780513fd73122b195e708ced631298391e8b3
MD5 bee6fb1368accc0a4163d2a9c6b5e7a5
BLAKE2b-256 206ea0709b2977d58213dd7e79b09a3c8948c31f00914c7aa1212a78e03af9a8

See more details on using hashes here.

File details

Details for the file opendp-0.11.1-cp39-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for opendp-0.11.1-cp39-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cf754cdbaf3e63d550c1c86f0b53879ed9dfbc3998840799ea0393663e7ba61b
MD5 04c44c739fbb014f58a21dce8c041dcd
BLAKE2b-256 85764d12072ddb53c532a34afa0b69dd20285ed380d62b9b822d8b4de6e07254

See more details on using hashes here.

File details

Details for the file opendp-0.11.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for opendp-0.11.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0575b60bcb1bd40cdd1efced6a4daa6bfcb7609ed7bf9809db7ee31671c3b59a
MD5 15274b346c05c32972f017ed6e625f65
BLAKE2b-256 e67527e288c25bc1841fb71fbb45ed1f264a6df90ebc66b7e1cd2e593bec1999

See more details on using hashes here.

File details

Details for the file opendp-0.11.1-cp39-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for opendp-0.11.1-cp39-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 11e432a8b4fde5de64e8d2584071df2e001777d047884c791b39359f77db5ae7
MD5 4fb5a54eec70c4b195033cc05a906403
BLAKE2b-256 8ec143c150cb00001de0769b807551a263cacf0e20432d42dac4e98042f492e8

See more details on using hashes here.

File details

Details for the file opendp-0.11.1-cp39-abi3-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for opendp-0.11.1-cp39-abi3-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0ed662dc6f701f915442e966ea1c54753c2d04fc7f9d1caca5c0f6be85cc14ab
MD5 5ba6e99ebaf774f477a7bc9c0ff836b9
BLAKE2b-256 d2d612d870ce8ed780982c3082bc2d3fe6c265c1507dad76d3e3d813ae61424f

See more details on using hashes here.

Supported by

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