protox-gatekeeper 0.1.1__py3-none-any.whl → 0.1.2__py3-none-any.whl
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.
- {protox_gatekeeper-0.1.1.dist-info → protox_gatekeeper-0.1.2.dist-info}/METADATA +17 -2
- {protox_gatekeeper-0.1.1.dist-info → protox_gatekeeper-0.1.2.dist-info}/RECORD +5 -5
- {protox_gatekeeper-0.1.1.dist-info → protox_gatekeeper-0.1.2.dist-info}/WHEEL +0 -0
- {protox_gatekeeper-0.1.1.dist-info → protox_gatekeeper-0.1.2.dist-info}/licenses/LICENSE +0 -0
- {protox_gatekeeper-0.1.1.dist-info → protox_gatekeeper-0.1.2.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: protox-gatekeeper
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: Fail-closed Tor session enforcement for Python HTTP(S) traffic
|
|
5
5
|
Author: Tom Erik Harnes
|
|
6
6
|
License: MIT License
|
|
@@ -25,6 +25,16 @@ License: MIT License
|
|
|
25
25
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
26
26
|
SOFTWARE.
|
|
27
27
|
|
|
28
|
+
Project-URL: Homepage, https://github.com/ProtoXCode/protox-gatekeeper
|
|
29
|
+
Project-URL: Repository, https://github.com/ProtoXCode/protox-gatekeeper
|
|
30
|
+
Project-URL: Issues, https://github.com/ProtoXCode/protox-gatekeeper/issues
|
|
31
|
+
Keywords: tor,privacy,networking,security,proxy
|
|
32
|
+
Classifier: Programming Language :: Python :: 3
|
|
33
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
34
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
35
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
36
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
37
|
+
Classifier: Operating System :: OS Independent
|
|
28
38
|
Requires-Python: >=3.10
|
|
29
39
|
Description-Content-Type: text/markdown
|
|
30
40
|
License-File: LICENSE
|
|
@@ -32,6 +42,11 @@ Requires-Dist: requests
|
|
|
32
42
|
Requires-Dist: pysocks
|
|
33
43
|
Dynamic: license-file
|
|
34
44
|
|
|
45
|
+
[](https://pypi.org/project/protox-gatekeeper/)
|
|
46
|
+
[](https://pypi.org/project/protox-gatekeeper/)
|
|
47
|
+
[](https://pypi.org/project/protox-gatekeeper/)
|
|
48
|
+
|
|
49
|
+
|
|
35
50
|
# ProtoX GateKeeper
|
|
36
51
|
|
|
37
52
|
**ProtoX GateKeeper** is a small, opinionated Python library that enforces
|
|
@@ -194,7 +209,7 @@ MIT License
|
|
|
194
209
|
|
|
195
210
|
## Status
|
|
196
211
|
|
|
197
|
-
- Version: **v0.1.
|
|
212
|
+
- Version: **v0.1.2**
|
|
198
213
|
- Phase 1 complete
|
|
199
214
|
- API intentionally minimal
|
|
200
215
|
|
|
@@ -4,8 +4,8 @@ protox_gatekeeper/geo.py,sha256=AdjHfZqjP0w5ujHFI_WV7c5XWnDTzqkVL32KeJQojYo,641
|
|
|
4
4
|
protox_gatekeeper/ops.py,sha256=Kmr8lU8Ohe81URHHNUlUJ0S71aZ1uGgyiztLBPsOUO4,690
|
|
5
5
|
protox_gatekeeper/session.py,sha256=0qGZF44EHr7CP-bSM0awtq4F-5LWiIb4w87mV7Yocfk,235
|
|
6
6
|
protox_gatekeeper/verify.py,sha256=bsHK3f16sRV8cHo30AY82SB1vb_Svu-US7IhghTSQ6E,452
|
|
7
|
-
protox_gatekeeper-0.1.
|
|
8
|
-
protox_gatekeeper-0.1.
|
|
9
|
-
protox_gatekeeper-0.1.
|
|
10
|
-
protox_gatekeeper-0.1.
|
|
11
|
-
protox_gatekeeper-0.1.
|
|
7
|
+
protox_gatekeeper-0.1.2.dist-info/licenses/LICENSE,sha256=EE75Vy9_csDDBRXBF4uVQWxYu1YpzXTcmaeuVcPOjl4,1093
|
|
8
|
+
protox_gatekeeper-0.1.2.dist-info/METADATA,sha256=MmHERPyR-Jx8UnAM8BhmpIe6IKrgk7-k_44fN7l8Jh8,6154
|
|
9
|
+
protox_gatekeeper-0.1.2.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
|
|
10
|
+
protox_gatekeeper-0.1.2.dist-info/top_level.txt,sha256=KOVL4YUpiWQLGjCvx2SmP8VSsA6hPcEvKCd4k6kPl8s,18
|
|
11
|
+
protox_gatekeeper-0.1.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|