dp-accounting


Namedp-accounting JSON
Version 0.4.3 PyPI version JSON
download
home_pagehttps://github.com/google/differential-privacy/
SummaryTools for tracking differential privacy budgets
upload_time2023-09-19 20:41:17
maintainer
docs_urlNone
authorGoogle Differential Privacy Team
requires_python>=3.7
licenseApache 2.0
keywords differential-privacy accounting
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Differential Privacy Accounting

This directory contains tools for tracking differential privacy budgets,
available as part of the
[Google differential privacy library](https://github.com/google/differential-privacy).

The set of DpEvent classes allow you to describe complex differentially private
mechanisms such as Laplace and Gaussian, subsampling mechanisms, and their
compositions. The PrivacyAccountant classes can ingest DpEvents and return the
ε, δ of the composite mechanism. Privacy Loss Distributions (PLDs) and RDP
accounting are currently supported.

More detailed definitions and references about PLDs can be found
[in our supplementary pdf document](https://github.com/google/differential-privacy/tree/main/common_docs/Privacy_Loss_Distributions.pdf).

Our library only support Python version >= 3.9. We test this library on Linux
with Python version 3.9. If you experience any problems, please file an issue on
GitHub, also for other platforms or Python versions.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/google/differential-privacy/",
    "name": "dp-accounting",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "differential-privacy accounting",
    "author": "Google Differential Privacy Team",
    "author_email": "dp-open-source@google.com",
    "download_url": "https://files.pythonhosted.org/packages/d9/3e/d7197a3b2b77512429fc0fefba5f167fb01250efb5309362bf02c1902531/dp-accounting-0.4.3.tar.gz",
    "platform": null,
    "description": "# Differential Privacy Accounting\n\nThis directory contains tools for tracking differential privacy budgets,\navailable as part of the\n[Google differential privacy library](https://github.com/google/differential-privacy).\n\nThe set of DpEvent classes allow you to describe complex differentially private\nmechanisms such as Laplace and Gaussian, subsampling mechanisms, and their\ncompositions. The PrivacyAccountant classes can ingest DpEvents and return the\n\u03b5, \u03b4 of the composite mechanism. Privacy Loss Distributions (PLDs) and RDP\naccounting are currently supported.\n\nMore detailed definitions and references about PLDs can be found\n[in our supplementary pdf document](https://github.com/google/differential-privacy/tree/main/common_docs/Privacy_Loss_Distributions.pdf).\n\nOur library only support Python version >= 3.9. We test this library on Linux\nwith Python version 3.9. If you experience any problems, please file an issue on\nGitHub, also for other platforms or Python versions.\n\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Tools for tracking differential privacy budgets",
    "version": "0.4.3",
    "project_urls": {
        "Homepage": "https://github.com/google/differential-privacy/"
    },
    "split_keywords": [
        "differential-privacy",
        "accounting"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d5a8c988e528b3c6773b09b78470136091e59e9dd1660bc04a8380d92697f5d",
                "md5": "3303b723e3c1bd8a5152be467cac71de",
                "sha256": "ef231a18729f8466fe62d6bfae2a243c5ed23e57df8bd84635e041e33f0d74b9"
            },
            "downloads": -1,
            "filename": "dp_accounting-0.4.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3303b723e3c1bd8a5152be467cac71de",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 104847,
            "upload_time": "2023-09-19T20:41:14",
            "upload_time_iso_8601": "2023-09-19T20:41:14.962012Z",
            "url": "https://files.pythonhosted.org/packages/8d/5a/8c988e528b3c6773b09b78470136091e59e9dd1660bc04a8380d92697f5d/dp_accounting-0.4.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d93ed7197a3b2b77512429fc0fefba5f167fb01250efb5309362bf02c1902531",
                "md5": "cbdabf744d9486c763da8563b0a8b211",
                "sha256": "bf7ffc4b8048a0bc44c3601a263a23dc6c4c37bed348f1dfe378eb808ceb3419"
            },
            "downloads": -1,
            "filename": "dp-accounting-0.4.3.tar.gz",
            "has_sig": false,
            "md5_digest": "cbdabf744d9486c763da8563b0a8b211",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 89567,
            "upload_time": "2023-09-19T20:41:17",
            "upload_time_iso_8601": "2023-09-19T20:41:17.093588Z",
            "url": "https://files.pythonhosted.org/packages/d9/3e/d7197a3b2b77512429fc0fefba5f167fb01250efb5309362bf02c1902531/dp-accounting-0.4.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-19 20:41:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "google",
    "github_project": "differential-privacy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "dp-accounting"
}
        
Elapsed time: 0.13117s