closecode 0.1.0__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.
@@ -0,0 +1,28 @@
1
+ closecode/__init__.py,sha256=XgjZ_OAIlxFPM9MSjMLDEK_Xm7iq2G2LsY7vVwtO3Us,121
2
+ closecode/__main__.py,sha256=Nn3Mv3LTzZDrd6bkqc9ebH97HEZkEXlSXyaqWTsKTEY,116
3
+ closecode/app.py,sha256=Jq4FLEciKMYm0u3ijI4SEhcE7jFQmWeiNP9Mlpm8jBs,26233
4
+ closecode/auth.py,sha256=fDeWo4Q5V4lHMNwckp59XSrMy2tIVoI-27QIlhYceOA,595
5
+ closecode/config.py,sha256=dZtVIxLNa94KSWL4QRpHX4_gDpx-dpvi4whSU8e9gMI,2991
6
+ closecode/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
+ closecode/sessions.py,sha256=ZRZlPXNGAjUqR9w6Dp-uQmDRn2geHWu3dXWCpl0f-Lk,5619
8
+ closecode/agent/__init__.py,sha256=vnbp0RSc9LuxJtug9BuXMZyfUQFmy6nQXVHZDSxxWzI,2119
9
+ closecode/llmesh/__init__.py,sha256=qi7PEaDWz-9-uCQcoQt7rdSgKRoYPtrfnO4-IRfTVho,2749
10
+ closecode/llmesh/client.py,sha256=mv9V-Y-4Q7qjTvhQr3E929-UMIj1R5QJ-4jVtkqNsRs,8609
11
+ closecode/llmesh/streaming.py,sha256=P5VPAGAXH4WJe4Rep1yoN_emWpZLXIlPG2fr9RvycwA,1205
12
+ closecode/ui/__init__.py,sha256=svXoT82zXsbRX6Gifp7-lTImh_TYEg10oVRwmgpucLk,29
13
+ closecode/ui/theme.tcss,sha256=vFvcqXemwIgOiOur9F7yoKswquQ5lHu79_50z5HJNho,6349
14
+ closecode/ui/screens/__init__.py,sha256=EqI7lJlcQ1L-QNrkwBlDwNA2ZTytstmSVB0DiLFff68,37
15
+ closecode/ui/screens/main.py,sha256=aBaewzAUShO4nYTqZ_v3-RW7vkbBEcKL-Jw1rBjKFzA,4602
16
+ closecode/ui/screens/onboarding.py,sha256=_zFSaAFSm1Ma7D0UlO584vj_Z65Pcj5t0n0chq3iY7g,3664
17
+ closecode/ui/widgets/__init__.py,sha256=BbdsSR74hIebGm4zKCmnr0hcY0P3iTygNmuONbtbn0Y,29
18
+ closecode/ui/widgets/chat.py,sha256=vqd7VG0fInyO5QPqmc3c8w9r6sjLzYWZB2ZXYpMSd68,4221
19
+ closecode/ui/widgets/composer.py,sha256=4PIOVVdMIs96Xp_stNmFRfpY62oUevCinCxaQgM18Uc,1710
20
+ closecode/ui/widgets/header.py,sha256=1H0ot_r7Mj22spIc91sz34VzJ2aLUwVR3AfYjV-5EW8,1775
21
+ closecode/ui/widgets/infopanel.py,sha256=DvxQjJ7ZFodLxXao-YHN_R1f5UvnDhgogMXvCyOJpIM,3896
22
+ closecode/ui/widgets/statusbar.py,sha256=r0dBvCNPGg14iN07x60Db744INhJAqJcJ4G7LTPnsnI,2467
23
+ closecode-0.1.0.dist-info/licenses/LICENSE,sha256=IHUkBaGaoWxfzpckeHfy6AhlTLYP8YjawmGBzRv1Aps,1068
24
+ closecode-0.1.0.dist-info/METADATA,sha256=xE0_uIiLX_Zso4FpTNsR0GbXSYqltX3F6GXnm3d1lsQ,15466
25
+ closecode-0.1.0.dist-info/WHEEL,sha256=YVMoNqKzERt-wjUZwJ33xBGAwnFl-4cqbYkTtWa4itE,91
26
+ closecode-0.1.0.dist-info/entry_points.txt,sha256=TSmv2K68vGuhz6Cd7KKr_7T-VuQPmU8Q3mwePxyq4W8,49
27
+ closecode-0.1.0.dist-info/top_level.txt,sha256=VfSpzNWeNBBcdHCfxvPSGempy9JvGykYdhbuKb096Ag,10
28
+ closecode-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (84.0.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ closecode = closecode.app:main
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Dhanu Gupta
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1 @@
1
+ closecode