Metadata-Version: 2.4
Name: ps-proxy
Version: 0.1.1
Summary: A Python package for fetching aproxies
Author-email: Praful Sapkota <sapkotapraful@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/prafulsapkota/ps_proxy
Project-URL: Repository, https://github.com/prafulsapkota/ps_proxy.git
Project-URL: Issues, https://github.com/prafulsapkota/ps_proxy/issues
Keywords: proxy,scraper,free-proxy
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: bs4>=0.0.2
Requires-Dist: html5lib>=1.1
Requires-Dist: loguru>=0.7.3
Requires-Dist: lxml>=6.0.2
Requires-Dist: pandas>=2.3.3
Requires-Dist: pydantic>=2.12.5
Requires-Dist: pysqlite3>=0.6.0
Requires-Dist: requests>=2.32.5
Requires-Dist: setuptools>=80.10.1
Requires-Dist: sqlalchemy>=2.0.46
Dynamic: license-file

# ps-proxy

A Python package for fetching proxies

## Installation

```bash
pip install ps-proxy
```

## Quick Start

```python
from ps_proxy import ProxyManager

manager = ProxyManager()

proxy = manager.get_random_proxy()
```

## Requirements

- Python >= 3.10

## License

MIT
