{ "info": { "author": "Paolo Di Prodi", "author_email": "paolo@logstotal.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# Python Differential Privacy Library\n\n[![PyPi version](https://img.shields.io/pypi/v/differential-privacy.svg)](https://pypi.python.org/pypi/differential-privacy)\n\nA library that contains implementations of differential privacy algorithms found in literature.\n\nUsage\n-----\n\n## Setup\n\n### Installation with `pip`\n\nThe library is designed to run with Python 3.\nThe library can be installed from the PyPi repository using `pip` (or `pip3`):\n\n```bash\npip install differential-privacy\n```\n\n### Manual installation\n\nFor the most recent version of the library, either download the source code or clone the repository in your directory of choice:\n\n```bash\ngit clone https://github.com/robomotic/differential-privacy.git\n```\n\nTo install `differential-privacy`, do the following in the project folder (alternatively, you can run `python3 -m pip install .`):\n```bash\npip install .\n```\n\nThe library comes with a basic set of unit tests for `pytest`. To check your install, you can run all the unit tests by calling `pytest` in the install folder:\n\n```bash\npytest\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/robomotic/differential-privacy", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "differential-privacy", "package_url": "https://pypi.org/project/differential-privacy/", "platform": "", "project_url": "https://pypi.org/project/differential-privacy/", "project_urls": { "Homepage": "https://github.com/robomotic/differential-privacy" }, "release_url": "https://pypi.org/project/differential-privacy/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "A library that contains differential privacy algorithms from the literature.", "version": "0.1.0" }, "last_serial": 5826408, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "be2488a0e8754cbaf971242867b273c2", "sha256": "7221f6431880fa736c8660c81c3a99e567f47e485af906e37be9fca7bd1c75e2" }, "downloads": -1, "filename": "differential-privacy-0.1.0.tar.gz", "has_sig": false, "md5_digest": "be2488a0e8754cbaf971242867b273c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1878, "upload_time": "2019-09-13T15:43:51", "url": "https://files.pythonhosted.org/packages/08/69/f6d2ee84b649ef6235a35ab8cfb7c976214dfc4a540a037eefc696152433/differential-privacy-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "be2488a0e8754cbaf971242867b273c2", "sha256": "7221f6431880fa736c8660c81c3a99e567f47e485af906e37be9fca7bd1c75e2" }, "downloads": -1, "filename": "differential-privacy-0.1.0.tar.gz", "has_sig": false, "md5_digest": "be2488a0e8754cbaf971242867b273c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1878, "upload_time": "2019-09-13T15:43:51", "url": "https://files.pythonhosted.org/packages/08/69/f6d2ee84b649ef6235a35ab8cfb7c976214dfc4a540a037eefc696152433/differential-privacy-0.1.0.tar.gz" } ] }