protox-gatekeeper 0.1.1__tar.gz → 0.1.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: protox-gatekeeper
3
- Version: 0.1.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
+ [![PyPI version](https://img.shields.io/pypi/v/protox-gatekeeper.svg)](https://pypi.org/project/protox-gatekeeper/)
46
+ [![Python versions](https://img.shields.io/pypi/pyversions/protox-gatekeeper.svg)](https://pypi.org/project/protox-gatekeeper/)
47
+ [![License](https://img.shields.io/pypi/l/protox-gatekeeper.svg)](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.1**
212
+ - Version: **v0.1.2**
198
213
  - Phase 1 complete
199
214
  - API intentionally minimal
200
215
 
@@ -1,3 +1,8 @@
1
+ [![PyPI version](https://img.shields.io/pypi/v/protox-gatekeeper.svg)](https://pypi.org/project/protox-gatekeeper/)
2
+ [![Python versions](https://img.shields.io/pypi/pyversions/protox-gatekeeper.svg)](https://pypi.org/project/protox-gatekeeper/)
3
+ [![License](https://img.shields.io/pypi/l/protox-gatekeeper.svg)](https://pypi.org/project/protox-gatekeeper/)
4
+
5
+
1
6
  # ProtoX GateKeeper
2
7
 
3
8
  **ProtoX GateKeeper** is a small, opinionated Python library that enforces
@@ -160,7 +165,7 @@ MIT License
160
165
 
161
166
  ## Status
162
167
 
163
- - Version: **v0.1.1**
168
+ - Version: **v0.1.2**
164
169
  - Phase 1 complete
165
170
  - API intentionally minimal
166
171
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: protox-gatekeeper
3
- Version: 0.1.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
+ [![PyPI version](https://img.shields.io/pypi/v/protox-gatekeeper.svg)](https://pypi.org/project/protox-gatekeeper/)
46
+ [![Python versions](https://img.shields.io/pypi/pyversions/protox-gatekeeper.svg)](https://pypi.org/project/protox-gatekeeper/)
47
+ [![License](https://img.shields.io/pypi/l/protox-gatekeeper.svg)](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.1**
212
+ - Version: **v0.1.2**
198
213
  - Phase 1 complete
199
214
  - API intentionally minimal
200
215
 
@@ -0,0 +1,36 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "protox-gatekeeper"
7
+ version = "0.1.2"
8
+ description = "Fail-closed Tor session enforcement for Python HTTP(S) traffic"
9
+ readme = "README.md"
10
+ license = { file = "LICENSE" }
11
+ requires-python = ">=3.10"
12
+
13
+ dependencies = [
14
+ "requests",
15
+ "pysocks"
16
+ ]
17
+
18
+ classifiers = [
19
+ "Programming Language :: Python :: 3",
20
+ "Programming Language :: Python :: 3.10",
21
+ "Programming Language :: Python :: 3.11",
22
+ "Programming Language :: Python :: 3.12",
23
+ "License :: OSI Approved :: MIT License",
24
+ "Operating System :: OS Independent",
25
+ ]
26
+
27
+ keywords = ["tor", "privacy", "networking", "security", "proxy"]
28
+
29
+ authors = [
30
+ { name = "Tom Erik Harnes" }
31
+ ]
32
+
33
+ [project.urls]
34
+ Homepage = "https://github.com/ProtoXCode/protox-gatekeeper"
35
+ Repository = "https://github.com/ProtoXCode/protox-gatekeeper"
36
+ Issues = "https://github.com/ProtoXCode/protox-gatekeeper/issues"
@@ -1,19 +0,0 @@
1
- [build-system]
2
- requires = ["setuptools>=61"]
3
- build-backend = "setuptools.build_meta"
4
-
5
- [project]
6
- name = "protox-gatekeeper"
7
- version = "0.1.1"
8
- description = "Fail-closed Tor session enforcement for Python HTTP(S) traffic"
9
- readme = "README.md"
10
- license = { file = "LICENSE" }
11
- requires-python = ">=3.10"
12
- dependencies = [
13
- "requests",
14
- "pysocks"
15
- ]
16
-
17
- authors = [
18
- { name = "Tom Erik Harnes" }
19
- ]