auto-coder-web 0.1.13__py3-none-any.whl → 0.1.15__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 +82 -1
- auto_coder_web/proxy.py +198 -74
- auto_coder_web/routers/__init__.py +0 -0
- auto_coder_web/routers/settings_router.py +76 -0
- auto_coder_web/routers/todo_router.py +156 -0
- auto_coder_web/types.py +72 -0
- auto_coder_web/version.py +1 -1
- auto_coder_web/web/asset-manifest.json +3 -3
- auto_coder_web/web/index.html +1 -1
- auto_coder_web/web/static/js/main.34adf43b.js +3 -0
- auto_coder_web/web/static/js/main.34adf43b.js.LICENSE.txt +144 -0
- auto_coder_web/web/static/js/main.34adf43b.js.map +1 -0
- {auto_coder_web-0.1.13.dist-info → auto_coder_web-0.1.15.dist-info}/METADATA +3 -2
- {auto_coder_web-0.1.13.dist-info → auto_coder_web-0.1.15.dist-info}/RECORD +17 -10
- {auto_coder_web-0.1.13.dist-info → auto_coder_web-0.1.15.dist-info}/WHEEL +0 -0
- {auto_coder_web-0.1.13.dist-info → auto_coder_web-0.1.15.dist-info}/entry_points.txt +0 -0
- {auto_coder_web-0.1.13.dist-info → auto_coder_web-0.1.15.dist-info}/top_level.txt +0 -0
@@ -1,19 +1,20 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: auto_coder_web
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.15
|
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 >=0.1.
|
10
|
+
Requires-Dist: auto-coder >=0.1.203
|
11
11
|
Requires-Dist: aiofiles
|
12
12
|
Requires-Dist: psutil
|
13
13
|
Requires-Dist: sse-starlette
|
14
14
|
Requires-Dist: websockets
|
15
15
|
Requires-Dist: pyyaml
|
16
16
|
Requires-Dist: gitpython
|
17
|
+
Requires-Dist: filelock >=3.13.1
|
17
18
|
Requires-Dist: pywinpty ; sys_platform == "win32"
|
18
19
|
|
19
20
|
# auto-coder.web
|
@@ -1,15 +1,19 @@
|
|
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=PIP1A_MgZRNBa4UtClvInPh1Nx7WzqqP5feiIwpMNeA,33815
|
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
|
-
auto_coder_web/proxy.py,sha256=
|
7
|
+
auto_coder_web/proxy.py,sha256=0AzStYys2Icu1aa8ostDWMYUS3mzUbZ_wt5A8ckI8NA,39414
|
8
8
|
auto_coder_web/terminal.py,sha256=jtAH7FaC573cgxc7FnI_mOZ3D2dSCO3PrZN0OehtbNQ,9521
|
9
|
-
auto_coder_web/
|
10
|
-
auto_coder_web/
|
9
|
+
auto_coder_web/types.py,sha256=TT-0UruUi67wz7w1DpjFyYeaCnkdKYviJvlpSnrdtD4,1435
|
10
|
+
auto_coder_web/version.py,sha256=qb0TalpSt1CbprnFyeLUKqgrqNtmnk9IoQQ7umAoXVY,23
|
11
|
+
auto_coder_web/routers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
12
|
+
auto_coder_web/routers/settings_router.py,sha256=YeOY2GLhpu8kLRXrUrN7-IMt_Do__Y30G2wNRvGTPiM,2363
|
13
|
+
auto_coder_web/routers/todo_router.py,sha256=RLQJnutyqaZ99mQYCEhP6Sa-4YLTQY8h_w_u91wCET8,4835
|
14
|
+
auto_coder_web/web/asset-manifest.json,sha256=wMZ0EWByFk1v5uZSvsHWM8hdXoPB5CElcLiuQ4pSjmo,517
|
11
15
|
auto_coder_web/web/favicon.ico,sha256=PRD32mxgMXg0AIFmjErFs66XQ8qaJiqw_NMS-7n0i90,3870
|
12
|
-
auto_coder_web/web/index.html,sha256=
|
16
|
+
auto_coder_web/web/index.html,sha256=RLmx4rvfb2Pxd26PABAdNonGTNlVhcRqgMxXPD7F1cQ,644
|
13
17
|
auto_coder_web/web/logo192.png,sha256=w4Y5bscNs2CAdbX7-qxKscyqhroFpoqzk-xVHrZsPgA,5347
|
14
18
|
auto_coder_web/web/logo512.png,sha256=nqT02nBQwMxAiSb2o5wlNiTpursdQ8eXfNghRFpgtGE,9664
|
15
19
|
auto_coder_web/web/manifest.json,sha256=ULPYw5A68_eNhxuUVXqxT045yhkurKPSz6hjyGcnmhQ,492
|
@@ -41,6 +45,9 @@ auto_coder_web/web/static/js/453.d855a71b.chunk.js.map,sha256=PXkP8ryNTOc0rDK7NX
|
|
41
45
|
auto_coder_web/web/static/js/main.17ff65df.js,sha256=bRM9YqwchLllmF3yucChZPf6oVaAIyegQhg-dK9NiFI,1257396
|
42
46
|
auto_coder_web/web/static/js/main.17ff65df.js.LICENSE.txt,sha256=rseC9BHzhrHoQhEIcUKYbKYTmaZc3jx198-A7figAUo,22630
|
43
47
|
auto_coder_web/web/static/js/main.17ff65df.js.map,sha256=wiFzwBMw7pUhIiIabI7iylqD0RAX2RM7n9qH6XqDZw0,5010700
|
48
|
+
auto_coder_web/web/static/js/main.34adf43b.js,sha256=yTA9JAeN3LLudGF1XKe-Ra3ry94rbRy6xJg0FlNrfps,2412848
|
49
|
+
auto_coder_web/web/static/js/main.34adf43b.js.LICENSE.txt,sha256=8jQ4oaoc73xj13em8wGFYhQ1yI-ptBKC6Xj0rm6Cn8w,29382
|
50
|
+
auto_coder_web/web/static/js/main.34adf43b.js.map,sha256=4mQTqudH5SP4Rug56ogLBNW5-50-ACQ1hu0YRJREw1k,8528645
|
44
51
|
auto_coder_web/web/static/js/main.5b5d887a.js,sha256=G0H07HV6yhx5Y5phjySH92yoCZG1nnVjfqwXT3_9658,1264700
|
45
52
|
auto_coder_web/web/static/js/main.5b5d887a.js.LICENSE.txt,sha256=rseC9BHzhrHoQhEIcUKYbKYTmaZc3jx198-A7figAUo,22630
|
46
53
|
auto_coder_web/web/static/js/main.5b5d887a.js.map,sha256=W0O9sKNAsFqd_sldZnFxlGNbcH4zgTFxp7m--nxf_tE,5033568
|
@@ -77,8 +84,8 @@ auto_coder_web/web/static/js/main.ba643932.js.map,sha256=TnZnz40mVLDqMY_cD4XjcIo
|
|
77
84
|
auto_coder_web/web/static/js/main.e42ddc5a.js,sha256=zM68fonOP_NPcDnxjhNJ0U3po_BseB4Txcw1jhvXX2Y,2411836
|
78
85
|
auto_coder_web/web/static/js/main.e42ddc5a.js.LICENSE.txt,sha256=8jQ4oaoc73xj13em8wGFYhQ1yI-ptBKC6Xj0rm6Cn8w,29382
|
79
86
|
auto_coder_web/web/static/js/main.e42ddc5a.js.map,sha256=nUwutRS_UcVLB2wVpZ2xZVTSQJB3V7LWR9Kv2TXHQGM,8524283
|
80
|
-
auto_coder_web-0.1.
|
81
|
-
auto_coder_web-0.1.
|
82
|
-
auto_coder_web-0.1.
|
83
|
-
auto_coder_web-0.1.
|
84
|
-
auto_coder_web-0.1.
|
87
|
+
auto_coder_web-0.1.15.dist-info/METADATA,sha256=D_wl-DgXlt03J7b9QOxFcvdYPizsfogFwqraj8UEfRQ,1378
|
88
|
+
auto_coder_web-0.1.15.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
89
|
+
auto_coder_web-0.1.15.dist-info/entry_points.txt,sha256=oh8kd1ZecWDgdv-bIj_ru3phvl4scuxwXl9DK0Khltg,61
|
90
|
+
auto_coder_web-0.1.15.dist-info/top_level.txt,sha256=UCzEw494Im0KvR-FTYf2jh-okqHvLsC_0JLOrQZoSpg,15
|
91
|
+
auto_coder_web-0.1.15.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|