ostruct-cli 0.8.4__py3-none-any.whl → 0.8.7__py3-none-any.whl
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.
- {ostruct_cli-0.8.4.dist-info → ostruct_cli-0.8.7.dist-info}/METADATA +25 -3
- {ostruct_cli-0.8.4.dist-info → ostruct_cli-0.8.7.dist-info}/RECORD +5 -5
- {ostruct_cli-0.8.4.dist-info → ostruct_cli-0.8.7.dist-info}/LICENSE +0 -0
- {ostruct_cli-0.8.4.dist-info → ostruct_cli-0.8.7.dist-info}/WHEEL +0 -0
- {ostruct_cli-0.8.4.dist-info → ostruct_cli-0.8.7.dist-info}/entry_points.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: ostruct-cli
|
3
|
-
Version: 0.8.
|
3
|
+
Version: 0.8.7
|
4
4
|
Summary: CLI for OpenAI Structured Output with Multi-Tool Integration
|
5
5
|
Author: Yaniv Golan
|
6
6
|
Author-email: yaniv@golan.name
|
@@ -216,7 +216,27 @@ Break down words into their components, showing their origins, meanings, and hie
|
|
216
216
|
|
217
217
|
## Installation
|
218
218
|
|
219
|
-
###
|
219
|
+
### Quick Install (macOS)
|
220
|
+
|
221
|
+
For macOS users, we provide a one-line installer that handles everything automatically:
|
222
|
+
|
223
|
+
```bash
|
224
|
+
curl -sSL https://raw.githubusercontent.com/yaniv-golan/ostruct/main/scripts/install-macos.sh | bash
|
225
|
+
```
|
226
|
+
|
227
|
+
This script will:
|
228
|
+
|
229
|
+
- Install Python 3.10+ if needed (via Homebrew or python.org)
|
230
|
+
- Install Homebrew if needed
|
231
|
+
- Install ostruct-cli via pip
|
232
|
+
- Configure your shell PATH automatically
|
233
|
+
- Verify the installation works
|
234
|
+
|
235
|
+
After installation, restart your terminal and test with `ostruct --version`.
|
236
|
+
|
237
|
+
### Manual Installation
|
238
|
+
|
239
|
+
#### For Users
|
220
240
|
|
221
241
|
To install the latest stable version from PyPI:
|
222
242
|
|
@@ -224,7 +244,9 @@ To install the latest stable version from PyPI:
|
|
224
244
|
pip install ostruct-cli
|
225
245
|
```
|
226
246
|
|
227
|
-
|
247
|
+
**Note**: If the `ostruct` command isn't found after installation, you may need to add Python's user bin directory to your PATH. See the [troubleshooting guide](scripts/README.md#troubleshooting) for details.
|
248
|
+
|
249
|
+
#### For Developers
|
228
250
|
|
229
251
|
If you plan to contribute to the project, see the [Development Setup](#development-setup) section below for instructions on setting up the development environment with Poetry.
|
230
252
|
|
@@ -64,8 +64,8 @@ ostruct/cli/unattended_operation.py,sha256=kI95SSVJC_taxORXQYrce_qLEnuKc6edwn9tM
|
|
64
64
|
ostruct/cli/utils.py,sha256=uY7c0NaINHWfnl77FcPE3TmYUXv3RqEeUTjrCMDij9A,922
|
65
65
|
ostruct/cli/validators.py,sha256=lbxAUUVS5TPJ7HdYZ5yB7gUjJqfcClZCuh0oktoq0E0,15291
|
66
66
|
ostruct/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
67
|
-
ostruct_cli-0.8.
|
68
|
-
ostruct_cli-0.8.
|
69
|
-
ostruct_cli-0.8.
|
70
|
-
ostruct_cli-0.8.
|
71
|
-
ostruct_cli-0.8.
|
67
|
+
ostruct_cli-0.8.7.dist-info/LICENSE,sha256=DmGAkaYzhrdzTB9Y2Rvfzd3mJiF9ZrTOhxN8t6wrfHA,1098
|
68
|
+
ostruct_cli-0.8.7.dist-info/METADATA,sha256=_vbhuslg4oHtPOrbin1om-82TA8E9K8IPoDlU84gm48,25921
|
69
|
+
ostruct_cli-0.8.7.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
70
|
+
ostruct_cli-0.8.7.dist-info/entry_points.txt,sha256=NFq9IuqHVTem0j9zKjV8C1si_zGcP1RL6Wbvt9fUDXw,48
|
71
|
+
ostruct_cli-0.8.7.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|