codemap-java 0.1.0a1__py3-none-any.whl → 0.2.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: codemap-java
3
- Version: 0.1.0a1
3
+ Version: 0.2.0
4
4
  Summary: Java indexer plugin for CodeMap
5
5
  Project-URL: Homepage, https://github.com/qxbyte/codemap
6
6
  Author: CodeMap Contributors
@@ -11,7 +11,7 @@ Classifier: Programming Language :: Java
11
11
  Classifier: Programming Language :: Python :: 3
12
12
  Classifier: Topic :: Software Development
13
13
  Requires-Python: >=3.11
14
- Requires-Dist: codemap-core<0.2,>=0.1.0a1
14
+ Requires-Dist: codemap-core<0.3,>=0.2.0
15
15
  Requires-Dist: tree-sitter-java>=0.23
16
16
  Requires-Dist: tree-sitter>=0.25
17
17
  Provides-Extra: dev
@@ -51,7 +51,7 @@ scip-java . . . src/com/example/Greeter.java/Greeter#hello().
51
51
  ## Install
52
52
 
53
53
  ```bash
54
- pip install "git+https://github.com/qxbyte/codemap.git#subdirectory=plugins/codemap-java"
54
+ pip install codemap-java
55
55
  ```
56
56
 
57
57
  After installation, `codemap doctor` lists `java` next to the other
@@ -0,0 +1,6 @@
1
+ codemap_java/__init__.py,sha256=CfrzKPuFCV4SA9ly2O8K84G96OIBVTCWrDUFafKIOgY,170
2
+ codemap_java/indexer.py,sha256=exyqk2mvj-BAEli9Fi9beUcQIPu_MTXoL9h_QqLjGX0,8461
3
+ codemap_java-0.2.0.dist-info/METADATA,sha256=7r9Lbl65HmdoeiOgPJZVGvQAoKSGWJTSrvkqO7oz0AQ,2250
4
+ codemap_java-0.2.0.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
5
+ codemap_java-0.2.0.dist-info/entry_points.txt,sha256=nc_YzUZs5Nwz3H_qPVY1k1n4A1VtpA8F6Tj0AE6XnNc,51
6
+ codemap_java-0.2.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.29.0
2
+ Generator: hatchling 1.30.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -1,6 +0,0 @@
1
- codemap_java/__init__.py,sha256=CfrzKPuFCV4SA9ly2O8K84G96OIBVTCWrDUFafKIOgY,170
2
- codemap_java/indexer.py,sha256=exyqk2mvj-BAEli9Fi9beUcQIPu_MTXoL9h_QqLjGX0,8461
3
- codemap_java-0.1.0a1.dist-info/METADATA,sha256=1KbbOlR8lWtfyAtNtWNxuLlmV7SDtmTWy6hubnh2zsI,2319
4
- codemap_java-0.1.0a1.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
5
- codemap_java-0.1.0a1.dist-info/entry_points.txt,sha256=nc_YzUZs5Nwz3H_qPVY1k1n4A1VtpA8F6Tj0AE6XnNc,51
6
- codemap_java-0.1.0a1.dist-info/RECORD,,