Metadata-Version: 2.1
Name: pyHaveIBeenPwned
Version: 0.1.16
Summary: Library to query HaveIBeenPwned.com with handeling for CloudFlare anti-bot 
Home-page: https://github.com/Hackman238/pyHaveIBeenPwned
Author: Shane Scott
Author-email: gs@shanewilliamscott.com
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

pyHaveIBeenPwned (https://shanewilliamscott.com)
==
[![Python package](https://github.com/Hackman238/pyHaveIBeenPwned/actions/workflows/master.yml/badge.svg)](https://github.com/Hackman238/pyHaveIBeenPwned/actions/workflows/master.yml)
[![Known Vulnerabilities](https://snyk.io/test/github/Hackman238/pyHaveIBeenPwned/badge.svg?targetFile=requirements.txt)](https://snyk.io/test/github/Hackman238/pyHaveIBeenPwned?targetFile=requirements.txt)
[![Maintainability](https://api.codeclimate.com/v1/badges/1e12401a7a3b46c08549/maintainability)](https://codeclimate.com/github/Hackman238/pyHaveIBeenPwned/maintainability)

## Authors:
Shane Scott

## About pyHaveIBeenPwned
Python library to query HaveIBeenPwned.com with handling for CloudFlare anti-bot.

## Installation
pip3 install pyHaveIBeenPwned

## Credits
Based on fork from https://github.com/GoVanguard/pyExploitDb by Shane Scott.
