codegraph-py 1.1.2__py3-none-any.whl → 1.1.3__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.
- codegraph/__init__.py +1 -1
- {codegraph_py-1.1.2.dist-info → codegraph_py-1.1.3.dist-info}/METADATA +2 -1
- {codegraph_py-1.1.2.dist-info → codegraph_py-1.1.3.dist-info}/RECORD +6 -6
- {codegraph_py-1.1.2.dist-info → codegraph_py-1.1.3.dist-info}/WHEEL +0 -0
- {codegraph_py-1.1.2.dist-info → codegraph_py-1.1.3.dist-info}/entry_points.txt +0 -0
- {codegraph_py-1.1.2.dist-info → codegraph_py-1.1.3.dist-info}/top_level.txt +0 -0
codegraph/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: codegraph-py
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.3
|
|
4
4
|
Summary: Supercharge AI coding agents with semantic code intelligence — surgical context, fewer tool calls, faster answers. 100% local.
|
|
5
5
|
Author-email: mading <martin98@bu.edu>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -16,6 +16,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.11
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.12
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.13
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
19
20
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
20
21
|
Classifier: Topic :: Software Development :: Code Generators
|
|
21
22
|
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
codegraph/__init__.py,sha256=
|
|
1
|
+
codegraph/__init__.py,sha256=Lac45LHDvqbkd9MysYTtD4c-7eV2L6vMrRffMn_G62s,285
|
|
2
2
|
codegraph/__main__.py,sha256=CU1tC_q6j0dvOAONsWUSBfVtbpVEsLmt8Jj358sbGjg,136
|
|
3
3
|
codegraph/cli.py,sha256=P7V4nxMjgYQS-9QHpOpWBd8qYW0Ymv1UHeRYCYCWhZk,36341
|
|
4
4
|
codegraph/codegraph.py,sha256=EhEQn0C7P7vc722oEv8FH3BwthG5pHK67KBdtCi5oDM,26220
|
|
@@ -37,8 +37,8 @@ codegraph/resolution/__init__.py,sha256=VfDWWeFvYTNgJG1Mb3HW6vfbGafMGLEN97wKjnFl
|
|
|
37
37
|
codegraph/search/__init__.py,sha256=ZLghOTL2MWiwa0tQMKsjP0ARvALCVK0tvnowXR1DZK4,22109
|
|
38
38
|
codegraph/sync/__init__.py,sha256=n6Voj1neoSQPCwdvECoOzTFhCfN2zeHA1sPmJyUixww,6558
|
|
39
39
|
codegraph/ui/__init__.py,sha256=tCi-_FJ7-MLPwmRt02dadMlJ3iy3QR26o1fgFc1DsUI,229
|
|
40
|
-
codegraph_py-1.1.
|
|
41
|
-
codegraph_py-1.1.
|
|
42
|
-
codegraph_py-1.1.
|
|
43
|
-
codegraph_py-1.1.
|
|
44
|
-
codegraph_py-1.1.
|
|
40
|
+
codegraph_py-1.1.3.dist-info/METADATA,sha256=EImqxhzZf-xtShDvRcRbYmJIgm3Ce95HCNqjuvaa7CY,8445
|
|
41
|
+
codegraph_py-1.1.3.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
|
|
42
|
+
codegraph_py-1.1.3.dist-info/entry_points.txt,sha256=3f2dJK7oR3dBzP21qRk_KuQa6Li8MVbVXeKcx3UjQ6c,49
|
|
43
|
+
codegraph_py-1.1.3.dist-info/top_level.txt,sha256=RqBj9sPbifZTb9aeHtnbxTgKJvfHIQdmYE1Brv8Wdkg,10
|
|
44
|
+
codegraph_py-1.1.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|