Metadata-Version: 2.1
Name: smart-shell
Version: 0.0.1
Summary: AI command line tools
Home-page: https://github.com/joseph-mcallister/smart-shell
Author: Joe McAllister
Author-email: joseph.l.mcallister+smart-shell@gmail.com
License: GNU GENERAL PUBLIC LICENSE
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: altgraph (==0.17.2)
Requires-Dist: certifi (==2021.5.30)
Requires-Dist: charset-normalizer (==2.0.6)
Requires-Dist: idna (==3.2)
Requires-Dist: macholib (==1.15.2)
Requires-Dist: pyinstaller (==4.5.1)
Requires-Dist: pyinstaller-hooks-contrib (==2021.3)
Requires-Dist: requests (==2.26.0)
Requires-Dist: urllib3 (==1.26.6)

## Setup + Example
`pip install -r requirements.txt`
`python3 ai.py setup`
`python3 ai.py "Print files in current directory"`

## Building bundle
`pyinstaller --onefile --distpath ../downloads/latest --name smart-shell client.py`

## TODO
- Show good error if no internet connect
- Run `which <first-command>` and prompt to download if not available
- Add anonymized telemetry for successful commands

