blue-assistant


Nameblue-assistant JSON
Version 4.160.1 PyPI version JSON
download
home_pagehttps://github.com/kamangir/blue-assistant
Summary🧠 An AI Assistant.
upload_time2025-02-05 03:23:25
maintainerNone
docs_urlNone
authorArash Abadpour (Kamangir)
requires_pythonNone
licensePublic Domain
keywords
VCS
bugtrack_url
requirements blueness blue-options abcli openai_commands blueflow boto3 openai geojson geopandas matplotlib numpy opencv-python pymysql pyyaml pylint pytest python-dotenv tqdm beautifulsoup4 networkx pydot
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 🧠 blue-assistant

🧠 `@assistant` runs AI scripts; DAGs that combine deterministic and AI operations.

|   |   |
| --- | --- |
| [`orbital-data-explorer`](https://raw.githubusercontent.com/kamangir/blue-assistant/main/blue_assistant/script/repository/orbital_data_explorer/README.md) [![image](https://github.com/kamangir/assets/raw/main/blue-plugin/marquee.png?raw=true)](https://raw.githubusercontent.com/kamangir/blue-assistant/main/blue_assistant/script/repository/orbital_data_explorer/README.md) Access to the [Orbital Data Explorer](https://ode.rsl.wustl.edu/), through AI. | [`blue-amo`](https://raw.githubusercontent.com/kamangir/blue-assistant/main/blue_assistant/script/repository/blue_amo/README.md) [![image](https://github.com/kamangir/assets/raw/main/blue-amo-2025-02-03-nswnx6/stitching_the_frames-2.png?raw=true)](https://raw.githubusercontent.com/kamangir/blue-assistant/main/blue_assistant/script/repository/blue_amo/README.md) A story developed and visualized, by AI. |

```bash
pip install blue-assistant
```

```mermaid
graph LR
    assistant_script_list["@assistant<br>script<br>list"]
    assistant_script_run["@assistant<br>script<br>run -<br>&lt;script&gt;<br>&lt;object-name&gt;"]

    assistant_web_crawl["@assistant<br>web<br>crawl -<br>&lt;url-1&gt;+&lt;url-2&gt;+&lt;url-3&gt;<br>&lt;object-name&gt;"]

    script["📜 script"]:::folder
    url["🔗 url"]:::folder
    object["📂 object"]:::folder

    script --> assistant_script_list

    script --> assistant_script_run
    object --> assistant_script_run
    assistant_script_run --> object

    url --> assistant_web_crawl
    assistant_web_crawl --> object

    classDef folder fill:#999,stroke:#333,stroke-width:2px;
```

---


[![pylint](https://github.com/kamangir/blue-assistant/actions/workflows/pylint.yml/badge.svg)](https://github.com/kamangir/blue-assistant/actions/workflows/pylint.yml) [![pytest](https://github.com/kamangir/blue-assistant/actions/workflows/pytest.yml/badge.svg)](https://github.com/kamangir/blue-assistant/actions/workflows/pytest.yml) [![bashtest](https://github.com/kamangir/blue-assistant/actions/workflows/bashtest.yml/badge.svg)](https://github.com/kamangir/blue-assistant/actions/workflows/bashtest.yml) [![PyPI version](https://img.shields.io/pypi/v/blue-assistant.svg)](https://pypi.org/project/blue-assistant/) [![PyPI - Downloads](https://img.shields.io/pypi/dd/blue-assistant)](https://pypistats.org/packages/blue-assistant)

built by 🌀 [`blue_options-4.207.1`](https://github.com/kamangir/awesome-bash-cli), based on 🧠 [`blue_assistant-4.160.1`](https://github.com/kamangir/blue-assistant).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kamangir/blue-assistant",
    "name": "blue-assistant",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Arash Abadpour (Kamangir)",
    "author_email": "arash@kamangir.net",
    "download_url": "https://files.pythonhosted.org/packages/8b/de/9254d81367ce1d728fc6e9114a5bfc01af91626d1c2c17c5ebc3c7ae7ebb/blue_assistant-4.160.1.tar.gz",
    "platform": null,
    "description": "# \ud83e\udde0 blue-assistant\n\n\ud83e\udde0 `@assistant` runs AI scripts; DAGs that combine deterministic and AI operations.\n\n|   |   |\n| --- | --- |\n| [`orbital-data-explorer`](https://raw.githubusercontent.com/kamangir/blue-assistant/main/blue_assistant/script/repository/orbital_data_explorer/README.md) [![image](https://github.com/kamangir/assets/raw/main/blue-plugin/marquee.png?raw=true)](https://raw.githubusercontent.com/kamangir/blue-assistant/main/blue_assistant/script/repository/orbital_data_explorer/README.md) Access to the [Orbital Data Explorer](https://ode.rsl.wustl.edu/), through AI. | [`blue-amo`](https://raw.githubusercontent.com/kamangir/blue-assistant/main/blue_assistant/script/repository/blue_amo/README.md) [![image](https://github.com/kamangir/assets/raw/main/blue-amo-2025-02-03-nswnx6/stitching_the_frames-2.png?raw=true)](https://raw.githubusercontent.com/kamangir/blue-assistant/main/blue_assistant/script/repository/blue_amo/README.md) A story developed and visualized, by AI. |\n\n```bash\npip install blue-assistant\n```\n\n```mermaid\ngraph LR\n    assistant_script_list[\"@assistant<br>script<br>list\"]\n    assistant_script_run[\"@assistant<br>script<br>run -<br>&lt;script&gt;<br>&lt;object-name&gt;\"]\n\n    assistant_web_crawl[\"@assistant<br>web<br>crawl -<br>&lt;url-1&gt;+&lt;url-2&gt;+&lt;url-3&gt;<br>&lt;object-name&gt;\"]\n\n    script[\"\ud83d\udcdc script\"]:::folder\n    url[\"\ud83d\udd17 url\"]:::folder\n    object[\"\ud83d\udcc2 object\"]:::folder\n\n    script --> assistant_script_list\n\n    script --> assistant_script_run\n    object --> assistant_script_run\n    assistant_script_run --> object\n\n    url --> assistant_web_crawl\n    assistant_web_crawl --> object\n\n    classDef folder fill:#999,stroke:#333,stroke-width:2px;\n```\n\n---\n\n\n[![pylint](https://github.com/kamangir/blue-assistant/actions/workflows/pylint.yml/badge.svg)](https://github.com/kamangir/blue-assistant/actions/workflows/pylint.yml) [![pytest](https://github.com/kamangir/blue-assistant/actions/workflows/pytest.yml/badge.svg)](https://github.com/kamangir/blue-assistant/actions/workflows/pytest.yml) [![bashtest](https://github.com/kamangir/blue-assistant/actions/workflows/bashtest.yml/badge.svg)](https://github.com/kamangir/blue-assistant/actions/workflows/bashtest.yml) [![PyPI version](https://img.shields.io/pypi/v/blue-assistant.svg)](https://pypi.org/project/blue-assistant/) [![PyPI - Downloads](https://img.shields.io/pypi/dd/blue-assistant)](https://pypistats.org/packages/blue-assistant)\n\nbuilt by \ud83c\udf00 [`blue_options-4.207.1`](https://github.com/kamangir/awesome-bash-cli), based on \ud83e\udde0 [`blue_assistant-4.160.1`](https://github.com/kamangir/blue-assistant).\n",
    "bugtrack_url": null,
    "license": "Public Domain",
    "summary": "\ud83e\udde0 An AI Assistant.",
    "version": "4.160.1",
    "project_urls": {
        "Homepage": "https://github.com/kamangir/blue-assistant"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "77f0f6e33503647403e1ea23fb40f65b2b45c6b636fb54e1f051bbfb0f634fa8",
                "md5": "4571a795dbd14fd8cc701d4a004e6d28",
                "sha256": "89824b2e167dcb816f733424c69ad78c4b07ecc64d0ff32ed604589123b22625"
            },
            "downloads": -1,
            "filename": "blue_assistant-4.160.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4571a795dbd14fd8cc701d4a004e6d28",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 32010,
            "upload_time": "2025-02-05T03:23:22",
            "upload_time_iso_8601": "2025-02-05T03:23:22.265484Z",
            "url": "https://files.pythonhosted.org/packages/77/f0/f6e33503647403e1ea23fb40f65b2b45c6b636fb54e1f051bbfb0f634fa8/blue_assistant-4.160.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8bde9254d81367ce1d728fc6e9114a5bfc01af91626d1c2c17c5ebc3c7ae7ebb",
                "md5": "e6f9c96efa72419b637305fc693a170c",
                "sha256": "dcc3f655db1cd20979f80030e34311c746cfaa1783605de6e146ecf41c81979b"
            },
            "downloads": -1,
            "filename": "blue_assistant-4.160.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e6f9c96efa72419b637305fc693a170c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 18631,
            "upload_time": "2025-02-05T03:23:25",
            "upload_time_iso_8601": "2025-02-05T03:23:25.209156Z",
            "url": "https://files.pythonhosted.org/packages/8b/de/9254d81367ce1d728fc6e9114a5bfc01af91626d1c2c17c5ebc3c7ae7ebb/blue_assistant-4.160.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-05 03:23:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kamangir",
    "github_project": "blue-assistant",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "blueness",
            "specs": []
        },
        {
            "name": "blue-options",
            "specs": []
        },
        {
            "name": "abcli",
            "specs": []
        },
        {
            "name": "openai_commands",
            "specs": []
        },
        {
            "name": "blueflow",
            "specs": []
        },
        {
            "name": "boto3",
            "specs": []
        },
        {
            "name": "openai",
            "specs": []
        },
        {
            "name": "geojson",
            "specs": []
        },
        {
            "name": "geopandas",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "opencv-python",
            "specs": []
        },
        {
            "name": "pymysql",
            "specs": []
        },
        {
            "name": "pyyaml",
            "specs": []
        },
        {
            "name": "pylint",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": []
        },
        {
            "name": "python-dotenv",
            "specs": []
        },
        {
            "name": "tqdm",
            "specs": []
        },
        {
            "name": "beautifulsoup4",
            "specs": []
        },
        {
            "name": "networkx",
            "specs": []
        },
        {
            "name": "pydot",
            "specs": []
        }
    ],
    "lcname": "blue-assistant"
}
        
Elapsed time: 1.56539s