auto-coder-web 0.1.0__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.
- auto_coder_web/auto_coder_runner.py +2 -0
- auto_coder_web/version.py +1 -1
- auto_coder_web/web/asset-manifest.json +6 -6
- auto_coder_web/web/index.html +1 -1
- auto_coder_web/web/static/css/main.33801293.css +6 -0
- auto_coder_web/web/static/css/main.33801293.css.map +1 -0
- auto_coder_web/web/static/js/main.64225046.js +3 -0
- auto_coder_web/web/static/js/main.64225046.js.LICENSE.txt +119 -0
- auto_coder_web/web/static/js/main.64225046.js.map +1 -0
- {auto_coder_web-0.1.0.dist-info → auto_coder_web-0.1.2.dist-info}/METADATA +24 -2
- {auto_coder_web-0.1.0.dist-info → auto_coder_web-0.1.2.dist-info}/RECORD +14 -9
- {auto_coder_web-0.1.0.dist-info → auto_coder_web-0.1.2.dist-info}/WHEEL +0 -0
- {auto_coder_web-0.1.0.dist-info → auto_coder_web-0.1.2.dist-info}/entry_points.txt +0 -0
- {auto_coder_web-0.1.0.dist-info → auto_coder_web-0.1.2.dist-info}/top_level.txt +0 -0
@@ -1,16 +1,17 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: auto_coder_web
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.2
|
4
4
|
Summary: auto-coder.web: A Python Project
|
5
5
|
Author: allwefantasy
|
6
6
|
Classifier: Programming Language :: Python :: 3.9
|
7
7
|
Classifier: Programming Language :: Python :: 3.10
|
8
8
|
Classifier: Programming Language :: Python :: 3.11
|
9
9
|
Description-Content-Type: text/markdown
|
10
|
-
Requires-Dist: auto-coder
|
10
|
+
Requires-Dist: auto-coder ==0.1.194
|
11
11
|
Requires-Dist: aiofiles
|
12
12
|
Requires-Dist: psutil
|
13
13
|
Requires-Dist: sse-starlette
|
14
|
+
Requires-Dist: websockets
|
14
15
|
|
15
16
|
# auto-coder.web
|
16
17
|
|
@@ -32,3 +33,24 @@ auto-coder.web
|
|
32
33
|
http://localhost:8007
|
33
34
|
|
34
35
|
开始你的编程!
|
36
|
+
|
37
|
+
## 使用 Docker 运行
|
38
|
+
|
39
|
+
```shell
|
40
|
+
docker run \
|
41
|
+
--name auto-coder-web \
|
42
|
+
-e BASE_URL=https://api.deepseek.com/v1 \
|
43
|
+
-e API_KEY=$MODEL_DEEPSEEK_TOKEN \
|
44
|
+
-e MODEL=deepseek-chat \
|
45
|
+
-p 8007:8007 \
|
46
|
+
-p 8265:8265 \
|
47
|
+
-v <你的项目>:/app/work \
|
48
|
+
-v <你的日志目录>:/app/logs \
|
49
|
+
allwefantasy/auto-coder-web
|
50
|
+
```
|
51
|
+
|
52
|
+
打开浏览器
|
53
|
+
|
54
|
+
http://localhost:8007
|
55
|
+
|
56
|
+
开始你的编程!
|
@@ -1,28 +1,33 @@
|
|
1
1
|
auto_coder_web/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
auto_coder_web/auto_coder_runner.py,sha256=
|
2
|
+
auto_coder_web/auto_coder_runner.py,sha256=zQOb9Mz4dXyfWXVjDUdJYDGEKwsl5IogmKKcqewNN9s,26642
|
3
3
|
auto_coder_web/file_group.py,sha256=wS52bHDT_gATIrHgVq62Mv1JMLGzdY_AU08iPzw4eLU,2540
|
4
4
|
auto_coder_web/file_manager.py,sha256=wYe0NKqclhB22zTXT7du-5WRqne65tAZiTVAKsEZiaA,4236
|
5
5
|
auto_coder_web/hello.py,sha256=H-BM5gdpcfTT4T2pn7Q1qWfquf0jwzGRuOBozbc8dbA,741
|
6
6
|
auto_coder_web/json_file_storage.py,sha256=elthpcdclXITX3jew2EtT-ypyxZzDAzG1U7_k3looHI,1757
|
7
7
|
auto_coder_web/proxy.py,sha256=U7fo4ZiLOuoJ2HRo3XQuwW_Xkzw0X2_PUfTUF2zTONY,19870
|
8
8
|
auto_coder_web/terminal.py,sha256=1oQRIeLCifdBG4KBGvVeigpDJXILbw1cTdMs1gFihn8,9539
|
9
|
-
auto_coder_web/version.py,sha256=
|
10
|
-
auto_coder_web/web/asset-manifest.json,sha256=
|
9
|
+
auto_coder_web/version.py,sha256=YvuYzWnKtqBb-IqG8HAu-nhIYAsgj9Vmc_b9o7vO-js,22
|
10
|
+
auto_coder_web/web/asset-manifest.json,sha256=RAtyCPgzSO_q16ax6wSi1_9_E1-EDpNBO6pYSuE7FXQ,517
|
11
11
|
auto_coder_web/web/favicon.ico,sha256=PRD32mxgMXg0AIFmjErFs66XQ8qaJiqw_NMS-7n0i90,3870
|
12
|
-
auto_coder_web/web/index.html,sha256=
|
12
|
+
auto_coder_web/web/index.html,sha256=TQfTqTfm19mX0Ks32YjJmOHci_yu9Woduj0G_LKbU7I,644
|
13
13
|
auto_coder_web/web/logo192.png,sha256=w4Y5bscNs2CAdbX7-qxKscyqhroFpoqzk-xVHrZsPgA,5347
|
14
14
|
auto_coder_web/web/logo512.png,sha256=nqT02nBQwMxAiSb2o5wlNiTpursdQ8eXfNghRFpgtGE,9664
|
15
15
|
auto_coder_web/web/manifest.json,sha256=ULPYw5A68_eNhxuUVXqxT045yhkurKPSz6hjyGcnmhQ,492
|
16
16
|
auto_coder_web/web/robots.txt,sha256=kNJLw79pisHhc3OVAimMzKcq3x9WT6sF9IS4xI0crdI,67
|
17
17
|
auto_coder_web/web/static/css/main.0441fea8.css,sha256=iOKpTUl1X06I17VS--UyeNr8Y6skf3E0ugiVHfmUO2Q,18052
|
18
18
|
auto_coder_web/web/static/css/main.0441fea8.css.map,sha256=EIOGXoW7tXuWIHqVDPj2FSFdOU98KnsFpz8ilIiHbKI,16835
|
19
|
+
auto_coder_web/web/static/css/main.33801293.css,sha256=rILwmqdBPiF5WwLLvXyuZscY2j_ITbcXP0Qu-gOuI-M,20101
|
20
|
+
auto_coder_web/web/static/css/main.33801293.css.map,sha256=4xfHuw22G2o5DeDisQ-bhcmwRDyoKs79Hn4_aUQhCns,17199
|
19
21
|
auto_coder_web/web/static/js/453.8ab44547.chunk.js,sha256=CTOpYLTdAIrt_JsmzmQhk_QhLpTgo1ThDC6BCnhcdy8,4516
|
20
22
|
auto_coder_web/web/static/js/453.8ab44547.chunk.js.map,sha256=wREUtlLXEFnEOhAE4DknbRQW0J-nJDLmkOttDDEV3FA,10597
|
23
|
+
auto_coder_web/web/static/js/main.64225046.js,sha256=4AiSuuWK6TTCFTz_YDJfX6sKbGus-zkSYssTDLI4Huw,1247151
|
24
|
+
auto_coder_web/web/static/js/main.64225046.js.LICENSE.txt,sha256=zZOBg89K-dH6tuB3DClwuUVuHP4b2EuhFgNSbsPBYUQ,19988
|
25
|
+
auto_coder_web/web/static/js/main.64225046.js.map,sha256=iAUeFrNJX0RT-LhBecR8ccemsbeo-Ar3oEx5CYS2Udk,4980362
|
21
26
|
auto_coder_web/web/static/js/main.9cc516f4.js,sha256=iO5iXPNLmB4v3qV6StxJj2J5IRYs46w7s1lJSRjrmrM,1244981
|
22
27
|
auto_coder_web/web/static/js/main.9cc516f4.js.LICENSE.txt,sha256=zZOBg89K-dH6tuB3DClwuUVuHP4b2EuhFgNSbsPBYUQ,19988
|
23
28
|
auto_coder_web/web/static/js/main.9cc516f4.js.map,sha256=KOLdEcnqyuFLTl1z2OYt5fGSp4Pr8qlgLi_UFDGORJ8,4977274
|
24
|
-
auto_coder_web-0.1.
|
25
|
-
auto_coder_web-0.1.
|
26
|
-
auto_coder_web-0.1.
|
27
|
-
auto_coder_web-0.1.
|
28
|
-
auto_coder_web-0.1.
|
29
|
+
auto_coder_web-0.1.2.dist-info/METADATA,sha256=9FxaYxME0bKJZf34EU85filw18ISPuecZZBOAqHj6lM,1028
|
30
|
+
auto_coder_web-0.1.2.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
31
|
+
auto_coder_web-0.1.2.dist-info/entry_points.txt,sha256=oh8kd1ZecWDgdv-bIj_ru3phvl4scuxwXl9DK0Khltg,61
|
32
|
+
auto_coder_web-0.1.2.dist-info/top_level.txt,sha256=UCzEw494Im0KvR-FTYf2jh-okqHvLsC_0JLOrQZoSpg,15
|
33
|
+
auto_coder_web-0.1.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|