proxyprobe 0.1.0__tar.gz → 0.1.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: proxyprobe
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Check a list of proxies for liveness, latency, exit IP and anonymity.
5
5
  Author-email: Roam <dev@roamproxy.com>
6
6
  License: MIT
7
7
  Project-URL: Homepage, https://github.com/roamproxy/proxyprobe
8
8
  Project-URL: Issues, https://github.com/roamproxy/proxyprobe/issues
9
+ Project-URL: Website, https://roamproxy.com
9
10
  Keywords: proxy,proxies,proxy-checker,socks5,anonymity,scraping
10
11
  Classifier: Development Status :: 4 - Beta
11
12
  Classifier: Environment :: Console
@@ -1,11 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: proxyprobe
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Check a list of proxies for liveness, latency, exit IP and anonymity.
5
5
  Author-email: Roam <dev@roamproxy.com>
6
6
  License: MIT
7
7
  Project-URL: Homepage, https://github.com/roamproxy/proxyprobe
8
8
  Project-URL: Issues, https://github.com/roamproxy/proxyprobe/issues
9
+ Project-URL: Website, https://roamproxy.com
9
10
  Keywords: proxy,proxies,proxy-checker,socks5,anonymity,scraping
10
11
  Classifier: Development Status :: 4 - Beta
11
12
  Classifier: Environment :: Console
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "proxyprobe"
7
- version = "0.1.0"
7
+ version = "0.1.1"
8
8
  description = "Check a list of proxies for liveness, latency, exit IP and anonymity."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -25,6 +25,7 @@ dependencies = ["httpx[socks]>=0.24"]
25
25
  [project.urls]
26
26
  Homepage = "https://github.com/roamproxy/proxyprobe"
27
27
  Issues = "https://github.com/roamproxy/proxyprobe/issues"
28
+ Website = "https://roamproxy.com"
28
29
 
29
30
  [project.scripts]
30
31
  proxyprobe = "proxyprobe:main"
File without changes
File without changes
File without changes
File without changes