# proxy-inspector
A tool for quickly verifying the availability of proxy IP
## Usage
```python
>> from proxy_inspector import ProxyInspector
>> checker = ProxyInspector()
>> proxies = checker.validate("https://www.google.com", ["https://MY_PROXY_1", "https://MY_PROXY_2", "https://MY-PROXY-3"])
>> print(proxies)
["https://MY_PROXY_1", "https://MY_PROXY_2", "https://MY-PROXY-3"]
```
Raw data
{
"_id": null,
"home_page": "https://github.com/HostenWang/proxy-inspector",
"name": "proxy-inspector",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "python proxy network validate",
"author": "HostenWang",
"author_email": "hostenwang@foxmail.com",
"download_url": null,
"platform": null,
"description": "# proxy-inspector\r\n\r\nA tool for quickly verifying the availability of proxy IP \r\n\r\n## Usage\r\n\r\n```python\r\n>> from proxy_inspector import ProxyInspector\r\n>> checker = ProxyInspector()\r\n>> proxies = checker.validate(\"https://www.google.com\", [\"https://MY_PROXY_1\", \"https://MY_PROXY_2\", \"https://MY-PROXY-3\"])\r\n>> print(proxies)\r\n\r\n[\"https://MY_PROXY_1\", \"https://MY_PROXY_2\", \"https://MY-PROXY-3\"]\r\n```\r\n",
"bugtrack_url": null,
"license": null,
"summary": "An Simple Tool for Validate Proxy",
"version": "0.0.5",
"project_urls": {
"Homepage": "https://github.com/HostenWang/proxy-inspector"
},
"split_keywords": [
"python",
"proxy",
"network",
"validate"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "bef85cbd40139f30777dee034124b698205eb722e492cb2d4edd471edd37d24a",
"md5": "c570cd3d0bb4e3fdf9dea1beaeabd75a",
"sha256": "39b197c59f45435ea1eacd49ce79cf535d714f7acf5907b187caed3aeb715ca7"
},
"downloads": -1,
"filename": "proxy_inspector-0.0.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c570cd3d0bb4e3fdf9dea1beaeabd75a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 3886,
"upload_time": "2024-05-26T10:13:11",
"upload_time_iso_8601": "2024-05-26T10:13:11.644849Z",
"url": "https://files.pythonhosted.org/packages/be/f8/5cbd40139f30777dee034124b698205eb722e492cb2d4edd471edd37d24a/proxy_inspector-0.0.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-26 10:13:11",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "HostenWang",
"github_project": "proxy-inspector",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "grequests",
"specs": [
[
"==",
"0.6.0"
]
]
},
{
"name": "requests",
"specs": [
[
"==",
"2.28.1"
]
]
}
],
"lcname": "proxy-inspector"
}