codicent-cli 0.4.5__tar.gz → 0.4.6__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: codicent-cli
3
- Version: 0.4.5
3
+ Version: 0.4.6
4
4
  Summary: Command-line interface for the Codicent API
5
5
  Home-page: https://github.com/izaxon/codicent-cli
6
6
  Author: Johan Isaksson
@@ -25,6 +25,7 @@ Description-Content-Type: text/markdown
25
25
  License-File: LICENSE
26
26
  Requires-Dist: rich
27
27
  Requires-Dist: codicent-py
28
+ Requires-Dist: prompt_toolkit
28
29
  Dynamic: author
29
30
  Dynamic: author-email
30
31
  Dynamic: classifier
@@ -90,7 +91,7 @@ You can also install directly from GitHub:
90
91
  pip install git+https://github.com/izaxon/codicent-cli.git
91
92
 
92
93
  # Install a specific version
93
- pip install git+https://github.com/izaxon/codicent-cli.git@v0.4.5
94
+ pip install git+https://github.com/izaxon/codicent-cli.git@v0.4.6
94
95
  ```
95
96
 
96
97
  ## Usage
@@ -50,7 +50,7 @@ You can also install directly from GitHub:
50
50
  pip install git+https://github.com/izaxon/codicent-cli.git
51
51
 
52
52
  # Install a specific version
53
- pip install git+https://github.com/izaxon/codicent-cli.git@v0.4.5
53
+ pip install git+https://github.com/izaxon/codicent-cli.git@v0.4.6
54
54
  ```
55
55
 
56
56
  ## Usage
@@ -45,7 +45,7 @@ For more information, visit: https://github.com/izaxon/codicent-cli
45
45
 
46
46
  def show_version():
47
47
  """Display version information."""
48
- print("Codicent CLI v0.4.5")
48
+ print("Codicent CLI v0.4.6")
49
49
 
50
50
  def validate_input(question):
51
51
  """Validate user input."""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: codicent-cli
3
- Version: 0.4.5
3
+ Version: 0.4.6
4
4
  Summary: Command-line interface for the Codicent API
5
5
  Home-page: https://github.com/izaxon/codicent-cli
6
6
  Author: Johan Isaksson
@@ -25,6 +25,7 @@ Description-Content-Type: text/markdown
25
25
  License-File: LICENSE
26
26
  Requires-Dist: rich
27
27
  Requires-Dist: codicent-py
28
+ Requires-Dist: prompt_toolkit
28
29
  Dynamic: author
29
30
  Dynamic: author-email
30
31
  Dynamic: classifier
@@ -90,7 +91,7 @@ You can also install directly from GitHub:
90
91
  pip install git+https://github.com/izaxon/codicent-cli.git
91
92
 
92
93
  # Install a specific version
93
- pip install git+https://github.com/izaxon/codicent-cli.git@v0.4.5
94
+ pip install git+https://github.com/izaxon/codicent-cli.git@v0.4.6
94
95
  ```
95
96
 
96
97
  ## Usage
@@ -1,2 +1,3 @@
1
1
  rich
2
2
  codicent-py
3
+ prompt_toolkit
@@ -9,7 +9,7 @@ except FileNotFoundError:
9
9
 
10
10
  setup(
11
11
  name='codicent-cli',
12
- version='0.4.5',
12
+ version='0.4.6',
13
13
  author='Johan Isaksson',
14
14
  author_email='johan@izaxon.com',
15
15
  description='Command-line interface for the Codicent API',
@@ -40,6 +40,7 @@ setup(
40
40
  install_requires=[
41
41
  'rich',
42
42
  'codicent-py',
43
+ 'prompt_toolkit'
43
44
  ],
44
45
  entry_points={
45
46
  'console_scripts': [
File without changes
File without changes