<img src="https://docs.opendp.org/en/stable/_static/opendp-logo.png" width="200" alt="OpenDP logo">
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Python](https://img.shields.io/badge/Python-3.9%20%E2%80%93%203.12-blue)](https://docs.opendp.org/en/stable/api/python/index.html)
[![R](https://img.shields.io/badge/R-grey)](https://docs.opendp.org/en/stable/api/r/)
[![Rust](https://img.shields.io/badge/Rust-grey)](https://docs.rs/crate/opendp/latest)
[![main CI](https://github.com/opendp/opendp/actions/workflows/smoke-test.yml/badge.svg)](https://github.com/opendp/opendp/actions/workflows/smoke-test.yml?query=branch%3Amain)
[![nightly CI](https://github.com/opendp/opendp/actions/workflows/nightly.yml/badge.svg)](https://github.com/opendp/opendp/actions/workflows/nightly.yml?query=branch%3Amain)
The OpenDP Library is a modular collection of statistical algorithms that adhere to the definition of
[differential privacy](https://en.wikipedia.org/wiki/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](https://projects.iq.harvard.edu/files/opendp/files/opendp_programming_framework_11may2020_1_01.pdf).
The OpenDP Library is part of the larger [OpenDP Project](https://opendp.org), 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](https://github.com/opendp/opendp/releases) 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](https://docs.opendp.org/en/stable/api/user-guide/limitations.html).
## Installation
Install OpenDP for Python with `pip` (the [package installer for Python](https://pypi.org/project/pip/)):
$ 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](https://docs.opendp.org/en/stable/getting-started/).
## Documentation
The full documentation for OpenDP is located at https://docs.opendp.org. Here are some helpful entry points:
* [User Guide](https://docs.opendp.org/en/stable/api/user-guide/index.html)
* [Python API Docs](https://docs.opendp.org/en/stable/api/python/index.html)
* [Contributor Guide](https://docs.opendp.org/en/stable/contributing/index.html)
## 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](https://github.com/opendp/opendp/discussions)
* Open issues on our [issue tracker](https://github.com/opendp/opendp/issues)
* Join our [Slack](https://join.slack.com/t/opendp/shared_invite/zt-zw7o1k2s-dHg8NQE8WTfAGFnN_cwomA)
* Send general queries to [info@opendp.org](mailto:info@opendp.org)
* Reach us on Twitter at [@opendp_org](https://twitter.com/opendp_org)
## 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](https://docs.opendp.org/en/stable/contributing/contribution-process.html).
Raw data
{
"_id": null,
"home_page": "https://opendp.org",
"name": "opendp",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "differential privacy",
"author": "The OpenDP Project",
"author_email": "info@opendp.org",
"download_url": "https://files.pythonhosted.org/packages/39/51/daf07431382c2df79c869b92bdfd5cf1989f4f335f1b6ac2d43513820099/opendp-0.11.1.tar.gz",
"platform": null,
"description": "<img src=\"https://docs.opendp.org/en/stable/_static/opendp-logo.png\" width=\"200\" alt=\"OpenDP logo\">\n\n[![Project Status: WIP \u2013 Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n[![Python](https://img.shields.io/badge/Python-3.9%20%E2%80%93%203.12-blue)](https://docs.opendp.org/en/stable/api/python/index.html)\n[![R](https://img.shields.io/badge/R-grey)](https://docs.opendp.org/en/stable/api/r/)\n[![Rust](https://img.shields.io/badge/Rust-grey)](https://docs.rs/crate/opendp/latest)\n\n[![main CI](https://github.com/opendp/opendp/actions/workflows/smoke-test.yml/badge.svg)](https://github.com/opendp/opendp/actions/workflows/smoke-test.yml?query=branch%3Amain)\n[![nightly CI](https://github.com/opendp/opendp/actions/workflows/nightly.yml/badge.svg)](https://github.com/opendp/opendp/actions/workflows/nightly.yml?query=branch%3Amain)\n\nThe OpenDP Library is a modular collection of statistical algorithms that adhere to the definition of\n[differential privacy](https://en.wikipedia.org/wiki/Differential_privacy).\nIt can be used to build applications of privacy-preserving computations, using a number of different models of privacy.\nOpenDP is implemented in Rust, with bindings for easy use from Python and R.\n\nThe architecture of the OpenDP Library is based on a conceptual framework for expressing privacy-aware computations.\nThis framework is described in the paper [A Programming Framework for OpenDP](https://projects.iq.harvard.edu/files/opendp/files/opendp_programming_framework_11may2020_1_01.pdf).\n\nThe OpenDP Library is part of the larger [OpenDP Project](https://opendp.org), a community effort to build trustworthy,\nopen source software tools for analysis of private data.\n(For simplicity in these docs, when we refer to \u201cOpenDP,\u201d we mean just the library, not the entire project.)\n\n## Status\n\nOpenDP is under development, and we expect to [release new versions](https://github.com/opendp/opendp/releases) frequently,\nincorporating feedback and code contributions from the OpenDP Community.\nIt's a work in progress, but it can already be used to build some applications and to prototype contributions that will expand its functionality.\nWe welcome you to try it and look forward to feedback on the library! However, please be aware of the following limitations:\n\n> OpenDP, like all real-world software, has both known and unknown issues.\n> If you intend to use OpenDP for a privacy-critical application, you should evaluate the impact of these issues on your use case.\n> \n> More details can be found in the [Limitations section of the User Guide](https://docs.opendp.org/en/stable/api/user-guide/limitations.html).\n\n\n## Installation\n\nInstall OpenDP for Python with `pip` (the [package installer for Python](https://pypi.org/project/pip/)):\n\n $ pip install opendp\n\nInstall OpenDP for R from an R session:\n\n install.packages(\"opendp\", repos = \"https://opendp.r-universe.dev\")\n\nMore information can be found in the [Getting Started section of the User Guide](https://docs.opendp.org/en/stable/getting-started/).\n\n## Documentation\n\nThe full documentation for OpenDP is located at https://docs.opendp.org. Here are some helpful entry points:\n\n* [User Guide](https://docs.opendp.org/en/stable/api/user-guide/index.html)\n* [Python API Docs](https://docs.opendp.org/en/stable/api/python/index.html)\n* [Contributor Guide](https://docs.opendp.org/en/stable/contributing/index.html)\n\n## Getting Help\n\nIf you're having problems using OpenDP, or want to submit feedback, please reach out! Here are some ways to contact us:\n\n* Ask questions on our [discussions forum](https://github.com/opendp/opendp/discussions)\n* Open issues on our [issue tracker](https://github.com/opendp/opendp/issues)\n* Join our [Slack](https://join.slack.com/t/opendp/shared_invite/zt-zw7o1k2s-dHg8NQE8WTfAGFnN_cwomA)\n* Send general queries to [info@opendp.org](mailto:info@opendp.org)\n* Reach us on Twitter at [@opendp_org](https://twitter.com/opendp_org)\n\n## Contributing\n\nOpenDP is a community effort, and we welcome your contributions to its development! \nIf you'd like to participate, please contact us! We also have a [contribution process section in the Contributor Guide](https://docs.opendp.org/en/stable/contributing/contribution-process.html).\n",
"bugtrack_url": null,
"license": null,
"summary": "Python bindings for the OpenDP Library",
"version": "0.11.1",
"project_urls": {
"Documentation": "https://docs.opendp.org/",
"Homepage": "https://opendp.org",
"Issues": "https://github.com/opendp/opendp/issues",
"Source": "https://github.com/opendp/opendp"
},
"split_keywords": [
"differential",
"privacy"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d2d612d870ce8ed780982c3082bc2d3fe6c265c1507dad76d3e3d813ae61424f",
"md5": "5ba6e99ebaf774f477a7bc9c0ff836b9",
"sha256": "0ed662dc6f701f915442e966ea1c54753c2d04fc7f9d1caca5c0f6be85cc14ab"
},
"downloads": -1,
"filename": "opendp-0.11.1-cp39-abi3-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "5ba6e99ebaf774f477a7bc9c0ff836b9",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 20714005,
"upload_time": "2024-08-19T23:14:46",
"upload_time_iso_8601": "2024-08-19T23:14:46.318714Z",
"url": "https://files.pythonhosted.org/packages/d2/d6/12d870ce8ed780982c3082bc2d3fe6c265c1507dad76d3e3d813ae61424f/opendp-0.11.1-cp39-abi3-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8ec143c150cb00001de0769b807551a263cacf0e20432d42dac4e98042f492e8",
"md5": "4fb5a54eec70c4b195033cc05a906403",
"sha256": "11e432a8b4fde5de64e8d2584071df2e001777d047884c791b39359f77db5ae7"
},
"downloads": -1,
"filename": "opendp-0.11.1-cp39-abi3-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "4fb5a54eec70c4b195033cc05a906403",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 19648933,
"upload_time": "2024-08-19T23:14:49",
"upload_time_iso_8601": "2024-08-19T23:14:49.906032Z",
"url": "https://files.pythonhosted.org/packages/8e/c1/43c150cb00001de0769b807551a263cacf0e20432d42dac4e98042f492e8/opendp-0.11.1-cp39-abi3-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e67527e288c25bc1841fb71fbb45ed1f264a6df90ebc66b7e1cd2e593bec1999",
"md5": "15274b346c05c32972f017ed6e625f65",
"sha256": "0575b60bcb1bd40cdd1efced6a4daa6bfcb7609ed7bf9809db7ee31671c3b59a"
},
"downloads": -1,
"filename": "opendp-0.11.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "15274b346c05c32972f017ed6e625f65",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 23165056,
"upload_time": "2024-08-19T23:14:52",
"upload_time_iso_8601": "2024-08-19T23:14:52.749924Z",
"url": "https://files.pythonhosted.org/packages/e6/75/27e288c25bc1841fb71fbb45ed1f264a6df90ebc66b7e1cd2e593bec1999/opendp-0.11.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "85764d12072ddb53c532a34afa0b69dd20285ed380d62b9b822d8b4de6e07254",
"md5": "04c44c739fbb014f58a21dce8c041dcd",
"sha256": "cf754cdbaf3e63d550c1c86f0b53879ed9dfbc3998840799ea0393663e7ba61b"
},
"downloads": -1,
"filename": "opendp-0.11.1-cp39-abi3-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "04c44c739fbb014f58a21dce8c041dcd",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 23214083,
"upload_time": "2024-08-19T23:14:55",
"upload_time_iso_8601": "2024-08-19T23:14:55.589186Z",
"url": "https://files.pythonhosted.org/packages/85/76/4d12072ddb53c532a34afa0b69dd20285ed380d62b9b822d8b4de6e07254/opendp-0.11.1-cp39-abi3-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "206ea0709b2977d58213dd7e79b09a3c8948c31f00914c7aa1212a78e03af9a8",
"md5": "bee6fb1368accc0a4163d2a9c6b5e7a5",
"sha256": "54262893d77665ac4c8ce1d4bc0780513fd73122b195e708ced631298391e8b3"
},
"downloads": -1,
"filename": "opendp-0.11.1-cp39-abi3-win32.whl",
"has_sig": false,
"md5_digest": "bee6fb1368accc0a4163d2a9c6b5e7a5",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 17446723,
"upload_time": "2024-08-19T23:14:58",
"upload_time_iso_8601": "2024-08-19T23:14:58.287106Z",
"url": "https://files.pythonhosted.org/packages/20/6e/a0709b2977d58213dd7e79b09a3c8948c31f00914c7aa1212a78e03af9a8/opendp-0.11.1-cp39-abi3-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a0b68c568350990e9e7f23bec7dd1058894de440e1549adb3368efef7775f0ea",
"md5": "4eb51bc7d62c77c54a41caed67ff290e",
"sha256": "1e4d70c196667405c68fd42b8e2fe4ae81789dcb9dae44e528f03eb94645371e"
},
"downloads": -1,
"filename": "opendp-0.11.1-cp39-abi3-win_amd64.whl",
"has_sig": false,
"md5_digest": "4eb51bc7d62c77c54a41caed67ff290e",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 19863673,
"upload_time": "2024-08-19T23:15:00",
"upload_time_iso_8601": "2024-08-19T23:15:00.912152Z",
"url": "https://files.pythonhosted.org/packages/a0/b6/8c568350990e9e7f23bec7dd1058894de440e1549adb3368efef7775f0ea/opendp-0.11.1-cp39-abi3-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e8c97d32dc40979d32ba26d2c44e1fcba323013c13dc96ce40b8f9284619a0dc",
"md5": "1d6eab42fee26fadc2f2a130bf7fd945",
"sha256": "42d5cd88575337723a0c11067b78dca6d3a2f9f616ec772bf727511f4d875135"
},
"downloads": -1,
"filename": "opendp-0.11.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl",
"has_sig": false,
"md5_digest": "1d6eab42fee26fadc2f2a130bf7fd945",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.9",
"size": 20714374,
"upload_time": "2024-08-19T23:15:04",
"upload_time_iso_8601": "2024-08-19T23:15:04.023344Z",
"url": "https://files.pythonhosted.org/packages/e8/c9/7d32dc40979d32ba26d2c44e1fcba323013c13dc96ce40b8f9284619a0dc/opendp-0.11.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8c5b40d1d35773f6a0f3c118128903325abdcd2b68bb22d70eaaa20407189095",
"md5": "4a2a0b969b356aacf38c87dd92993bb2",
"sha256": "ad2223d7d7778f91e4a29199548e8aa0cc305e8dfbf977e28135e4b2609e585c"
},
"downloads": -1,
"filename": "opendp-0.11.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "4a2a0b969b356aacf38c87dd92993bb2",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.9",
"size": 19648838,
"upload_time": "2024-08-19T23:15:06",
"upload_time_iso_8601": "2024-08-19T23:15:06.248991Z",
"url": "https://files.pythonhosted.org/packages/8c/5b/40d1d35773f6a0f3c118128903325abdcd2b68bb22d70eaaa20407189095/opendp-0.11.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f23be85e95f29de64783b3967cfe5650de416135845d7dd574af756eefb8d467",
"md5": "5c547906ed4c65e9519fa08ac8eb9d3f",
"sha256": "dd4ae4496199a3dd93352bc34c2c3d4986eecc68f70c7a678aa0a649becf21a7"
},
"downloads": -1,
"filename": "opendp-0.11.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "5c547906ed4c65e9519fa08ac8eb9d3f",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.9",
"size": 23165188,
"upload_time": "2024-08-19T23:15:09",
"upload_time_iso_8601": "2024-08-19T23:15:09.298301Z",
"url": "https://files.pythonhosted.org/packages/f2/3b/e85e95f29de64783b3967cfe5650de416135845d7dd574af756eefb8d467/opendp-0.11.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b9d6d9265722df166ad20c44ca9e988d83db4541a737286189abe5b2a8f27445",
"md5": "5a4d8115581b71d3c42b208c9231a54c",
"sha256": "7290639b6cf65f38b0aeae13ad91a3d419b330ada82da994dc2340264043f677"
},
"downloads": -1,
"filename": "opendp-0.11.1-pp310-pypy310_pp73-win_amd64.whl",
"has_sig": false,
"md5_digest": "5a4d8115581b71d3c42b208c9231a54c",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.9",
"size": 19863770,
"upload_time": "2024-08-19T23:15:12",
"upload_time_iso_8601": "2024-08-19T23:15:12.212098Z",
"url": "https://files.pythonhosted.org/packages/b9/d6/d9265722df166ad20c44ca9e988d83db4541a737286189abe5b2a8f27445/opendp-0.11.1-pp310-pypy310_pp73-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b94c1912a8927f76d02e1a639b729ef1cc296070a04815c46573a834e979187c",
"md5": "e1ef452f4e05f5c048fbc3d20b30f386",
"sha256": "1d87ada25a3a5a0410cd8fab5634bc45e6676aeb49fbb1e6242232961900c7ce"
},
"downloads": -1,
"filename": "opendp-0.11.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl",
"has_sig": false,
"md5_digest": "e1ef452f4e05f5c048fbc3d20b30f386",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.9",
"size": 20714366,
"upload_time": "2024-08-19T23:15:14",
"upload_time_iso_8601": "2024-08-19T23:15:14.499695Z",
"url": "https://files.pythonhosted.org/packages/b9/4c/1912a8927f76d02e1a639b729ef1cc296070a04815c46573a834e979187c/opendp-0.11.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4c53a8bd569d1c64f51fdadf78c647e8486ede4aefedfad1c2dc49651777337d",
"md5": "991d6921246cfeb7416307b09ac2ce95",
"sha256": "b4e9b1985af75c5559c324ae5d9f009a46d48540f88398580007b6067f92c924"
},
"downloads": -1,
"filename": "opendp-0.11.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "991d6921246cfeb7416307b09ac2ce95",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.9",
"size": 19648847,
"upload_time": "2024-08-19T23:15:17",
"upload_time_iso_8601": "2024-08-19T23:15:17.496869Z",
"url": "https://files.pythonhosted.org/packages/4c/53/a8bd569d1c64f51fdadf78c647e8486ede4aefedfad1c2dc49651777337d/opendp-0.11.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "089371822b0029b010d5c39cb9f37a05bea7da261dc8dd71890d339d0c43474e",
"md5": "b1db475df56f3747c8ec9ab78efc5e20",
"sha256": "ab7281c6bd0bdee71f6c61571c1fc790b83f8aab264a8c533b44bd181eadbe46"
},
"downloads": -1,
"filename": "opendp-0.11.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "b1db475df56f3747c8ec9ab78efc5e20",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.9",
"size": 23165183,
"upload_time": "2024-08-19T23:15:19",
"upload_time_iso_8601": "2024-08-19T23:15:19.804169Z",
"url": "https://files.pythonhosted.org/packages/08/93/71822b0029b010d5c39cb9f37a05bea7da261dc8dd71890d339d0c43474e/opendp-0.11.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3b515ac22302a10a2abbb113af2bd509decd47c30553a3ee9235949ce8f6c534",
"md5": "2c0c2470eaa14bb6a0add5e18df9531f",
"sha256": "89c76cd4097100ff790459d6ff471d7ea799b94fe85d07033b6872ad165cfa10"
},
"downloads": -1,
"filename": "opendp-0.11.1-pp39-pypy39_pp73-win_amd64.whl",
"has_sig": false,
"md5_digest": "2c0c2470eaa14bb6a0add5e18df9531f",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.9",
"size": 19863766,
"upload_time": "2024-08-19T23:15:22",
"upload_time_iso_8601": "2024-08-19T23:15:22.378381Z",
"url": "https://files.pythonhosted.org/packages/3b/51/5ac22302a10a2abbb113af2bd509decd47c30553a3ee9235949ce8f6c534/opendp-0.11.1-pp39-pypy39_pp73-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "dcebd70cf9f8eb3f0705fe704573d9b500b2189e666587a4e0f66e8d051afe69",
"md5": "aa12bf18629f0958bfd91f01a17757b7",
"sha256": "7e7d77b6d32d9c1d87ae08a58983a0a1e9e09bdc73eb27395e82ab2724e45707"
},
"downloads": -1,
"filename": "opendp-0.11.1-py3-none-manylinux_2_24_aarch64.whl",
"has_sig": false,
"md5_digest": "aa12bf18629f0958bfd91f01a17757b7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 22806650,
"upload_time": "2024-08-19T23:15:24",
"upload_time_iso_8601": "2024-08-19T23:15:24.681614Z",
"url": "https://files.pythonhosted.org/packages/dc/eb/d70cf9f8eb3f0705fe704573d9b500b2189e666587a4e0f66e8d051afe69/opendp-0.11.1-py3-none-manylinux_2_24_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3951daf07431382c2df79c869b92bdfd5cf1989f4f335f1b6ac2d43513820099",
"md5": "101acb928a6b5beaa6777cba412f02c1",
"sha256": "1ba32b0beb038bce12466ee8056b8885ee9fc4c6dce6800677cfdd535fb648a4"
},
"downloads": -1,
"filename": "opendp-0.11.1.tar.gz",
"has_sig": false,
"md5_digest": "101acb928a6b5beaa6777cba412f02c1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 452683,
"upload_time": "2024-08-19T23:15:27",
"upload_time_iso_8601": "2024-08-19T23:15:27.749595Z",
"url": "https://files.pythonhosted.org/packages/39/51/daf07431382c2df79c869b92bdfd5cf1989f4f335f1b6ac2d43513820099/opendp-0.11.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-19 23:15:27",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "opendp",
"github_project": "opendp",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "opendp"
}