hyperbrowser 0.44.1__py3-none-any.whl → 0.45.0__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.
Potentially problematic release.
This version of hyperbrowser might be problematic. Click here for more details.
- hyperbrowser/config.py +2 -2
- hyperbrowser-0.45.0.dist-info/LICENSE +16 -0
- {hyperbrowser-0.44.1.dist-info → hyperbrowser-0.45.0.dist-info}/METADATA +3 -3
- {hyperbrowser-0.44.1.dist-info → hyperbrowser-0.45.0.dist-info}/RECORD +5 -5
- hyperbrowser-0.44.1.dist-info/LICENSE +0 -21
- {hyperbrowser-0.44.1.dist-info → hyperbrowser-0.45.0.dist-info}/WHEEL +0 -0
hyperbrowser/config.py
CHANGED
|
@@ -8,7 +8,7 @@ class ClientConfig:
|
|
|
8
8
|
"""Configuration for the Hyperbrowser client"""
|
|
9
9
|
|
|
10
10
|
api_key: str
|
|
11
|
-
base_url: str = "https://
|
|
11
|
+
base_url: str = "https://api.hyperbrowser.ai"
|
|
12
12
|
|
|
13
13
|
@classmethod
|
|
14
14
|
def from_env(cls) -> "ClientConfig":
|
|
@@ -17,6 +17,6 @@ class ClientConfig:
|
|
|
17
17
|
raise ValueError("HYPERBROWSER_API_KEY environment variable is required")
|
|
18
18
|
|
|
19
19
|
base_url = os.environ.get(
|
|
20
|
-
"HYPERBROWSER_BASE_URL", "https://
|
|
20
|
+
"HYPERBROWSER_BASE_URL", "https://api.hyperbrowser.ai"
|
|
21
21
|
)
|
|
22
22
|
return cls(api_key=api_key, base_url=base_url)
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
GNU AFFERO GENERAL PUBLIC LICENSE
|
|
2
|
+
Version 3, 19 November 2007
|
|
3
|
+
|
|
4
|
+
Copyright (C) 2025 S2 Labs Inc.
|
|
5
|
+
|
|
6
|
+
This program is free software: you can redistribute it and/or modify
|
|
7
|
+
it under the terms of the GNU Affero General Public License as
|
|
8
|
+
published by the Free Software Foundation, either version 3 of the
|
|
9
|
+
License, or (at your option) any later version.
|
|
10
|
+
|
|
11
|
+
This program is distributed in the hope that it will be useful,
|
|
12
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
+
GNU Affero General Public License for more details.
|
|
15
|
+
|
|
16
|
+
For the full license text, see <https://www.gnu.org/licenses/agpl-3.0.en.html>.
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: hyperbrowser
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.45.0
|
|
4
4
|
Summary: Python SDK for hyperbrowser
|
|
5
|
-
License:
|
|
5
|
+
License: AGPL-3.0-or-later
|
|
6
6
|
Author: Nikhil Shahi
|
|
7
7
|
Author-email: nshahi1998@gmail.com
|
|
8
8
|
Requires-Python: >=3.8,<4.0
|
|
9
|
-
Classifier: License :: OSI Approved ::
|
|
9
|
+
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
|
|
10
10
|
Classifier: Programming Language :: Python :: 3
|
|
11
11
|
Classifier: Programming Language :: Python :: 3.8
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.9
|
|
@@ -24,7 +24,7 @@ hyperbrowser/client/managers/sync_manager/profile.py,sha256=P6pQXeDiW40PN_XZJMzd
|
|
|
24
24
|
hyperbrowser/client/managers/sync_manager/scrape.py,sha256=aNsTNZyPwzwCz6oCqzfoOWJm3qXUjwIIO68lIaCGzWE,6381
|
|
25
25
|
hyperbrowser/client/managers/sync_manager/session.py,sha256=FuqTFrtKCbJRrwTvknQC3cwLXWT7ZQ1eyTKnYSZ4ABE,2601
|
|
26
26
|
hyperbrowser/client/sync.py,sha256=LjBkuXGhGJaMbDPEZbF9mzonb2UBw_I9d6xk2MDQqIU,1297
|
|
27
|
-
hyperbrowser/config.py,sha256=
|
|
27
|
+
hyperbrowser/config.py,sha256=7P-sbcvqXVr8Qzubo5O6jJgzcCgB5DdwbeIgEjRZNlY,623
|
|
28
28
|
hyperbrowser/exceptions.py,sha256=SUUkptK2OL36xDORYmSicaTYR7pMbxeWAjAgz35xnM8,1171
|
|
29
29
|
hyperbrowser/models/__init__.py,sha256=GsKUkJRXD7mQo6FfiqzS-HByjKVnETjUVjcoiLT6MPA,4938
|
|
30
30
|
hyperbrowser/models/agents/browser_use.py,sha256=H-QUUgXkho14mMf9s4mdytsGjgLKk8dlx1Co6jYZKfM,5290
|
|
@@ -45,7 +45,7 @@ hyperbrowser/tools/schema.py,sha256=YFUAoQjx_SpjezS3UQdTCCn4xMdN3CgEeKAlulkIATc,
|
|
|
45
45
|
hyperbrowser/transport/async_transport.py,sha256=6HKoeM5TutIqraEscEWobvSPWF3iVKh2hPflGNKwykw,4128
|
|
46
46
|
hyperbrowser/transport/base.py,sha256=ildpMrDiM8nvrSGrH2LTOafmB17T7PQB_NQ1ODA378U,1703
|
|
47
47
|
hyperbrowser/transport/sync.py,sha256=aUVpxWF8sqSycLNKxVNEZvlsZSoqc1eHgPK1Y1QA1u8,3422
|
|
48
|
-
hyperbrowser-0.
|
|
49
|
-
hyperbrowser-0.
|
|
50
|
-
hyperbrowser-0.
|
|
51
|
-
hyperbrowser-0.
|
|
48
|
+
hyperbrowser-0.45.0.dist-info/LICENSE,sha256=V0e0d-2ErBzu-24XPDx85CIQvvM4wE5rE3TviQd2ez0,666
|
|
49
|
+
hyperbrowser-0.45.0.dist-info/METADATA,sha256=SgsqhICeYO6Z1sEfy5v_gzcienJo0UsxmquWpuz2WKs,3529
|
|
50
|
+
hyperbrowser-0.45.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
51
|
+
hyperbrowser-0.45.0.dist-info/RECORD,,
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2024 hyperbrowserai
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
File without changes
|