yaicli 0.0.6__tar.gz → 0.0.8__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.
yaicli-0.0.8/PKG-INFO ADDED
@@ -0,0 +1,459 @@
1
+ Metadata-Version: 2.4
2
+ Name: yaicli
3
+ Version: 0.0.8
4
+ Summary: A simple CLI tool to interact with LLM
5
+ Project-URL: Homepage, https://github.com/belingud/yaicli
6
+ Project-URL: Repository, https://github.com/belingud/yaicli
7
+ Project-URL: Documentation, https://github.com/belingud/yaicli
8
+ Author-email: belingud <im.victor@qq.com>
9
+ License: Apache License
10
+ Version 2.0, January 2004
11
+ http://www.apache.org/licenses/
12
+
13
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
14
+
15
+ 1. Definitions.
16
+
17
+ "License" shall mean the terms and conditions for use, reproduction,
18
+ and distribution as defined by Sections 1 through 9 of this document.
19
+
20
+ "Licensor" shall mean the copyright owner or entity authorized by
21
+ the copyright owner that is granting the License.
22
+
23
+ "Legal Entity" shall mean the union of the acting entity and all
24
+ other entities that control, are controlled by, or are under common
25
+ control with that entity. For the purposes of this definition,
26
+ "control" means (i) the power, direct or indirect, to cause the
27
+ direction or management of such entity, whether by contract or
28
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
29
+ outstanding shares, or (iii) beneficial ownership of such entity.
30
+
31
+ "You" (or "Your") shall mean an individual or Legal Entity
32
+ exercising permissions granted by this License.
33
+
34
+ "Source" form shall mean the preferred form for making modifications,
35
+ including but not limited to software source code, documentation
36
+ source, and configuration files.
37
+
38
+ "Object" form shall mean any form resulting from mechanical
39
+ transformation or translation of a Source form, including but
40
+ not limited to compiled object code, generated documentation,
41
+ and conversions to other media types.
42
+
43
+ "Work" shall mean the work of authorship, whether in Source or
44
+ Object form, made available under the License, as indicated by a
45
+ copyright notice that is included in or attached to the work
46
+ (an example is provided in the Appendix below).
47
+
48
+ "Derivative Works" shall mean any work, whether in Source or Object
49
+ form, that is based on (or derived from) the Work and for which the
50
+ editorial revisions, annotations, elaborations, or other modifications
51
+ represent, as a whole, an original work of authorship. For the purposes
52
+ of this License, Derivative Works shall not include works that remain
53
+ separable from, or merely link (or bind by name) to the interfaces of,
54
+ the Work and Derivative Works thereof.
55
+
56
+ "Contribution" shall mean any work of authorship, including
57
+ the original version of the Work and any modifications or additions
58
+ to that Work or Derivative Works thereof, that is intentionally
59
+ submitted to Licensor for inclusion in the Work by the copyright owner
60
+ or by an individual or Legal Entity authorized to submit on behalf of
61
+ the copyright owner. For the purposes of this definition, "submitted"
62
+ means any form of electronic, verbal, or written communication sent
63
+ to the Licensor or its representatives, including but not limited to
64
+ communication on electronic mailing lists, source code control systems,
65
+ and issue tracking systems that are managed by, or on behalf of, the
66
+ Licensor for the purpose of discussing and improving the Work, but
67
+ excluding communication that is conspicuously marked or otherwise
68
+ designated in writing by the copyright owner as "Not a Contribution."
69
+
70
+ "Contributor" shall mean Licensor and any individual or Legal Entity
71
+ on behalf of whom a Contribution has been received by Licensor and
72
+ subsequently incorporated within the Work.
73
+
74
+ 2. Grant of Copyright License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ copyright license to reproduce, prepare Derivative Works of,
78
+ publicly display, publicly perform, sublicense, and distribute the
79
+ Work and such Derivative Works in Source or Object form.
80
+
81
+ 3. Grant of Patent License. Subject to the terms and conditions of
82
+ this License, each Contributor hereby grants to You a perpetual,
83
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
84
+ (except as stated in this section) patent license to make, have made,
85
+ use, offer to sell, sell, import, and otherwise transfer the Work,
86
+ where such license applies only to those patent claims licensable
87
+ by such Contributor that are necessarily infringed by their
88
+ Contribution(s) alone or by combination of their Contribution(s)
89
+ with the Work to which such Contribution(s) was submitted. If You
90
+ institute patent litigation against any entity (including a
91
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
92
+ or a Contribution incorporated within the Work constitutes direct
93
+ or contributory patent infringement, then any patent licenses
94
+ granted to You under this License for that Work shall terminate
95
+ as of the date such litigation is filed.
96
+
97
+ 4. Redistribution. You may reproduce and distribute copies of the
98
+ Work or Derivative Works thereof in any medium, with or without
99
+ modifications, and in Source or Object form, provided that You
100
+ meet the following conditions:
101
+
102
+ (a) You must give any other recipients of the Work or
103
+ Derivative Works a copy of this License; and
104
+
105
+ (b) You must cause any modified files to carry prominent notices
106
+ stating that You changed the files; and
107
+
108
+ (c) You must retain, in the Source form of any Derivative Works
109
+ that You distribute, all copyright, patent, trademark, and
110
+ attribution notices from the Source form of the Work,
111
+ excluding those notices that do not pertain to any part of
112
+ the Derivative Works; and
113
+
114
+ (d) If the Work includes a "NOTICE" text file as part of its
115
+ distribution, then any Derivative Works that You distribute must
116
+ include a readable copy of the attribution notices contained
117
+ within such NOTICE file, excluding those notices that do not
118
+ pertain to any part of the Derivative Works, in at least one
119
+ of the following places: within a NOTICE text file distributed
120
+ as part of the Derivative Works; within the Source form or
121
+ documentation, if provided along with the Derivative Works; or,
122
+ within a display generated by the Derivative Works, if and
123
+ wherever such third-party notices normally appear. The contents
124
+ of the NOTICE file are for informational purposes only and
125
+ do not modify the License. You may add Your own attribution
126
+ notices within Derivative Works that You distribute, alongside
127
+ or as an addendum to the NOTICE text from the Work, provided
128
+ that such additional attribution notices cannot be construed
129
+ as modifying the License.
130
+
131
+ You may add Your own copyright statement to Your modifications and
132
+ may provide additional or different license terms and conditions
133
+ for use, reproduction, or distribution of Your modifications, or
134
+ for any such Derivative Works as a whole, provided Your use,
135
+ reproduction, and distribution of the Work otherwise complies with
136
+ the conditions stated in this License.
137
+
138
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
139
+ any Contribution intentionally submitted for inclusion in the Work
140
+ by You to the Licensor shall be under the terms and conditions of
141
+ this License, without any additional terms or conditions.
142
+ Notwithstanding the above, nothing herein shall supersede or modify
143
+ the terms of any separate license agreement you may have executed
144
+ with Licensor regarding such Contributions.
145
+
146
+ 6. Trademarks. This License does not grant permission to use the trade
147
+ names, trademarks, service marks, or product names of the Licensor,
148
+ except as required for reasonable and customary use in describing the
149
+ origin of the Work and reproducing the content of the NOTICE file.
150
+
151
+ 7. Disclaimer of Warranty. Unless required by applicable law or
152
+ agreed to in writing, Licensor provides the Work (and each
153
+ Contributor provides its Contributions) on an "AS IS" BASIS,
154
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
155
+ implied, including, without limitation, any warranties or conditions
156
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
157
+ PARTICULAR PURPOSE. You are solely responsible for determining the
158
+ appropriateness of using or redistributing the Work and assume any
159
+ risks associated with Your exercise of permissions under this License.
160
+
161
+ 8. Limitation of Liability. In no event and under no legal theory,
162
+ whether in tort (including negligence), contract, or otherwise,
163
+ unless required by applicable law (such as deliberate and grossly
164
+ negligent acts) or agreed to in writing, shall any Contributor be
165
+ liable to You for damages, including any direct, indirect, special,
166
+ incidental, or consequential damages of any character arising as a
167
+ result of this License or out of the use or inability to use the
168
+ Work (including but not limited to damages for loss of goodwill,
169
+ work stoppage, computer failure or malfunction, or any and all
170
+ other commercial damages or losses), even if such Contributor
171
+ has been advised of the possibility of such damages.
172
+
173
+ 9. Accepting Warranty or Additional Liability. While redistributing
174
+ the Work or Derivative Works thereof, You may choose to offer,
175
+ and charge a fee for, acceptance of support, warranty, indemnity,
176
+ or other liability obligations and/or rights consistent with this
177
+ License. However, in accepting such obligations, You may act only
178
+ on Your own behalf and on Your sole responsibility, not on behalf
179
+ of any other Contributor, and only if You agree to indemnify,
180
+ defend, and hold each Contributor harmless for any liability
181
+ incurred by, or claims asserted against, such Contributor by reason
182
+ of your accepting any such warranty or additional liability.
183
+
184
+ END OF TERMS AND CONDITIONS
185
+
186
+ APPENDIX: How to apply the Apache License to your work.
187
+
188
+ To apply the Apache License to your work, attach the following
189
+ boilerplate notice, with the fields enclosed by brackets "[]"
190
+ replaced with your own identifying information. (Don't include
191
+ the brackets!) The text should be enclosed in the appropriate
192
+ comment syntax for the file format. We also recommend that a
193
+ file or class name and description of purpose be included on the
194
+ same "printed page" as the copyright notice for easier
195
+ identification within third-party archives.
196
+
197
+ Copyright [yyyy] [name of copyright owner]
198
+
199
+ Licensed under the Apache License, Version 2.0 (the "License");
200
+ you may not use this file except in compliance with the License.
201
+ You may obtain a copy of the License at
202
+
203
+ http://www.apache.org/licenses/LICENSE-2.0
204
+
205
+ Unless required by applicable law or agreed to in writing, software
206
+ distributed under the License is distributed on an "AS IS" BASIS,
207
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
208
+ See the License for the specific language governing permissions and
209
+ limitations under the License.
210
+ License-File: LICENSE
211
+ Keywords: ai,chatgpt,cli,gpt,interact,interact with chatgpt,interact with gpt,interact with llm,interact with llms,interact with openai,interactive,llm,llms,openai,terminal
212
+ Classifier: License :: OSI Approved :: MIT License
213
+ Classifier: Operating System :: OS Independent
214
+ Classifier: Programming Language :: Python :: 3
215
+ Requires-Python: >=3.9
216
+ Requires-Dist: distro>=1.9.0
217
+ Requires-Dist: jmespath>=1.0.1
218
+ Requires-Dist: prompt-toolkit>=3.0.50
219
+ Requires-Dist: requests>=2.32.3
220
+ Requires-Dist: rich>=13.9.4
221
+ Requires-Dist: typer>=0.15.2
222
+ Description-Content-Type: text/markdown
223
+
224
+ # YAICLI - Your AI Command Line Interface
225
+
226
+ [![PyPI version](https://img.shields.io/pypi/v/yaicli?style=for-the-badge)](https://pypi.org/project/yaicli/)
227
+ ![GitHub License](https://img.shields.io/github/license/belingud/yaicli?style=for-the-badge)
228
+ ![PyPI - Downloads](https://img.shields.io/pypi/dm/yaicli?logo=pypi&style=for-the-badge)
229
+ ![Pepy Total Downloads](https://img.shields.io/pepy/dt/yaicli?style=for-the-badge&logo=python)
230
+
231
+ YAICLI is a powerful command-line AI assistant tool that enables you to interact with Large Language Models (LLMs) like ChatGPT's gpt-4o through your terminal. It offers multiple operation modes for everyday conversations, generating and executing shell commands, and one-shot quick queries.
232
+
233
+ > [!WARNING]
234
+ > This is a work in progress, some features could change or be removed in the future.
235
+
236
+ ## Features
237
+
238
+ - **Multiple Operation Modes**:
239
+ - **Chat Mode (💬)**: Interactive conversation with the AI assistant
240
+ - **Execute Mode (🚀)**: Generate and execute shell commands specific to your OS and shell
241
+ - **Temp Mode**: Quick queries without entering interactive mode
242
+
243
+ - **Smart Environment Detection**:
244
+ - Automatically detects your operating system and shell
245
+ - Customizes responses and commands for your specific environment
246
+
247
+ - **Rich Terminal Interface**:
248
+ - Markdown rendering for formatted responses
249
+ - Streaming responses for real-time feedback
250
+ - Color-coded output for better readability
251
+
252
+ - **Configurable**:
253
+ - Customizable API endpoints
254
+ - Support for different LLM providers
255
+ - Adjustable response parameters
256
+
257
+ - **Keyboard Shortcuts**:
258
+ - Tab to switch between Chat and Execute modes
259
+
260
+ ## Installation
261
+
262
+ ### Prerequisites
263
+
264
+ - Python 3.9 or higher
265
+
266
+ ### Install from PyPI
267
+
268
+ ```bash
269
+ # Install by pip
270
+ pip install yaicli
271
+
272
+ # Install by pipx
273
+ pipx install yaicli
274
+
275
+ # Install by uv
276
+ uv tool install yaicli
277
+ ```
278
+
279
+ ### Install from Source
280
+
281
+ ```bash
282
+ git clone https://github.com/yourusername/yaicli.git
283
+ cd yaicli
284
+ pip install .
285
+ ```
286
+
287
+ ## Configuration
288
+
289
+ On first run, YAICLI will create a default configuration file at `~/.config/yaicli/config.ini`. You'll need to edit this file to add your API key and customize other settings.
290
+
291
+ Just run `ai`, and it will create the config file for you. Then you can edit it to add your api key.
292
+
293
+ ### Configuration File
294
+
295
+ The default configuration file is located at `~/.config/yaicli/config.ini`. Look at the example below:
296
+
297
+ ```ini
298
+ [core]
299
+ BASE_URL=https://api.openai.com/v1
300
+ API_KEY=your_api_key_here
301
+ MODEL=gpt-4o
302
+
303
+ # auto detect shell and os
304
+ SHELL_NAME=auto
305
+ OS_NAME=auto
306
+
307
+ # if you want to use custom completions path, you can set it here
308
+ COMPLETION_PATH=/chat/completions
309
+ # if you want to use custom answer path, you can set it here
310
+ ANSWER_PATH=choices[0].message.content
311
+
312
+ # true: streaming response
313
+ # false: non-streaming response
314
+ STREAM=true
315
+ ```
316
+
317
+ ### Configuration Options
318
+
319
+ Below are the available configuration options and override environment variables:
320
+
321
+ - **BASE_URL**: API endpoint URL (default: OpenAI API), env: AI_BASE_URL
322
+ - **API_KEY**: Your API key for the LLM provider, env: AI_API_KEY
323
+ - **MODEL**: The model to use (e.g., gpt-4o, gpt-3.5-turbo), default: gpt-4o, env: AI_MODEL
324
+ - **SHELL_NAME**: Shell to use (auto for automatic detection), default: auto, env: AI_SHELL_NAME
325
+ - **OS_NAME**: OS to use (auto for automatic detection), default: auto, env: AI_OS_NAME
326
+ - **COMPLETION_PATH**: Path for completions endpoint, default: /chat/completions, env: AI_COMPLETION_PATH
327
+ - **ANSWER_PATH**: Json path expression to extract answer from response, default: choices[0].message.content, env: AI_ANSWER_PATH
328
+ - **STREAM**: Enable/disable streaming responses, default: true, env: AI_STREAM
329
+
330
+ ## Usage
331
+
332
+ ### Basic Usage
333
+
334
+ ```bash
335
+ # One-shot mode
336
+ ai "What is the capital of France?"
337
+
338
+ # Chat mode
339
+ ai --chat
340
+
341
+ # Shell command generation mode
342
+ ai --shell "Create a backup of my Documents folder"
343
+
344
+ # Verbose mode for debugging
345
+ ai --verbose "Explain quantum computing"
346
+ ```
347
+
348
+ ### Command Line Options
349
+
350
+ - `<PROMPT>`: Argument
351
+ - `--verbose` or `-V`: Show verbose information
352
+ - `--chat` or `-c`: Start in chat mode
353
+ - `--shell` or `-s`: Generate and execute shell command
354
+ - `--install-completion`: Install completion for the current shell
355
+ - `--show-completion`: Show completion for the current shell, to copy it or customize the installation
356
+ - `--help` or `-h`: Show this message and exit
357
+
358
+ ```bash
359
+ ai -h
360
+
361
+ Usage: ai [OPTIONS] [PROMPT]
362
+
363
+ yaicli. Your AI interface in cli.
364
+
365
+ ╭─ Arguments ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
366
+ │ prompt [PROMPT] The prompt send to the LLM │
367
+ ╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
368
+ ╭─ Options ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
369
+ │ --verbose -V Show verbose information │
370
+ │ --chat -c Start in chat mode │
371
+ │ --shell -s Generate and execute shell command │
372
+ │ --install-completion Install completion for the current shell. │
373
+ │ --show-completion Show completion for the current shell, to copy it or customize the installation. │
374
+ │ --help -h Show this message and exit. │
375
+ ╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
376
+
377
+
378
+ ```
379
+
380
+ ### Interactive Mode
381
+
382
+ In interactive mode (chat or shell), you can:
383
+ - Type your queries and get responses
384
+ - Use `Tab` to switch between Chat and Execute modes
385
+ - Type '/exit' to exit
386
+ - Type '/clear' to clear history
387
+ - Type '/his' to show history
388
+
389
+ ### Shell Command Generation
390
+
391
+ In Execute mode:
392
+ 1. Enter your request in natural language
393
+ 2. YAICLI will generate an appropriate shell command
394
+ 3. Review the command
395
+ 4. Confirm to execute or reject
396
+
397
+ ## Examples
398
+
399
+ ### Chat Mode Example
400
+
401
+ ```bash
402
+ $ ai --chat
403
+ 💬 > Tell me about the solar system
404
+
405
+ Assistant:
406
+ Certainly! Here’s a brief overview of the solar system:
407
+
408
+ • Sun: The central star of the solar system, providing light and energy.
409
+ • Planets:
410
+ • Mercury: Closest to the Sun, smallest planet.
411
+ • Venus: Second planet, known for its thick atmosphere and high surface temperature.
412
+ • Earth: Third planet, the only known planet to support life.
413
+ • Mars: Fourth planet, often called the "Red Planet" due to its reddish appearance.
414
+ • Jupiter: Largest planet, a gas giant with many moons.
415
+ • Saturn: Known for its prominent ring system, also a gas giant.
416
+ • Uranus: An ice giant, known for its unique axial tilt.
417
+ • Neptune: Another ice giant, known for its deep blue color.
418
+ • Dwarf Planets:
419
+ • Pluto: Once considered the ninth planet, now classified as
420
+
421
+ 💬 >
422
+ ```
423
+
424
+ ### Execute Mode Example
425
+
426
+ ```bash
427
+ $ ai --shell "Find all PDF files in my Downloads folder"
428
+
429
+ Generated command: find ~/Downloads -type f -name "*.pdf"
430
+ Execute this command? [y/n]: y
431
+
432
+ Executing command: find ~/Downloads -type f -name "*.pdf"
433
+
434
+ /Users/username/Downloads/document1.pdf
435
+ /Users/username/Downloads/report.pdf
436
+ ...
437
+ ```
438
+
439
+ ## Technical Implementation
440
+
441
+ YAICLI is built using several Python libraries:
442
+
443
+ - **Typer**: Provides the command-line interface
444
+ - **Rich**: Provides terminal content formatting and beautiful display
445
+ - **prompt_toolkit**: Provides interactive command-line input experience
446
+ - **requests**: Handles API requests
447
+ - **jmespath**: Parses JSON responses
448
+
449
+ ## Contributing
450
+
451
+ Contributions of code, issue reports, or feature suggestions are welcome.
452
+
453
+ ## License
454
+
455
+ [Apache License 2.0](LICENSE)
456
+
457
+ ---
458
+
459
+ *YAICLI - Making your terminal smarter*
@@ -1,20 +1,14 @@
1
- Metadata-Version: 2.4
2
- Name: yaicli
3
- Version: 0.0.6
4
- Summary: A simple CLI tool to interact with LLM
5
- License-File: LICENSE
6
- Requires-Python: >=3.9
7
- Requires-Dist: distro>=1.9.0
8
- Requires-Dist: jmespath>=1.0.1
9
- Requires-Dist: prompt-toolkit>=3.0.50
10
- Requires-Dist: requests>=2.32.3
11
- Requires-Dist: rich>=13.9.4
12
- Requires-Dist: typer>=0.15.2
13
- Description-Content-Type: text/markdown
14
-
15
1
  # YAICLI - Your AI Command Line Interface
16
2
 
17
- YAICLI is a powerful command-line AI assistant tool that enables you to interact with Large Language Models (LLMs) through your terminal. It offers multiple operation modes for everyday conversations, generating and executing shell commands, and one-shot quick queries.
3
+ [![PyPI version](https://img.shields.io/pypi/v/yaicli?style=for-the-badge)](https://pypi.org/project/yaicli/)
4
+ ![GitHub License](https://img.shields.io/github/license/belingud/yaicli?style=for-the-badge)
5
+ ![PyPI - Downloads](https://img.shields.io/pypi/dm/yaicli?logo=pypi&style=for-the-badge)
6
+ ![Pepy Total Downloads](https://img.shields.io/pepy/dt/yaicli?style=for-the-badge&logo=python)
7
+
8
+ YAICLI is a powerful command-line AI assistant tool that enables you to interact with Large Language Models (LLMs) like ChatGPT's gpt-4o through your terminal. It offers multiple operation modes for everyday conversations, generating and executing shell commands, and one-shot quick queries.
9
+
10
+ > [!WARNING]
11
+ > This is a work in progress, some features could change or be removed in the future.
18
12
 
19
13
  ## Features
20
14
 
@@ -165,7 +159,9 @@ ai -h
165
159
  In interactive mode (chat or shell), you can:
166
160
  - Type your queries and get responses
167
161
  - Use `Tab` to switch between Chat and Execute modes
168
- - Type 'exit' or 'quit' to exit
162
+ - Type '/exit' to exit
163
+ - Type '/clear' to clear history
164
+ - Type '/his' to show history
169
165
 
170
166
  ### Shell Command Generation
171
167
 
@@ -0,0 +1,66 @@
1
+ [project]
2
+ name = "yaicli"
3
+ version = "0.0.8"
4
+ description = "A simple CLI tool to interact with LLM"
5
+ authors = [{ name = "belingud", email = "im.victor@qq.com" }]
6
+ readme = "README.md"
7
+ requires-python = ">=3.9"
8
+ license = { file = "LICENSE" }
9
+ classifiers = [
10
+ "Programming Language :: Python :: 3",
11
+ "License :: OSI Approved :: MIT License",
12
+ "Operating System :: OS Independent",
13
+ ]
14
+ keywords = [
15
+ "cli",
16
+ "llm",
17
+ "ai",
18
+ "chatgpt",
19
+ "openai",
20
+ "gpt",
21
+ "llms",
22
+ "openai",
23
+ "terminal",
24
+ "interactive",
25
+ "interact",
26
+ "interact with llm",
27
+ "interact with chatgpt",
28
+ "interact with openai",
29
+ "interact with gpt",
30
+ "interact with llms",
31
+ ]
32
+ dependencies = [
33
+ "distro>=1.9.0",
34
+ "jmespath>=1.0.1",
35
+ "prompt-toolkit>=3.0.50",
36
+ "requests>=2.32.3",
37
+ "rich>=13.9.4",
38
+ "typer>=0.15.2",
39
+ ]
40
+ [project.urls]
41
+ Homepage = "https://github.com/belingud/yaicli"
42
+ Repository = "https://github.com/belingud/yaicli"
43
+ Documentation = "https://github.com/belingud/yaicli"
44
+
45
+ [project.scripts]
46
+ ai = "yaicli:app"
47
+
48
+ [tool.uv]
49
+ resolution = "highest"
50
+
51
+ [dependency-groups]
52
+ dev = ["bump2version>=1.0.1", "pytest>=8.3.5", "ruff>=0.11.2"]
53
+
54
+ [tool.ruff]
55
+ line-length = 120
56
+ select = ["E", "F", "W", "I", "B", "C90"]
57
+ ignore = ["E501"]
58
+
59
+
60
+ [build-system]
61
+ requires = ["hatchling>=1.18.0"]
62
+ build-backend = "hatchling.build"
63
+
64
+ [tool.hatch.build]
65
+ exclude = ["test_*.py", "tests/*", ".gitignore"]
66
+ include = ["yaicli.py", "pyproject.toml"]