vimlm 0.0.8__tar.gz → 0.0.9__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.2
2
2
  Name: vimlm
3
- Version: 0.0.8
3
+ Version: 0.0.9
4
4
  Summary: VimLM - LLM-powered Vim assistant
5
5
  Home-page: https://github.com/JosefAlbers/vimlm
6
6
  Author: Josef Albers
@@ -8,8 +8,8 @@ Author-email: albersj66@gmail.com
8
8
  Requires-Python: >=3.12.8
9
9
  Description-Content-Type: text/markdown
10
10
  License-File: LICENSE
11
- Requires-Dist: nanollama==0.0.5
12
- Requires-Dist: mlx_lm_utils==0.0.2
11
+ Requires-Dist: nanollama>=0.0.5
12
+ Requires-Dist: mlx_lm_utils>=0.0.3
13
13
  Requires-Dist: watchfiles==1.0.4
14
14
  Dynamic: author
15
15
  Dynamic: author-email
@@ -5,7 +5,7 @@ with open("requirements.txt") as f:
5
5
 
6
6
  setup(
7
7
  name="vimlm",
8
- version="0.0.8",
8
+ version="0.0.9",
9
9
  author="Josef Albers",
10
10
  author_email="albersj66@gmail.com",
11
11
  readme='README.md',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: vimlm
3
- Version: 0.0.8
3
+ Version: 0.0.9
4
4
  Summary: VimLM - LLM-powered Vim assistant
5
5
  Home-page: https://github.com/JosefAlbers/vimlm
6
6
  Author: Josef Albers
@@ -8,8 +8,8 @@ Author-email: albersj66@gmail.com
8
8
  Requires-Python: >=3.12.8
9
9
  Description-Content-Type: text/markdown
10
10
  License-File: LICENSE
11
- Requires-Dist: nanollama==0.0.5
12
- Requires-Dist: mlx_lm_utils==0.0.2
11
+ Requires-Dist: nanollama>=0.0.5
12
+ Requires-Dist: mlx_lm_utils>=0.0.3
13
13
  Requires-Dist: watchfiles==1.0.4
14
14
  Dynamic: author
15
15
  Dynamic: author-email
@@ -0,0 +1,3 @@
1
+ nanollama>=0.0.5
2
+ mlx_lm_utils>=0.0.3
3
+ watchfiles==1.0.4
@@ -33,8 +33,8 @@ DEFAULTS = dict(
33
33
  KEY_MAP = {},
34
34
  DO_RESET = True,
35
35
  SHOW_USER = False,
36
- SEP_CMD = ' !',
37
- VERSION = '0.0.8',
36
+ SEP_CMD = '!',
37
+ VERSION = '0.0.9',
38
38
  DEBUG = False,
39
39
  )
40
40
 
@@ -1,3 +0,0 @@
1
- nanollama==0.0.5
2
- mlx_lm_utils==0.0.2
3
- watchfiles==1.0.4
File without changes
File without changes
File without changes
File without changes