codemap-bash 0.1.0a1__tar.gz → 0.2.0__tar.gz

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-bash
3
- Version: 0.1.0a1
3
+ Version: 0.2.0
4
4
  Summary: Bash / shell-script indexer plugin for CodeMap
5
5
  Project-URL: Homepage, https://github.com/qxbyte/codemap
6
6
  Author: CodeMap Contributors
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Unix Shell
12
12
  Classifier: Topic :: Software Development
13
13
  Classifier: Topic :: System :: Shells
14
14
  Requires-Python: >=3.11
15
- Requires-Dist: codemap-core<0.2,>=0.1.0a1
15
+ Requires-Dist: codemap-core<0.3,>=0.2.0
16
16
  Requires-Dist: tree-sitter-bash>=0.25
17
17
  Requires-Dist: tree-sitter>=0.25
18
18
  Provides-Extra: dev
@@ -40,7 +40,7 @@ declared inside a function is local state, not a script-level symbol.
40
40
  ## Install
41
41
 
42
42
  ```bash
43
- pip install "git+https://github.com/qxbyte/codemap.git#subdirectory=plugins/codemap-bash"
43
+ pip install codemap-bash
44
44
  ```
45
45
 
46
46
  ## SymbolID encoding
@@ -19,7 +19,7 @@ declared inside a function is local state, not a script-level symbol.
19
19
  ## Install
20
20
 
21
21
  ```bash
22
- pip install "git+https://github.com/qxbyte/codemap.git#subdirectory=plugins/codemap-bash"
22
+ pip install codemap-bash
23
23
  ```
24
24
 
25
25
  ## SymbolID encoding
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "codemap-bash"
7
- version = "0.1.0a1"
7
+ version = "0.2.0"
8
8
  description = "Bash / shell-script indexer plugin for CodeMap"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.11"
@@ -19,7 +19,7 @@ classifiers = [
19
19
  "Topic :: System :: Shells",
20
20
  ]
21
21
  dependencies = [
22
- "codemap-core>=0.1.0a1,<0.2",
22
+ "codemap-core>=0.2.0,<0.3",
23
23
  "tree-sitter>=0.25",
24
24
  "tree-sitter-bash>=0.25",
25
25
  ]
File without changes