pyproxytools 0.3.2__tar.gz → 0.4.0__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.
- {pyproxytools-0.3.2/pyproxytools.egg-info → pyproxytools-0.4.0}/PKG-INFO +6 -1
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/README.md +5 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/pyproxy/__init__.py +1 -1
- {pyproxytools-0.3.2 → pyproxytools-0.4.0/pyproxytools.egg-info}/PKG-INFO +6 -1
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/pyproxytools.egg-info/top_level.txt +0 -2
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/LICENSE +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/benchmark/benchmark.py +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/benchmark/utils/__init__.py +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/benchmark/utils/html.py +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/benchmark/utils/req.py +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/pyproject.toml +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/pyproxy/handlers/__init__.py +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/pyproxy/handlers/client.py +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/pyproxy/handlers/http.py +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/pyproxy/handlers/https.py +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/pyproxy/modules/__init__.py +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/pyproxy/modules/cancel_inspect.py +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/pyproxy/modules/custom_header.py +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/pyproxy/modules/filter.py +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/pyproxy/modules/shortcuts.py +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/pyproxy/monitoring/__init__.py +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/pyproxy/monitoring/web.py +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/pyproxy/pyproxy.py +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/pyproxy/server.py +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/pyproxy/utils/__init__.py +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/pyproxy/utils/args.py +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/pyproxy/utils/config.py +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/pyproxy/utils/crypto.py +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/pyproxy/utils/http_req.py +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/pyproxy/utils/logger.py +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/pyproxy/utils/version.py +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/pyproxytools.egg-info/SOURCES.txt +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/pyproxytools.egg-info/dependency_links.txt +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/pyproxytools.egg-info/entry_points.txt +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/pyproxytools.egg-info/requires.txt +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/requirements.txt +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/setup.cfg +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/setup.py +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/tests/modules/__init__.py +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/tests/modules/test_cancel_inspect.py +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/tests/modules/test_custom_header.py +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/tests/modules/test_filter.py +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/tests/modules/test_shortcuts.py +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/tests/utils/__init__.py +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/tests/utils/test_crypto.py +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/tests/utils/test_http_req.py +0 -0
- {pyproxytools-0.3.2 → pyproxytools-0.4.0}/tests/utils/test_logger.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyproxytools
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.4.0
|
|
4
4
|
Summary: Lightweight and fast python web proxy
|
|
5
5
|
Author: 6C656C65
|
|
6
6
|
License-Expression: MIT
|
|
@@ -74,6 +74,11 @@ Dynamic: license-file
|
|
|
74
74
|
|
|
75
75
|
## 📦 **Installation**
|
|
76
76
|
|
|
77
|
+
### Install from package
|
|
78
|
+
```bash
|
|
79
|
+
pip install pyproxytools
|
|
80
|
+
```
|
|
81
|
+
|
|
77
82
|
### Install from source
|
|
78
83
|
```bash
|
|
79
84
|
git clone https://github.com/6C656C65/pyproxy.git
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyproxytools
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.4.0
|
|
4
4
|
Summary: Lightweight and fast python web proxy
|
|
5
5
|
Author: 6C656C65
|
|
6
6
|
License-Expression: MIT
|
|
@@ -74,6 +74,11 @@ Dynamic: license-file
|
|
|
74
74
|
|
|
75
75
|
## 📦 **Installation**
|
|
76
76
|
|
|
77
|
+
### Install from package
|
|
78
|
+
```bash
|
|
79
|
+
pip install pyproxytools
|
|
80
|
+
```
|
|
81
|
+
|
|
77
82
|
### Install from source
|
|
78
83
|
```bash
|
|
79
84
|
git clone https://github.com/6C656C65/pyproxy.git
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|