spectreq-py 0.1.0__cp311-abi3-manylinux_2_38_x86_64.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.
spectreq/__init__.py ADDED
@@ -0,0 +1,5 @@
1
+ from .spectreq import *
2
+
3
+ __doc__ = spectreq.__doc__
4
+ if hasattr(spectreq, "__all__"):
5
+ __all__ = spectreq.__all__
Binary file
@@ -0,0 +1,19 @@
1
+ Metadata-Version: 2.4
2
+ Name: spectreq-py
3
+ Version: 0.1.0
4
+ Classifier: Development Status :: 4 - Beta
5
+ Classifier: Intended Audience :: Developers
6
+ Classifier: License :: OSI Approved :: MIT License
7
+ Classifier: License :: OSI Approved :: Apache Software License
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: Programming Language :: Python :: 3.11
10
+ Classifier: Programming Language :: Python :: 3.12
11
+ Classifier: Programming Language :: Python :: 3.13
12
+ Classifier: Programming Language :: Rust
13
+ Classifier: Topic :: Internet :: WWW/HTTP
14
+ Summary: High-efficiency HTTP client with browser impersonation
15
+ Keywords: http,client,browser,fingerprinting
16
+ Author: Spectre Contributors
17
+ License: MIT OR Apache-2.0
18
+ Requires-Python: >=3.11
19
+ Project-URL: Repository, https://github.com/inav/spectreq
@@ -0,0 +1,5 @@
1
+ spectreq/__init__.py,sha256=EaGy8YOIdFfH4Basilaoq4QOcUoB1Kc2a89UUwNTxPw,115
2
+ spectreq/spectreq.abi3.so,sha256=j83H6VZq8TSacSO6gTceifaJF5rcg4LVSGqZioiGPl8,7589800
3
+ spectreq_py-0.1.0.dist-info/METADATA,sha256=fS7nn86h9EoT6y0Kbrv-6n_MfMjvKJYRKgM3TXNtkjU,787
4
+ spectreq_py-0.1.0.dist-info/WHEEL,sha256=fuzJ3AkeJepPjXC1rVQ8lQa-yzS_0SjLRqCy42_0vk8,108
5
+ spectreq_py-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: maturin (1.11.5)
3
+ Root-Is-Purelib: false
4
+ Tag: cp311-abi3-manylinux_2_38_x86_64