create-browser-app 0.1.1__py3-none-any.whl → 0.1.2__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.
- create_browser_app-0.1.2.dist-info/METADATA +27 -0
- create_browser_app-0.1.2.dist-info/RECORD +6 -0
- create_browser_app-0.1.1.dist-info/METADATA +0 -10
- create_browser_app-0.1.1.dist-info/RECORD +0 -6
- {create_browser_app-0.1.1.dist-info → create_browser_app-0.1.2.dist-info}/WHEEL +0 -0
- {create_browser_app-0.1.1.dist-info → create_browser_app-0.1.2.dist-info}/entry_points.txt +0 -0
- {create_browser_app-0.1.1.dist-info → create_browser_app-0.1.2.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: create-browser-app
|
|
3
|
+
Version: 0.1.2
|
|
4
|
+
Summary: Start your Stagehand project with a single command
|
|
5
|
+
Requires-Python: >=3.10
|
|
6
|
+
Description-Content-Type: text/markdown
|
|
7
|
+
Requires-Dist: stagehand
|
|
8
|
+
Requires-Dist: click>=8.0
|
|
9
|
+
Requires-Dist: rich>=13.0
|
|
10
|
+
Requires-Dist: inquirer>=3.0
|
|
11
|
+
|
|
12
|
+
# create-browser-app (Python)
|
|
13
|
+
|
|
14
|
+
The fastest way to start building with Stagehand, the AI-powered browser automation framework.
|
|
15
|
+
|
|
16
|
+
## Quick Start
|
|
17
|
+
|
|
18
|
+
```bash
|
|
19
|
+
uvx create-browser-app
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
## What You Get
|
|
23
|
+
|
|
24
|
+
- Pre-configured Stagehand project
|
|
25
|
+
- Environment setup for Browserbase
|
|
26
|
+
- Ready-to-run example code
|
|
27
|
+
- All dependencies included
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
main.py,sha256=-f8bcxjBgscyy_036mebiBGinRgOouyA4qX1XWrbmFo,5327
|
|
2
|
+
create_browser_app-0.1.2.dist-info/METADATA,sha256=_RG8PCnzjT2tYnp-UFSq4Fq7VgDWfw1b6WnbuTo4xzM,624
|
|
3
|
+
create_browser_app-0.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
4
|
+
create_browser_app-0.1.2.dist-info/entry_points.txt,sha256=S7VEMgVttj-lbn3gh_gPTJJpwczelIrb5fZgo5ecKHs,49
|
|
5
|
+
create_browser_app-0.1.2.dist-info/top_level.txt,sha256=ZAMgPdWghn6xTRBO6Kc3ML1y3ZrZLnjZlqbboKXc_AE,5
|
|
6
|
+
create_browser_app-0.1.2.dist-info/RECORD,,
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: create-browser-app
|
|
3
|
-
Version: 0.1.1
|
|
4
|
-
Summary: Start your Stagehand project with a single command
|
|
5
|
-
Requires-Python: >=3.10
|
|
6
|
-
Description-Content-Type: text/markdown
|
|
7
|
-
Requires-Dist: stagehand
|
|
8
|
-
Requires-Dist: click>=8.0
|
|
9
|
-
Requires-Dist: rich>=13.0
|
|
10
|
-
Requires-Dist: inquirer>=3.0
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
main.py,sha256=-f8bcxjBgscyy_036mebiBGinRgOouyA4qX1XWrbmFo,5327
|
|
2
|
-
create_browser_app-0.1.1.dist-info/METADATA,sha256=j2dAycK6OEjpy7bzdu8NJoM9xyDlRK5lT0XdP1spI9s,292
|
|
3
|
-
create_browser_app-0.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
4
|
-
create_browser_app-0.1.1.dist-info/entry_points.txt,sha256=S7VEMgVttj-lbn3gh_gPTJJpwczelIrb5fZgo5ecKHs,49
|
|
5
|
-
create_browser_app-0.1.1.dist-info/top_level.txt,sha256=ZAMgPdWghn6xTRBO6Kc3ML1y3ZrZLnjZlqbboKXc_AE,5
|
|
6
|
-
create_browser_app-0.1.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|