hibpwned
A friendly, low-level, fully functional, Python API wrapper for haveibeenpwned.com
All data sourced from https://haveibeenpwned.com
Visit https://haveibeenpwned.com/API/v3 to read the Acceptable Use Policy
for rules regarding acceptable usage of this API.
Installation
pip install hibpwned
Making calls to the HIBP API requires a key. You can purchase an HIBP-API-Key at
https://haveibeenpwned.com/API/Key
Usage
This module contains the class Pwned with functions:
searchAllBreaches
allBreaches
singleBreach
dataClasses
searchPastes
searchPassword
searchHashes
All functions return a JSON object containing relevent data, with the exception
of searchPassword and searchHashes, which returns an integer and a string object,
respectively.
See module DocStrings for function descriptions and parameters
Examples
import hibpwned
myApp = hibpwned.Pwned('test@example.com', 'My_App', 'My_API_Key')
myBreaches = myApp.searchAllBreaches()
Breaches = myApp.allBreaches()
adobe = myApp.singleBreach('adobe')
data = myApp.dataClasses()
myPastes = myApp.searchPastes()
password = myApp.searchPassword('BadPassword')
myHashes = myApp.searchHashes('21BD1')
Release files for hibpwned 1.2.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| hibpwned-1.2.4.tar.gz | 10.0 kB | Details |
Release files / hibpwned-1.2.4.tar.gz
| Download URL | hibpwned-1.2.4.tar.gz |
|---|---|
| Size | 10.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
10da967ff650bc02a83c0c360c5ae1282353202ffba8550f7b8efa6b1eccf122
|
|
BLAKE2b-256 checksum How to use checksums |
bd94b7ff2434db348237dc90fe58042a007c9771de3fb46ae87f78014a67688a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.4.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.6.7
|