create-browser-app 0.1.9__py3-none-any.whl → 0.1.10__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/template_fetcher.py +6 -6
- {create_browser_app-0.1.9.dist-info → create_browser_app-0.1.10.dist-info}/METADATA +1 -1
- create_browser_app-0.1.10.dist-info/RECORD +9 -0
- create_browser_app-0.1.9.dist-info/RECORD +0 -9
- {create_browser_app-0.1.9.dist-info → create_browser_app-0.1.10.dist-info}/WHEEL +0 -0
- {create_browser_app-0.1.9.dist-info → create_browser_app-0.1.10.dist-info}/entry_points.txt +0 -0
- {create_browser_app-0.1.9.dist-info → create_browser_app-0.1.10.dist-info}/top_level.txt +0 -0
|
@@ -19,27 +19,27 @@ GITHUB_TEMPLATES: List[TemplateInfo] = [
|
|
|
19
19
|
),
|
|
20
20
|
TemplateInfo(
|
|
21
21
|
name="form-filling",
|
|
22
|
-
url="https://raw.githubusercontent.com/browserbase/templates/refs/heads/dev/python/form-filling/
|
|
22
|
+
url="https://raw.githubusercontent.com/browserbase/templates/refs/heads/dev/python/form-filling/main.py",
|
|
23
23
|
),
|
|
24
24
|
TemplateInfo(
|
|
25
25
|
name="gift-finder",
|
|
26
|
-
url="https://raw.githubusercontent.com/browserbase/templates/refs/heads/dev/python/gift-finder/
|
|
26
|
+
url="https://raw.githubusercontent.com/browserbase/templates/refs/heads/dev/python/gift-finder/main.py",
|
|
27
27
|
),
|
|
28
28
|
TemplateInfo(
|
|
29
29
|
name="pickleball",
|
|
30
|
-
url="https://raw.githubusercontent.com/browserbase/templates/refs/heads/dev/python/pickleball/
|
|
30
|
+
url="https://raw.githubusercontent.com/browserbase/templates/refs/heads/dev/python/pickleball/main.py",
|
|
31
31
|
),
|
|
32
32
|
TemplateInfo(
|
|
33
33
|
name="license-verification",
|
|
34
|
-
url="https://raw.githubusercontent.com/browserbase/templates/refs/heads/dev/python/license-verification/
|
|
34
|
+
url="https://raw.githubusercontent.com/browserbase/templates/refs/heads/dev/python/license-verification/main.py",
|
|
35
35
|
),
|
|
36
36
|
TemplateInfo(
|
|
37
37
|
name="context",
|
|
38
|
-
url="https://raw.githubusercontent.com/browserbase/templates/refs/heads/dev/python/context/
|
|
38
|
+
url="https://raw.githubusercontent.com/browserbase/templates/refs/heads/dev/python/context/main.py",
|
|
39
39
|
),
|
|
40
40
|
TemplateInfo(
|
|
41
41
|
name="proxies",
|
|
42
|
-
url="https://raw.githubusercontent.com/browserbase/templates/refs/heads/dev/python/proxies/
|
|
42
|
+
url="https://raw.githubusercontent.com/browserbase/templates/refs/heads/dev/python/proxies/main.py",
|
|
43
43
|
),
|
|
44
44
|
]
|
|
45
45
|
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
create_browser_app/__init__.py,sha256=izlkaSvrxNqPnulbHlD8VYldR618NxRQRlKQFgQn0Gk,42
|
|
2
|
+
create_browser_app/main.py,sha256=8n6Mot1AAM5Vwd7YhzUjresboJtwnt-hwFo1_jBI98Q,4864
|
|
3
|
+
create_browser_app/template_fetcher.py,sha256=C-kTM5jkFLJP6RZ6jN_PCMq2qNMV7LMHQRJVRaZ0BPU,2573
|
|
4
|
+
create_browser_app/templates.py,sha256=ipfp4zmfbD4-vhoggEW9M_EBXYvvyCzvmHew9tTgi7w,2636
|
|
5
|
+
create_browser_app-0.1.10.dist-info/METADATA,sha256=_NsCkN03menY-3WNQmnYoeAAkXECfdlwyRZeWoQJIak,649
|
|
6
|
+
create_browser_app-0.1.10.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
+
create_browser_app-0.1.10.dist-info/entry_points.txt,sha256=yyAKhFZs2kraGA_ixwnRZeStL0uxWvBCMzysg8S-0VE,68
|
|
8
|
+
create_browser_app-0.1.10.dist-info/top_level.txt,sha256=sLW8imVtlXvOy1D5aGPBDxbMP3Yvonif7VxcLu_Izy4,19
|
|
9
|
+
create_browser_app-0.1.10.dist-info/RECORD,,
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
create_browser_app/__init__.py,sha256=izlkaSvrxNqPnulbHlD8VYldR618NxRQRlKQFgQn0Gk,42
|
|
2
|
-
create_browser_app/main.py,sha256=8n6Mot1AAM5Vwd7YhzUjresboJtwnt-hwFo1_jBI98Q,4864
|
|
3
|
-
create_browser_app/template_fetcher.py,sha256=wGbt-Seztx9Zj11N8nkKkjPU0Fg8IrP01L4PN6X_8s8,2579
|
|
4
|
-
create_browser_app/templates.py,sha256=ipfp4zmfbD4-vhoggEW9M_EBXYvvyCzvmHew9tTgi7w,2636
|
|
5
|
-
create_browser_app-0.1.9.dist-info/METADATA,sha256=7512gD8xFAGgPPGDphiiMTkX37TSDDe0PAYsQg3r5zU,648
|
|
6
|
-
create_browser_app-0.1.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
-
create_browser_app-0.1.9.dist-info/entry_points.txt,sha256=yyAKhFZs2kraGA_ixwnRZeStL0uxWvBCMzysg8S-0VE,68
|
|
8
|
-
create_browser_app-0.1.9.dist-info/top_level.txt,sha256=sLW8imVtlXvOy1D5aGPBDxbMP3Yvonif7VxcLu_Izy4,19
|
|
9
|
-
create_browser_app-0.1.9.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|