create-browser-app 0.1.1__tar.gz → 0.1.2__tar.gz

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.
@@ -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,16 @@
1
+ # create-browser-app (Python)
2
+
3
+ The fastest way to start building with Stagehand, the AI-powered browser automation framework.
4
+
5
+ ## Quick Start
6
+
7
+ ```bash
8
+ uvx create-browser-app
9
+ ```
10
+
11
+ ## What You Get
12
+
13
+ -  Pre-configured Stagehand project
14
+ -  Environment setup for Browserbase
15
+ -  Ready-to-run example code
16
+ -  All dependencies included
@@ -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
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "create-browser-app"
3
- version = "0.1.1"
3
+ version = "0.1.2"
4
4
  description = "Start your Stagehand project with a single command"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
@@ -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
File without changes
@@ -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