Metadata-Version: 2.1
Name: proxycheck
Version: 0.0.4
Summary: Wrapper for Proxycheck
Home-page: https://proxycheck.readthedocs.io/en/latest/
Author: WardPearce
Author-email: wardpearce@protonmail.com
License: GPL-3.0 License
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx (>=0.16.1)
Requires-Dist: asynctest
Requires-Dist: sphinxcontrib-trio
Requires-Dist: sphinx-material

## Welcome to ProxyCheck.io's unofficial python wrapper!
This is a unofficial asynchronous & synchronous wrapper for ProxyCheck.io API.

### Install
- Pip: ``pip3 install proxycheck``
- Git: ``pip3 install git+https://github.com/WardPearce/proxycheck.git``


### Documentation
[Documentation](https://proxycheck.readthedocs.io/en/latest/)


### Thanks to
- [Encode for creating HTTPX](https://www.python-httpx.org/)

