Metadata-Version: 2.3
Name: dev_pliot
Version: 0.1.6
Summary: A cli helper tool that helps with day to day cli commands and automates software development
License: MIT
Keywords: cli,python,automation,textual,configuration,development
Author: tanveer
Author-email: tanvoid0@gmail.com
Requires-Python: >=3.8,<3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.12
Requires-Dist: click
Requires-Dist: colorama
Requires-Dist: ollama
Requires-Dist: textual
Description-Content-Type: text/markdown

# CLI Helper Tool

A CLI helper tool that helps with day-to-day commands and automates software development tasks. This tool provides configuration management and a CLI-friendly cyborg tool for other tasks.

## Installation

To install this tool via **pip**, run:

```bash
pip install retan
pip install --editable .
```

Alternatively, if you are using Poetry, run:

```bash
poetry install
```

### `cyborg` - A CLI friendly cyborg tool

The `cyborg` command provides a simple cyborg tool to run a specific CLI-friendly app.

![Cyborg CLI](assets/images/cyborg.png)

#### Subcommands

- **`run`**: Run the Cyborg app.

  Usage:
  ```bash
  pilot cyborg run
  ```
  

 **Note:** It requires ollama package downloaded and run locally. To do so, you can run these commands
```shell
pip install ollama
ollama pull llama3.2
```
for now it defaults to llama3.2. in future it will be more customisable.
 
