Metadata-Version: 2.4
Name: shellm-cli
Version: 1.3.3
Summary: A command-line productivity tool powered by large language models, will help you accomplish your tasks faster and more efficiently.
Project-URL: homepage, https://github.com/manuvector/shellm
Project-URL: repository, https://github.com/manuvector/shellm
Project-URL: documentation, https://github.com/manuvector/shellm/blob/main/README.md
Author-email: Manuel Carbonell <manuel.carbonell.nunez@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: cheet-sheet,cli,gpt,ollama,openai,productivity,shell
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development
Requires-Python: >=3.6
Requires-Dist: click<9.0.0,>=7.1.1
Requires-Dist: distro<2.0.0,>=1.8.0
Requires-Dist: instructor<1.0.0,>=0.4.5
Requires-Dist: litellm==1.24.5
Requires-Dist: pyreadline3<4.0.0,>=3.4.1; sys_platform == 'win32'
Requires-Dist: rich<14.0.0,>=13.1.0
Requires-Dist: typer<1.0.0,>=0.7.0
Provides-Extra: dev
Requires-Dist: pre-commit<4.0.0,>=3.1.1; extra == 'dev'
Requires-Dist: ruff==0.0.256; extra == 'dev'
Provides-Extra: test
Requires-Dist: black==23.1.0; extra == 'test'
Requires-Dist: codespell<3.0.0,>=2.2.5; extra == 'test'
Requires-Dist: isort<6.0.0,>=5.12.0; extra == 'test'
Requires-Dist: mypy==1.1.1; extra == 'test'
Requires-Dist: pytest<8.0.0,>=7.2.2; extra == 'test'
Requires-Dist: requests-mock[fixture]<2.0.0,>=1.10.0; extra == 'test'
Requires-Dist: types-requests==2.28.11.17; extra == 'test'
Description-Content-Type: text/markdown

# SheLLM
A command-line productivity tool powered by AI large language models (LLM) with multiple script prompt-to-app modification utils.

## Installation
```
pip install shellm-cli
```
