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.
- {codicent_cli-0.4.5/codicent_cli.egg-info → codicent_cli-0.4.6}/PKG-INFO +3 -2
- {codicent_cli-0.4.5 → codicent_cli-0.4.6}/README.md +1 -1
- {codicent_cli-0.4.5 → codicent_cli-0.4.6}/app.py +1 -1
- {codicent_cli-0.4.5 → codicent_cli-0.4.6/codicent_cli.egg-info}/PKG-INFO +3 -2
- {codicent_cli-0.4.5 → codicent_cli-0.4.6}/codicent_cli.egg-info/requires.txt +1 -0
- {codicent_cli-0.4.5 → codicent_cli-0.4.6}/setup.py +2 -1
- {codicent_cli-0.4.5 → codicent_cli-0.4.6}/LICENSE +0 -0
- {codicent_cli-0.4.5 → codicent_cli-0.4.6}/codicent_cli.egg-info/SOURCES.txt +0 -0
- {codicent_cli-0.4.5 → codicent_cli-0.4.6}/codicent_cli.egg-info/dependency_links.txt +0 -0
- {codicent_cli-0.4.5 → codicent_cli-0.4.6}/codicent_cli.egg-info/entry_points.txt +0 -0
- {codicent_cli-0.4.5 → codicent_cli-0.4.6}/codicent_cli.egg-info/top_level.txt +0 -0
- {codicent_cli-0.4.5 → codicent_cli-0.4.6}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: codicent-cli
|
|
3
|
-
Version: 0.4.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
94
|
+
pip install git+https://github.com/izaxon/codicent-cli.git@v0.4.6
|
|
94
95
|
```
|
|
95
96
|
|
|
96
97
|
## Usage
|
|
@@ -9,7 +9,7 @@ except FileNotFoundError:
|
|
|
9
9
|
|
|
10
10
|
setup(
|
|
11
11
|
name='codicent-cli',
|
|
12
|
-
version='0.4.
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|