htx-cli 0.1.0__tar.gz → 0.1.1__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.
- {htx_cli-0.1.0 → htx_cli-0.1.1}/PKG-INFO +7 -2
- {htx_cli-0.1.0 → htx_cli-0.1.1}/README.md +6 -1
- {htx_cli-0.1.0 → htx_cli-0.1.1}/pyproject.toml +1 -1
- {htx_cli-0.1.0 → htx_cli-0.1.1}/src/disk_cli/__init__.py +1 -1
- {htx_cli-0.1.0 → htx_cli-0.1.1}/src/htx_cli.egg-info/PKG-INFO +7 -2
- {htx_cli-0.1.0 → htx_cli-0.1.1}/setup.cfg +0 -0
- {htx_cli-0.1.0 → htx_cli-0.1.1}/src/disk_cli/__main__.py +0 -0
- {htx_cli-0.1.0 → htx_cli-0.1.1}/src/disk_cli/api.py +0 -0
- {htx_cli-0.1.0 → htx_cli-0.1.1}/src/disk_cli/cli.py +0 -0
- {htx_cli-0.1.0 → htx_cli-0.1.1}/src/disk_cli/config.py +0 -0
- {htx_cli-0.1.0 → htx_cli-0.1.1}/src/htx_cli.egg-info/SOURCES.txt +0 -0
- {htx_cli-0.1.0 → htx_cli-0.1.1}/src/htx_cli.egg-info/dependency_links.txt +0 -0
- {htx_cli-0.1.0 → htx_cli-0.1.1}/src/htx_cli.egg-info/entry_points.txt +0 -0
- {htx_cli-0.1.0 → htx_cli-0.1.1}/src/htx_cli.egg-info/requires.txt +0 -0
- {htx_cli-0.1.0 → htx_cli-0.1.1}/src/htx_cli.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: htx-cli
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: htx-cli command-line client for the Disk backend API
|
|
5
5
|
Requires-Python: >=3.11
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -19,7 +19,12 @@ Requires-Dist: requests<3,>=2.32
|
|
|
19
19
|
## Install
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
|
-
|
|
22
|
+
pip install htx-cli
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
For local development:
|
|
26
|
+
|
|
27
|
+
```bash
|
|
23
28
|
pip install -e .
|
|
24
29
|
```
|
|
25
30
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: htx-cli
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: htx-cli command-line client for the Disk backend API
|
|
5
5
|
Requires-Python: >=3.11
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -19,7 +19,12 @@ Requires-Dist: requests<3,>=2.32
|
|
|
19
19
|
## Install
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
|
-
|
|
22
|
+
pip install htx-cli
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
For local development:
|
|
26
|
+
|
|
27
|
+
```bash
|
|
23
28
|
pip install -e .
|
|
24
29
|
```
|
|
25
30
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|