retan


Nameretan JSON
Version 0.1.6 PyPI version JSON
download
home_pageNone
SummaryA cli helper tool that helps with day to day cli commands and automates software development
upload_time2025-01-26 20:17:41
maintainerNone
docs_urlNone
authortanveer
requires_python<3.13,>=3.8
licenseMIT
keywords cli python automation textual configuration development
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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](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.
 
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "retan",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.8",
    "maintainer_email": null,
    "keywords": "cli, python, automation, textual, configuration, development",
    "author": "tanveer",
    "author_email": "tanvoid0@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/63/fa/bc17bf7336346a281edd89227e17e482c75d082cfbd86baf129bbe43be7b/retan-0.1.6.tar.gz",
    "platform": null,
    "description": "# CLI Helper Tool\n\nA 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.\n\n## Installation\n\nTo install this tool via **pip**, run:\n\n```bash\npip install retan\npip install --editable .\n```\n\nAlternatively, if you are using Poetry, run:\n\n```bash\npoetry install\n```\n\n### `cyborg` - A CLI friendly cyborg tool\n\nThe `cyborg` command provides a simple cyborg tool to run a specific CLI-friendly app.\n\n![Cyborg CLI](images\\cyborg.png)\n\n#### Subcommands\n\n- **`run`**: Run the Cyborg app.\n\n  Usage:\n  ```bash\n  pilot cyborg run\n  ```\n  \n\n **Note:** It requires ollama package downloaded and run locally. To do so, you can run these commands\n```shell\npip install ollama\nollama pull llama3.2\n```\nfor now it defaults to llama3.2. in future it will be more customisable.\n ",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A cli helper tool that helps with day to day cli commands and automates software development",
    "version": "0.1.6",
    "project_urls": null,
    "split_keywords": [
        "cli",
        " python",
        " automation",
        " textual",
        " configuration",
        " development"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "68c17dc9496d4f5e3c6e35cc9a2a46c767c4d8a856b210095b4b7d658f6ddea9",
                "md5": "8cab4f5c15b467097177f2b9c9c579fa",
                "sha256": "a1ee0b755fe703a865eff73d7a6d41055b5c54f876cb14b696e90dafb622fd03"
            },
            "downloads": -1,
            "filename": "retan-0.1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8cab4f5c15b467097177f2b9c9c579fa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.8",
            "size": 6199,
            "upload_time": "2025-01-26T20:17:39",
            "upload_time_iso_8601": "2025-01-26T20:17:39.444696Z",
            "url": "https://files.pythonhosted.org/packages/68/c1/7dc9496d4f5e3c6e35cc9a2a46c767c4d8a856b210095b4b7d658f6ddea9/retan-0.1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63fabc17bf7336346a281edd89227e17e482c75d082cfbd86baf129bbe43be7b",
                "md5": "1d5fdea680cc802c2412d4576d43eb6d",
                "sha256": "59ebb8be257a183b3fbfdbfa30ea3255c912afaa9d39e13b1e953c521a03a806"
            },
            "downloads": -1,
            "filename": "retan-0.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "1d5fdea680cc802c2412d4576d43eb6d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.8",
            "size": 4926,
            "upload_time": "2025-01-26T20:17:41",
            "upload_time_iso_8601": "2025-01-26T20:17:41.061296Z",
            "url": "https://files.pythonhosted.org/packages/63/fa/bc17bf7336346a281edd89227e17e482c75d082cfbd86baf129bbe43be7b/retan-0.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-26 20:17:41",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "retan"
}
        
Elapsed time: 0.73198s