Metadata-Version: 2.1
Name: py-proxy-checker
Version: 0.1.5
Summary: A simple checkerproxy library
Author: Yassine Amjad
Author-email: Yassine.amjad001@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: license.txt

# py-proxy-checker 0.1.3


This is a simple python script to check if a proxy is working or not and to check the speed of the proxy.

## Installation

```bash
pip install py-proxy-checker
```

## Usage

```python
from checkerproxy import CheckerProxy

P = CheckerProxy()

# this will return a list of proxies that are working and the speed of the proxy
print(P.check("proxies.txt"))

```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.


