pyproxytools 0.5.0__tar.gz → 0.5.2__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.5.0/pyproxytools.egg-info → pyproxytools-0.5.2}/PKG-INFO +8 -8
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/README.md +1 -1
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproject.toml +1 -1
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxy/__init__.py +1 -1
- {pyproxytools-0.5.0 → pyproxytools-0.5.2/pyproxytools.egg-info}/PKG-INFO +8 -8
- pyproxytools-0.5.2/pyproxytools.egg-info/requires.txt +8 -0
- pyproxytools-0.5.2/requirements.txt +8 -0
- pyproxytools-0.5.0/pyproxytools.egg-info/requires.txt +0 -8
- pyproxytools-0.5.0/requirements.txt +0 -8
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/LICENSE +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/MANIFEST.in +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxy/__main__.py +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxy/handlers/__init__.py +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxy/handlers/client.py +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxy/handlers/http.py +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxy/handlers/https.py +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxy/modules/__init__.py +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxy/modules/cancel_inspect.py +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxy/modules/custom_header.py +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxy/modules/filter.py +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxy/modules/shortcuts.py +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxy/monitoring/__init__.py +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxy/monitoring/auth.py +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxy/monitoring/messages.pot +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxy/monitoring/monitor.py +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxy/monitoring/routes.py +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxy/monitoring/translations/en/LC_MESSAGES/messages.mo +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxy/monitoring/translations/en/LC_MESSAGES/messages.po +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxy/monitoring/translations/fr/LC_MESSAGES/messages.mo +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxy/monitoring/translations/fr/LC_MESSAGES/messages.po +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxy/pyproxy.py +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxy/server.py +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxy/utils/__init__.py +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxy/utils/args.py +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxy/utils/config.py +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxy/utils/crypto.py +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxy/utils/http_req.py +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxy/utils/logger.py +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxytools.egg-info/SOURCES.txt +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxytools.egg-info/dependency_links.txt +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxytools.egg-info/entry_points.txt +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxytools.egg-info/top_level.txt +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/setup.cfg +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/setup.py +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/tests/modules/__init__.py +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/tests/modules/test_cancel_inspect.py +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/tests/modules/test_custom_header.py +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/tests/modules/test_filter.py +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/tests/modules/test_shortcuts.py +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/tests/utils/__init__.py +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/tests/utils/test_crypto.py +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/tests/utils/test_http_req.py +0 -0
- {pyproxytools-0.5.0 → pyproxytools-0.5.2}/tests/utils/test_logger.py +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyproxytools
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.2
|
|
4
4
|
Summary: Lightweight and fast python web proxy
|
|
5
5
|
Author: pyproxytools
|
|
6
6
|
License-Expression: MIT
|
|
7
|
-
Project-URL: Documentation, https://github.
|
|
7
|
+
Project-URL: Documentation, https://pyproxytools.github.io/pyproxy-docs/
|
|
8
8
|
Project-URL: Issue tracker, https://github.com/pyproxytools/pyproxy/issues
|
|
9
9
|
Classifier: Development Status :: 5 - Production/Stable
|
|
10
10
|
Classifier: Intended Audience :: Developers
|
|
@@ -23,14 +23,14 @@ Classifier: Topic :: Utilities
|
|
|
23
23
|
Classifier: Typing :: Typed
|
|
24
24
|
Description-Content-Type: text/markdown
|
|
25
25
|
License-File: LICENSE
|
|
26
|
-
Requires-Dist: rich-argparse>=1.7.
|
|
27
|
-
Requires-Dist: pyOpenSSL>=
|
|
28
|
-
Requires-Dist: requests>=2.
|
|
26
|
+
Requires-Dist: rich-argparse>=1.7.2
|
|
27
|
+
Requires-Dist: pyOpenSSL>=26.1.0
|
|
28
|
+
Requires-Dist: requests>=2.33.1
|
|
29
29
|
Requires-Dist: Flask>=3.1.2
|
|
30
|
-
Requires-Dist: Flask-HTTPAuth>=4.8.
|
|
30
|
+
Requires-Dist: Flask-HTTPAuth>=4.8.1
|
|
31
31
|
Requires-Dist: Flask-Babel>=4.0.0
|
|
32
32
|
Requires-Dist: psutil>=7.1.0
|
|
33
|
-
Requires-Dist: colorlog>=6.
|
|
33
|
+
Requires-Dist: colorlog>=6.10.1
|
|
34
34
|
Dynamic: license-file
|
|
35
35
|
|
|
36
36
|
<div align="center">
|
|
@@ -111,7 +111,7 @@ The proxy will be available at: `0.0.0.0:8080`.
|
|
|
111
111
|
The access log will be available at `./logs/access.log`.
|
|
112
112
|
|
|
113
113
|
## 📚 **Documentation**
|
|
114
|
-
If you encounter any problems, or if you want to use the program in a particular way, I advise you to read the [documentation](https://github.
|
|
114
|
+
If you encounter any problems, or if you want to use the program in a particular way, I advise you to read the [documentation](https://pyproxytools.github.io/pyproxy-docs/).
|
|
115
115
|
|
|
116
116
|
## 🔧 **To do**
|
|
117
117
|
|
|
@@ -76,7 +76,7 @@ The proxy will be available at: `0.0.0.0:8080`.
|
|
|
76
76
|
The access log will be available at `./logs/access.log`.
|
|
77
77
|
|
|
78
78
|
## 📚 **Documentation**
|
|
79
|
-
If you encounter any problems, or if you want to use the program in a particular way, I advise you to read the [documentation](https://github.
|
|
79
|
+
If you encounter any problems, or if you want to use the program in a particular way, I advise you to read the [documentation](https://pyproxytools.github.io/pyproxy-docs/).
|
|
80
80
|
|
|
81
81
|
## 🔧 **To do**
|
|
82
82
|
|
|
@@ -27,7 +27,7 @@ classifiers = [
|
|
|
27
27
|
dynamic = ["version", "dependencies"]
|
|
28
28
|
|
|
29
29
|
[project.urls]
|
|
30
|
-
Documentation = "https://github.
|
|
30
|
+
Documentation = "https://pyproxytools.github.io/pyproxy-docs/"
|
|
31
31
|
"Issue tracker" = "https://github.com/pyproxytools/pyproxy/issues"
|
|
32
32
|
|
|
33
33
|
[tool.setuptools.packages]
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyproxytools
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.2
|
|
4
4
|
Summary: Lightweight and fast python web proxy
|
|
5
5
|
Author: pyproxytools
|
|
6
6
|
License-Expression: MIT
|
|
7
|
-
Project-URL: Documentation, https://github.
|
|
7
|
+
Project-URL: Documentation, https://pyproxytools.github.io/pyproxy-docs/
|
|
8
8
|
Project-URL: Issue tracker, https://github.com/pyproxytools/pyproxy/issues
|
|
9
9
|
Classifier: Development Status :: 5 - Production/Stable
|
|
10
10
|
Classifier: Intended Audience :: Developers
|
|
@@ -23,14 +23,14 @@ Classifier: Topic :: Utilities
|
|
|
23
23
|
Classifier: Typing :: Typed
|
|
24
24
|
Description-Content-Type: text/markdown
|
|
25
25
|
License-File: LICENSE
|
|
26
|
-
Requires-Dist: rich-argparse>=1.7.
|
|
27
|
-
Requires-Dist: pyOpenSSL>=
|
|
28
|
-
Requires-Dist: requests>=2.
|
|
26
|
+
Requires-Dist: rich-argparse>=1.7.2
|
|
27
|
+
Requires-Dist: pyOpenSSL>=26.1.0
|
|
28
|
+
Requires-Dist: requests>=2.33.1
|
|
29
29
|
Requires-Dist: Flask>=3.1.2
|
|
30
|
-
Requires-Dist: Flask-HTTPAuth>=4.8.
|
|
30
|
+
Requires-Dist: Flask-HTTPAuth>=4.8.1
|
|
31
31
|
Requires-Dist: Flask-Babel>=4.0.0
|
|
32
32
|
Requires-Dist: psutil>=7.1.0
|
|
33
|
-
Requires-Dist: colorlog>=6.
|
|
33
|
+
Requires-Dist: colorlog>=6.10.1
|
|
34
34
|
Dynamic: license-file
|
|
35
35
|
|
|
36
36
|
<div align="center">
|
|
@@ -111,7 +111,7 @@ The proxy will be available at: `0.0.0.0:8080`.
|
|
|
111
111
|
The access log will be available at `./logs/access.log`.
|
|
112
112
|
|
|
113
113
|
## 📚 **Documentation**
|
|
114
|
-
If you encounter any problems, or if you want to use the program in a particular way, I advise you to read the [documentation](https://github.
|
|
114
|
+
If you encounter any problems, or if you want to use the program in a particular way, I advise you to read the [documentation](https://pyproxytools.github.io/pyproxy-docs/).
|
|
115
115
|
|
|
116
116
|
## 🔧 **To do**
|
|
117
117
|
|
|
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
|
{pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxy/monitoring/translations/en/LC_MESSAGES/messages.mo
RENAMED
|
File without changes
|
{pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxy/monitoring/translations/en/LC_MESSAGES/messages.po
RENAMED
|
File without changes
|
{pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxy/monitoring/translations/fr/LC_MESSAGES/messages.mo
RENAMED
|
File without changes
|
{pyproxytools-0.5.0 → pyproxytools-0.5.2}/pyproxy/monitoring/translations/fr/LC_MESSAGES/messages.po
RENAMED
|
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
|