anchorbrowser 0.3.11__py3-none-any.whl → 0.3.12__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.
- anchorbrowser/_version.py +1 -1
- {anchorbrowser-0.3.11.dist-info → anchorbrowser-0.3.12.dist-info}/METADATA +3 -2
- {anchorbrowser-0.3.11.dist-info → anchorbrowser-0.3.12.dist-info}/RECORD +5 -5
- {anchorbrowser-0.3.11.dist-info → anchorbrowser-0.3.12.dist-info}/WHEEL +0 -0
- {anchorbrowser-0.3.11.dist-info → anchorbrowser-0.3.12.dist-info}/licenses/LICENSE +0 -0
anchorbrowser/_version.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: anchorbrowser
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.12
|
|
4
4
|
Summary: The official Python library for the anchorbrowser API
|
|
5
5
|
Project-URL: Homepage, https://github.com/anchorbrowser/AnchorBrowser-SDK-Python
|
|
6
6
|
Project-URL: Repository, https://github.com/anchorbrowser/AnchorBrowser-SDK-Python
|
|
@@ -120,6 +120,7 @@ pip install anchorbrowser[aiohttp]
|
|
|
120
120
|
Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`:
|
|
121
121
|
|
|
122
122
|
```python
|
|
123
|
+
import os
|
|
123
124
|
import asyncio
|
|
124
125
|
from anchorbrowser import DefaultAioHttpClient
|
|
125
126
|
from anchorbrowser import AsyncAnchorbrowser
|
|
@@ -127,7 +128,7 @@ from anchorbrowser import AsyncAnchorbrowser
|
|
|
127
128
|
|
|
128
129
|
async def main() -> None:
|
|
129
130
|
async with AsyncAnchorbrowser(
|
|
130
|
-
api_key="
|
|
131
|
+
api_key=os.environ.get("ANCHORBROWSER_API_KEY"), # This is the default and can be omitted
|
|
131
132
|
http_client=DefaultAioHttpClient(),
|
|
132
133
|
) as client:
|
|
133
134
|
session = await client.sessions.create(
|
|
@@ -11,7 +11,7 @@ anchorbrowser/_resource.py,sha256=7lE1EgpVj5kwckk-27umtigTOf9nKTyRl97cgNwRbRQ,11
|
|
|
11
11
|
anchorbrowser/_response.py,sha256=xsiyWOC8LWW-NvbFtZ-MJD4f7eI9RnivKwtKImZ-8o4,28860
|
|
12
12
|
anchorbrowser/_streaming.py,sha256=ey2jst1hntYHV6HDiCFfHhWr_dUCSG4dG-VUqQkmCQ4,10249
|
|
13
13
|
anchorbrowser/_types.py,sha256=hYSr4gk9908ZiGTqMX3pHhdzfzUUaHVelFS_I6p2Uj0,7243
|
|
14
|
-
anchorbrowser/_version.py,sha256=
|
|
14
|
+
anchorbrowser/_version.py,sha256=VdYvQVSKclqAmxjr2ICmV3HaQj06Qtn83DQsVnGI2b8,166
|
|
15
15
|
anchorbrowser/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
16
|
anchorbrowser/_utils/__init__.py,sha256=7fch0GT9zpNnErbciSpUNa-SjTxxjY6kxHxKMOM4AGs,2305
|
|
17
17
|
anchorbrowser/_utils/_compat.py,sha256=D8gtAvjJQrDWt9upS0XaG9Rr5l1QhiAx_I_1utT_tt0,1195
|
|
@@ -118,7 +118,7 @@ anchorbrowser/types/sessions/agent/file_upload_response.py,sha256=9DnqplfvEud89U
|
|
|
118
118
|
anchorbrowser/types/sessions/recordings/__init__.py,sha256=OKfJYcKb4NObdiRObqJV_dOyDQ8feXekDUge2o_4pXQ,122
|
|
119
119
|
anchorbrowser/types/shared/__init__.py,sha256=FQKjY3VDxI8T0feNRazdY5TOqb2KDeEwZaoJjsxuEl4,152
|
|
120
120
|
anchorbrowser/types/shared/success_response.py,sha256=l9OWrucXoSjBdsx5QKdvBPFtxv8d0YdpYY6iL5cWWuc,314
|
|
121
|
-
anchorbrowser-0.3.
|
|
122
|
-
anchorbrowser-0.3.
|
|
123
|
-
anchorbrowser-0.3.
|
|
124
|
-
anchorbrowser-0.3.
|
|
121
|
+
anchorbrowser-0.3.12.dist-info/METADATA,sha256=XVdJ6SOP_LHwyjuPMn49FA-BS3XzP7HQGDLrEPyDTvA,15408
|
|
122
|
+
anchorbrowser-0.3.12.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
|
123
|
+
anchorbrowser-0.3.12.dist-info/licenses/LICENSE,sha256=QYTH6OztHxnELDn890vME8F7-euzmsHhWI4XOSYxwOg,11343
|
|
124
|
+
anchorbrowser-0.3.12.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|