impit 0.7.3__cp314-cp314-win_amd64.whl → 0.8.0__cp314-cp314-win_amd64.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.

Potentially problematic release.


This version of impit might be problematic. Click here for more details.

Binary file
impit/impit.pyi CHANGED
@@ -370,6 +370,11 @@ class Response:
370
370
  class Client:
371
371
  """Synchronous HTTP client with browser impersonation capabilities.
372
372
 
373
+ .. note::
374
+ You can reuse the :class:`Client` instance to make multiple requests.
375
+
376
+ All requests made by the same client will share the same configuration, resources (e.g., cookie jar and connection pool), and other settings.
377
+
373
378
  Args:
374
379
  browser: Browser to impersonate (`"chrome"` or `"firefox"`).
375
380
 
@@ -696,6 +701,11 @@ class Client:
696
701
  class AsyncClient:
697
702
  """Asynchronous HTTP client with browser impersonation capabilities.
698
703
 
704
+ .. note::
705
+ You can reuse the :class:`Client` instance to make multiple requests.
706
+
707
+ All requests made by the same client will share the same configuration, resources (e.g., cookie jar and connection pool), and other settings.
708
+
699
709
  Args:
700
710
  browser: Browser to impersonate (`"chrome"` or `"firefox"`).
701
711
 
@@ -1,20 +1,21 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: impit
3
- Version: 0.7.3
3
+ Version: 0.8.0
4
4
  Classifier: Development Status :: 4 - Beta
5
+ Classifier: Environment :: Console
5
6
  Classifier: Intended Audience :: Developers
6
7
  Classifier: License :: OSI Approved :: Apache Software License
7
8
  Classifier: Operating System :: OS Independent
8
- Classifier: Programming Language :: Python :: 3.9
9
9
  Classifier: Programming Language :: Python :: 3.10
10
10
  Classifier: Programming Language :: Python :: 3.11
11
11
  Classifier: Programming Language :: Python :: 3.12
12
12
  Classifier: Programming Language :: Python :: 3.13
13
+ Classifier: Programming Language :: Python :: 3.14
13
14
  Classifier: Topic :: Software Development :: Libraries
14
15
  Summary: A library for making HTTP requests through browser impersonation
15
16
  Keywords: apify,http,requests,browser,impersonation
16
17
  Author: Jindřich Bär
17
- Requires-Python: >=3.9
18
+ Requires-Python: >=3.10
18
19
  Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
19
20
  Project-URL: Homepage, https://apify.github.io/impit/python
20
21
  Project-URL: Apify homepage, https://apify.com
@@ -0,0 +1,8 @@
1
+ impit-0.8.0.dist-info/METADATA,sha256=Nhvek_Sozl01-kGk7Xa8yV6HH_e7LzSKXa1Cc6HRQ9I,2886
2
+ impit-0.8.0.dist-info/WHEEL,sha256=tZ3VAZ5HuUzziFCJ2lDsDJnJO-xy4omAQIa7TJCFCZk,96
3
+ impit/__init__.py,sha256=OOtAigdGcWD9vLAD5B41Mpv6U7kf78hgn64TtbXrRmQ,1732
4
+ impit/cookies.py,sha256=76BzM5O3o0sIoRr9grkdStGF5-kaZ3jc4IBkjgn_Vko,7186
5
+ impit/impit.cp314-win_amd64.pyd,sha256=gsVpcWNkSG2apQGqyPTdJ5MTTwgiHfEKGqqKoZoX6Pg,9248256
6
+ impit/impit.pyi,sha256=gdlaO5qqwzzPTrDtDQO0_ZpSaC22v78UHUz_LtwnlGM,41844
7
+ impit/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
+ impit-0.8.0.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- impit-0.7.3.dist-info/METADATA,sha256=Tlsg0bSaa0eOhoW01U3f15V0YMHVkuQZAeGh2rEEdGA,2849
2
- impit-0.7.3.dist-info/WHEEL,sha256=tZ3VAZ5HuUzziFCJ2lDsDJnJO-xy4omAQIa7TJCFCZk,96
3
- impit/__init__.py,sha256=OOtAigdGcWD9vLAD5B41Mpv6U7kf78hgn64TtbXrRmQ,1732
4
- impit/cookies.py,sha256=76BzM5O3o0sIoRr9grkdStGF5-kaZ3jc4IBkjgn_Vko,7186
5
- impit/impit.cp314-win_amd64.pyd,sha256=qD7J_sVZ7i2qiXtk_hYpT_iaAXz98fgmRTXBD30VnY8,9210368
6
- impit/impit.pyi,sha256=7eIXgQAQGw12xkEAR2RM1yKOuaFeUlw4HTXPllUWfSA,41322
7
- impit/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
- impit-0.7.3.dist-info/RECORD,,
File without changes