{ "info": { "author": "Navan Chauhan", "author_email": "navanchauhan@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# PwnedPy\nA Python Wrapper for the Have I Been Pwned API\n\n### Initialisation\n```\nimport PwnedPy\n```\nor\n```\nimport PwnedPy as pp\n```\n### Functions\n\n| Function | Optional Values | Required Values | Example | Output |\n|----------|-----------------|--------|---------|-----------|\n| getAllBreaches | domain | None | breaches = PwnedPy.getAllBreaches(domain=\"adobe.com\")| JSON |\n| getBreaches | Truncated and Unverified | account | breaches = pp.getBreaches(\"navanchauhan@gmail.com\", Truncated=True, Unverified=True) | JSON |\n| getBreachesByDomain | Truncated and Unverified | account and domain | breaches = PwnedPy.getBreachesByDomain(\"navanchauhan@gmail.com\", domain=\"dubsmash.com\") | JSON |\n| getPastes | None | account | breaches = pp.getPastes(\"navanchauhan@gmail.com\") | JSON |\n\n\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/navanchauhan/PwnedPy", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "PwnedPy", "package_url": "https://pypi.org/project/PwnedPy/", "platform": "", "project_url": "https://pypi.org/project/PwnedPy/", "project_urls": { "Homepage": "https://github.com/navanchauhan/PwnedPy" }, "release_url": "https://pypi.org/project/PwnedPy/1.0.2019.5/", "requires_dist": [ "requests", "json" ], "requires_python": "", "summary": "Python Wrapper for Have I Been Pwned API", "version": "1.0.2019.5" }, "last_serial": 5228458, "releases": { "1.0.2019.5": [ { "comment_text": "", "digests": { "md5": "3211b3e9755d1fd7a827a1904dff9cc2", "sha256": "5e9110bc8bcb78b3de2bfa0d6c7a3a1d1fc9770e3a2cfdba8940c1f1198b8676" }, "downloads": -1, "filename": "PwnedPy-1.0.2019.5-py3-none-any.whl", "has_sig": false, "md5_digest": "3211b3e9755d1fd7a827a1904dff9cc2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2888, "upload_time": "2019-05-05T13:23:17", "url": "https://files.pythonhosted.org/packages/c8/f8/30f8e92ac0f8fd876fd43511d1e5eca96b04b70574501ace8170ad0a099e/PwnedPy-1.0.2019.5-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3211b3e9755d1fd7a827a1904dff9cc2", "sha256": "5e9110bc8bcb78b3de2bfa0d6c7a3a1d1fc9770e3a2cfdba8940c1f1198b8676" }, "downloads": -1, "filename": "PwnedPy-1.0.2019.5-py3-none-any.whl", "has_sig": false, "md5_digest": "3211b3e9755d1fd7a827a1904dff9cc2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2888, "upload_time": "2019-05-05T13:23:17", "url": "https://files.pythonhosted.org/packages/c8/f8/30f8e92ac0f8fd876fd43511d1e5eca96b04b70574501ace8170ad0a099e/PwnedPy-1.0.2019.5-py3-none-any.whl" } ] }