{ "info": { "author": "RouxpiTech", "author_email": "rouxpitech@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Security" ], "description": "Pawned\n======\nCheck if your accounts/passwords are on a data breach.\n\nInstallation\n-----\n```pip3 install pawned```\n\nUsage\n-----\n\n### Passwords\n\n#### Checking passwords\n\n```\nimport pawned\npasswords = Passwords()\nprint(pawned.passwords.check_password(\"test\"))\n```\n\n### Breaches\n\n#### Get all breaches for an account\n\n```\nimport pawned\nbreaches = Breaches()\nprint(pawned.breaches.get_all_breaches_account(email=\"test@test.com\"))\n```\n\n#### Get all breaches for an account across a specific domain.\n\n```\nimport pawned\nbreaches = Breaches()\nprint(pawned.breaches.get_all_breaches_account(email=\"test@test.com\", domain=\"adobe.com\"))\n```\n\n#### Get all breached sites\n\n```\nimport pawned\nbreaches = Breaches()\nprint(pawned.breaches.get_all_breached_sites())\n```\n\n#### Get all the details of each breach associated with a site\n\n```\nimport pawned\nbreaches = Breaches()\nprint(pawned.breaches.get_all_breached_sites(domain=\"adobe.com\"))\n```\n\n#### Get all the details of a breached site\n\n```\nimport pawned\nbreaches = Breaches()\nprint(pawned.breaches.get_single_breach_site(site=\"adobe\"))\n```\n\n#### Get all the data classes\n\n```\nimport pawned\nbreaches = Breaches()\nprint(pawned.breaches.get_all_data_classes())\n``` \n\n### Pastes\n\n#### Get all Pastes for an account\n\n```\nimport pawned\npastes = Pastes()\nprint(pawned.pastes.get_all_pastes_account(email=\"test@test.com\"))\n```\n\n## Built With\n\n* [Requests](https://pypi.org/project/requests/)\n\n## Contributing\n\nPlease read [CONTRIBUTING](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/RouxpiTech/Pawned/tags). \n\n## Authors\n\n* **RouxpiTech** - *Initial work* - [RouxpiTech](https://github.com/RouxpiTech)\n\nSee also the list of [Contributors](https://github.com/RouxpiTech/Pawned/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n\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/RouxpiTech/Pawned", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pawned", "package_url": "https://pypi.org/project/pawned/", "platform": "", "project_url": "https://pypi.org/project/pawned/", "project_urls": { "Homepage": "https://github.com/RouxpiTech/Pawned" }, "release_url": "https://pypi.org/project/pawned/1.0.0/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "Check if your accounts/passwords are on a data breach", "version": "1.0.0" }, "last_serial": 5453356, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "841ac1d434d54060710e8f052df099e6", "sha256": "38bf156c9507938886b125494ba3ff4e6fdcea88047e7c5edcd9df1781a22abb" }, "downloads": -1, "filename": "pawned-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "841ac1d434d54060710e8f052df099e6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3492, "upload_time": "2019-06-26T19:30:27", "url": "https://files.pythonhosted.org/packages/8e/3c/0962b5521a4af3eea841603bd44b317a616f40b722d8859c45f50ab88579/pawned-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8332e9827fbccd51871a2e4e0781646f", "sha256": "244e5098f2bea3cbc75fbccdc31f93e9288409923d93a04b7482fa621a529ebc" }, "downloads": -1, "filename": "pawned-1.0.0.tar.gz", "has_sig": false, "md5_digest": "8332e9827fbccd51871a2e4e0781646f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2601, "upload_time": "2019-06-26T19:30:29", "url": "https://files.pythonhosted.org/packages/bc/3f/359809aa5eb6e0edef5f42fc0759a150032c3061c36ce938f4a66127a99f/pawned-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "841ac1d434d54060710e8f052df099e6", "sha256": "38bf156c9507938886b125494ba3ff4e6fdcea88047e7c5edcd9df1781a22abb" }, "downloads": -1, "filename": "pawned-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "841ac1d434d54060710e8f052df099e6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3492, "upload_time": "2019-06-26T19:30:27", "url": "https://files.pythonhosted.org/packages/8e/3c/0962b5521a4af3eea841603bd44b317a616f40b722d8859c45f50ab88579/pawned-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8332e9827fbccd51871a2e4e0781646f", "sha256": "244e5098f2bea3cbc75fbccdc31f93e9288409923d93a04b7482fa621a529ebc" }, "downloads": -1, "filename": "pawned-1.0.0.tar.gz", "has_sig": false, "md5_digest": "8332e9827fbccd51871a2e4e0781646f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2601, "upload_time": "2019-06-26T19:30:29", "url": "https://files.pythonhosted.org/packages/bc/3f/359809aa5eb6e0edef5f42fc0759a150032c3061c36ce938f4a66127a99f/pawned-1.0.0.tar.gz" } ] }