{ "info": { "author": "Theo van der Sluijs", "author_email": "theo@vandersluijs.nl", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "PY Have I Been PWNED\n====================\n\nWhat is this repository for?\n----------------------------\n\nThe API allows the list of pwned accounts (email addresses and\nusernames) to be quickly searched via a RESTful service.\n\nHow do I get set up?\n--------------------\n\n- Install this script with:\n\n - pip3 py\\_pwned --upgrade (or pip py\\_pwned --upgrade )\n - or\n - sudo -H pip3 py\\_pwned --upgrade\n\n- ready to use it!\n\nWhat packages does this script uses\n-----------------------------------\n\n- cfscrape\n- validate\\_email\n- hashlib\n\nYou can also install them by hand\n\n- pip install cfscrape\n- pip install validate\\_email\n- pip install hashlib\n\nHow to use\n----------\n\nstart with\n\n``pwned = PwNed()``\n\nFor Password check\n\n``data = pwned.searchpwd('YOURPASSWORD') print(data)``\n\nFor email check\n\n``data = pwned.searchemail('YOUREMAIL) print(data)``\n\nWho do I talk to?\n-----------------\n\n- Theodorus van der Sluijs (friends call me Theo)\n- theodorus@vandersluijs.nl\n\nLicense\n-------\n\nAttribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)\n\nYou are free to:\n~~~~~~~~~~~~~~~~\n\n- Share \u2014 copy and redistribute the material in any medium or format\n- Adapt \u2014 remix, transform, and build upon the material\n\n-The licensor cannot revoke these freedoms as long as you follow the\nlicense terms.-\n\nUnder the following terms:\n~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n- Attribution \u2014 You must give appropriate credit, provide a link to the\n license, and indicate if changes were made. You may do so in any\n reasonable manner, but not in any way that suggests the licensor\n endorses you or your use.\n- NonCommercial \u2014 You may not use the material for commercial purposes.\n- ShareAlike \u2014 If you remix, transform, or build upon the material, you\n must distribute your contributions under the same license as the\n original.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/tvdsluijs/py_pwned", "keywords": "pwned hacked passwords email e-mail", "license": "CC BY-NC-SA 4.0", "maintainer": "", "maintainer_email": "", "name": "py-pwned", "package_url": "https://pypi.org/project/py-pwned/", "platform": "", "project_url": "https://pypi.org/project/py-pwned/", "project_urls": { "Homepage": "https://bitbucket.org/tvdsluijs/py_pwned" }, "release_url": "https://pypi.org/project/py-pwned/0.3/", "requires_dist": null, "requires_python": "", "summary": "Python3 Have I been Pwned checker", "version": "0.3" }, "last_serial": 3738213, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "3708e57103fb755c9967518569965ef8", "sha256": "0d962ac8d52711636934ebd686373a5782c8f61e922f5858617ddf17fdd95c9d" }, "downloads": -1, "filename": "py_pwned-0.1.tar.gz", "has_sig": false, "md5_digest": "3708e57103fb755c9967518569965ef8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3302, "upload_time": "2018-04-05T16:05:39", "url": "https://files.pythonhosted.org/packages/f3/89/c4d2204cd814a9285c2b32e6cd2d5b530cb815a2a20350b5818aad3c3daf/py_pwned-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "93c1a89b01ef33506f27c79bd7c27275", "sha256": "d15748ca227c24703184f28ff1c0951ec20026dfceab0a4f1ba2a7f76f1afb92" }, "downloads": -1, "filename": "py_pwned-0.2.tar.gz", "has_sig": false, "md5_digest": "93c1a89b01ef33506f27c79bd7c27275", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3302, "upload_time": "2018-04-05T16:08:02", "url": "https://files.pythonhosted.org/packages/f9/c6/d024fab82a66290b1e512e563d1bc242eda455ce7be3f01e8eb64d929195/py_pwned-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "4fd1bb8899815fea4d18a2b5c7f48f70", "sha256": "16fe11d152388aa56ff0f73ad5b007d2e86e1caba869699be9d00b5e92d8b1cc" }, "downloads": -1, "filename": "py_pwned-0.3.tar.gz", "has_sig": false, "md5_digest": "4fd1bb8899815fea4d18a2b5c7f48f70", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3254, "upload_time": "2018-04-05T16:17:32", "url": "https://files.pythonhosted.org/packages/0a/58/d7c1af62d4f064b9112a6a525a6c954a598924593bb5535027449539a644/py_pwned-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4fd1bb8899815fea4d18a2b5c7f48f70", "sha256": "16fe11d152388aa56ff0f73ad5b007d2e86e1caba869699be9d00b5e92d8b1cc" }, "downloads": -1, "filename": "py_pwned-0.3.tar.gz", "has_sig": false, "md5_digest": "4fd1bb8899815fea4d18a2b5c7f48f70", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3254, "upload_time": "2018-04-05T16:17:32", "url": "https://files.pythonhosted.org/packages/0a/58/d7c1af62d4f064b9112a6a525a6c954a598924593bb5535027449539a644/py_pwned-0.3.tar.gz" } ] }