Metadata-Version: 2.2
Name: simplicio-installer
Version: 1.6.2
Summary: Public installer wrapper for the Simplicio binary. Runtime source is not distributed.
Author-email: Wesley Simplicio <wesleysimplicio@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/wesleysimplicio/simplicio
Project-URL: Source, https://github.com/wesleysimplicio/simplicio
Keywords: ai,coding,agent,cli,terminal
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: setuptools<77.0,>=68.0; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"

# simplicio-installer

Public installer/wrapper for the Simplicio binary.

```bash
pip install simplicio-installer
simplicio chat "hello" --repo .
```

The binary is downloaded from the public `wesleysimplicio/simplicio` release on
first run and cached in `~/.cache/simplicio/bin/`.

This PyPI package does **not** contain the private runtime source.
