blue-assistant 4.378.1__tar.gz → 4.380.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {blue_assistant-4.378.1/blue_assistant.egg-info → blue_assistant-4.380.1}/PKG-INFO +3 -60
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/README.md +1 -1
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/__init__.py +1 -1
- {blue_assistant-4.378.1 → blue_assistant-4.380.1/blue_assistant.egg-info}/PKG-INFO +3 -60
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/LICENSE +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/MANIFEST.in +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/.abcli/abcli.sh +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/.abcli/actions.sh +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/.abcli/alias.sh +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/.abcli/blue_assistant.sh +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/.abcli/browse.sh +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/.abcli/hue/create_user.sh +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/.abcli/hue/list.sh +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/.abcli/hue/set.sh +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/.abcli/hue.sh +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/.abcli/script/list.sh +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/.abcli/script/run.sh +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/.abcli/script.sh +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/.abcli/tests/README.sh +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/.abcli/tests/help.sh +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/.abcli/tests/script_list.sh +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/.abcli/tests/script_run.sh +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/.abcli/tests/version.sh +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/.abcli/tests/web_crawl.sh +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/.abcli/tests/web_fetch.sh +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/.abcli/web/crawl.sh +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/.abcli/web/fetch.sh +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/.abcli/web.sh +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/README.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/__main__.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/config.env +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/env.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/functions.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/help/__init__.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/help/__main__.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/help/functions.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/help/hue.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/help/script.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/help/web.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/host.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/logger.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/sample.env +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/__init__.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/__main__.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/actions/__init__.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/actions/generate_image.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/actions/generate_text.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/actions/generic.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/actions/web_crawl.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/load.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/repository/__init__.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/repository/base/__init__.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/repository/base/classes.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/repository/base/root.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/repository/blue_amo/__init__.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/repository/blue_amo/actions/__init__.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/repository/blue_amo/actions/setting_frame_prompts.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/repository/blue_amo/actions/stitching_the_frames.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/repository/blue_amo/classes.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/repository/functions.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/repository/hue/__init__.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/repository/hue/__main__.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/repository/hue/api.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/repository/hue/classes.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/repository/hue/colors.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/repository/orbital_data_explorer/__init__.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/repository/orbital_data_explorer/actions/__init__.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/repository/orbital_data_explorer/actions/expanding_the_extractions.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/repository/orbital_data_explorer/classes.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/urls.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/web/__init__.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/web/__main__.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/web/crawl.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/web/fetch.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/web/functions.py +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant.egg-info/SOURCES.txt +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant.egg-info/dependency_links.txt +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant.egg-info/requires.txt +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant.egg-info/top_level.txt +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/pyproject.toml +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/requirements.txt +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/setup.cfg +0 -0
- {blue_assistant-4.378.1 → blue_assistant-4.380.1}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: blue_assistant
|
3
|
-
Version: 4.
|
3
|
+
Version: 4.380.1
|
4
4
|
Summary: 🧠 An AI Assistant.
|
5
5
|
Home-page: https://github.com/kamangir/blue-assistant
|
6
6
|
Author: Arash Abadpour (Kamangir)
|
@@ -51,64 +51,7 @@ Dynamic: summary
|
|
51
51
|
pip install blue-assistant
|
52
52
|
```
|
53
53
|
|
54
|
-
```mermaid
|
55
|
-
graph LR
|
56
|
-
assistant_script_list["@assistant<br>script<br>list"]
|
57
|
-
assistant_script_run["@assistant<br>script<br>run -<br>script=<name>,version=<version><br><object-name>"]
|
58
54
|
|
59
|
-
web_crawl["@web<br>crawl -<br><url-1>+<url-2><br><object-name>"]
|
60
|
-
|
61
|
-
web_fetch["@web<br>fetch -<br><url><br><object-name>"]
|
62
|
-
|
63
|
-
script["📜 script"]:::folder
|
64
|
-
url["🔗 url"]:::folder
|
65
|
-
url2["🔗 url"]:::folder
|
66
|
-
url3["🔗 url"]:::folder
|
67
|
-
object["📂 object"]:::folder
|
68
|
-
|
69
|
-
|
70
|
-
script --> assistant_script_list
|
71
|
-
|
72
|
-
script --> assistant_script_run
|
73
|
-
object --> assistant_script_run
|
74
|
-
assistant_script_run --> object
|
75
|
-
|
76
|
-
url --> web_crawl
|
77
|
-
url2 --> web_crawl
|
78
|
-
web_crawl --> url3
|
79
|
-
web_crawl --> object
|
80
|
-
|
81
|
-
url --> web_fetch
|
82
|
-
web_fetch --> object
|
83
|
-
|
84
|
-
bridge_ip["🔗 bridge_ip"]:::folder
|
85
|
-
hue_username["🔗 hue_username"]:::folder
|
86
|
-
list_of_lights["💡 light IDs"]:::folder
|
87
|
-
|
88
|
-
hue_create_user["@hue<br>create_user"]
|
89
|
-
hue_list["@hue<br>list"]
|
90
|
-
hue_set["@hue<br>set"]
|
91
|
-
hue_test["@hue<br>test"]
|
92
|
-
|
93
|
-
bridge_ip --> hue_create_user
|
94
|
-
hue_create_user --> hue_username
|
95
|
-
|
96
|
-
bridge_ip --> hue_list
|
97
|
-
hue_username --> hue_list
|
98
|
-
hue_list --> list_of_lights
|
99
|
-
|
100
|
-
bridge_ip --> hue_set
|
101
|
-
hue_username --> hue_set
|
102
|
-
list_of_lights --> hue_set
|
103
|
-
|
104
|
-
bridge_ip --> hue_test
|
105
|
-
hue_username --> hue_test
|
106
|
-
list_of_lights --> hue_test
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
classDef folder fill:#999,stroke:#333,stroke-width:2px;
|
111
|
-
```
|
112
55
|
|
113
56
|
| | | |
|
114
57
|
| --- | --- | --- |
|
@@ -120,6 +63,6 @@ graph LR
|
|
120
63
|
|
121
64
|
[](https://github.com/kamangir/blue-assistant/actions/workflows/pylint.yml) [](https://github.com/kamangir/blue-assistant/actions/workflows/pytest.yml) [](https://github.com/kamangir/blue-assistant/actions/workflows/bashtest.yml) [](https://pypi.org/project/blue-assistant/) [](https://pypistats.org/packages/blue-assistant)
|
122
65
|
|
123
|
-
built by 🌀 [`blue_options-4.240.1`](https://github.com/kamangir/awesome-bash-cli), based on 🧠 [`blue_assistant-4.
|
66
|
+
built by 🌀 [`blue_options-4.240.1`](https://github.com/kamangir/awesome-bash-cli), based on 🧠 [`blue_assistant-4.380.1`](https://github.com/kamangir/blue-assistant).
|
124
67
|
|
125
|
-
built by 🌀 [`blueness-3.
|
68
|
+
built by 🌀 [`blueness-3.96.1`](https://github.com/kamangir/blueness).
|
@@ -75,4 +75,4 @@ graph LR
|
|
75
75
|
|
76
76
|
[](https://github.com/kamangir/blue-assistant/actions/workflows/pylint.yml) [](https://github.com/kamangir/blue-assistant/actions/workflows/pytest.yml) [](https://github.com/kamangir/blue-assistant/actions/workflows/bashtest.yml) [](https://pypi.org/project/blue-assistant/) [](https://pypistats.org/packages/blue-assistant)
|
77
77
|
|
78
|
-
built by 🌀 [`blue_options-4.240.1`](https://github.com/kamangir/awesome-bash-cli), based on 🧠 [`blue_assistant-4.
|
78
|
+
built by 🌀 [`blue_options-4.240.1`](https://github.com/kamangir/awesome-bash-cli), based on 🧠 [`blue_assistant-4.380.1`](https://github.com/kamangir/blue-assistant).
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: blue_assistant
|
3
|
-
Version: 4.
|
3
|
+
Version: 4.380.1
|
4
4
|
Summary: 🧠 An AI Assistant.
|
5
5
|
Home-page: https://github.com/kamangir/blue-assistant
|
6
6
|
Author: Arash Abadpour (Kamangir)
|
@@ -51,64 +51,7 @@ Dynamic: summary
|
|
51
51
|
pip install blue-assistant
|
52
52
|
```
|
53
53
|
|
54
|
-
```mermaid
|
55
|
-
graph LR
|
56
|
-
assistant_script_list["@assistant<br>script<br>list"]
|
57
|
-
assistant_script_run["@assistant<br>script<br>run -<br>script=<name>,version=<version><br><object-name>"]
|
58
54
|
|
59
|
-
web_crawl["@web<br>crawl -<br><url-1>+<url-2><br><object-name>"]
|
60
|
-
|
61
|
-
web_fetch["@web<br>fetch -<br><url><br><object-name>"]
|
62
|
-
|
63
|
-
script["📜 script"]:::folder
|
64
|
-
url["🔗 url"]:::folder
|
65
|
-
url2["🔗 url"]:::folder
|
66
|
-
url3["🔗 url"]:::folder
|
67
|
-
object["📂 object"]:::folder
|
68
|
-
|
69
|
-
|
70
|
-
script --> assistant_script_list
|
71
|
-
|
72
|
-
script --> assistant_script_run
|
73
|
-
object --> assistant_script_run
|
74
|
-
assistant_script_run --> object
|
75
|
-
|
76
|
-
url --> web_crawl
|
77
|
-
url2 --> web_crawl
|
78
|
-
web_crawl --> url3
|
79
|
-
web_crawl --> object
|
80
|
-
|
81
|
-
url --> web_fetch
|
82
|
-
web_fetch --> object
|
83
|
-
|
84
|
-
bridge_ip["🔗 bridge_ip"]:::folder
|
85
|
-
hue_username["🔗 hue_username"]:::folder
|
86
|
-
list_of_lights["💡 light IDs"]:::folder
|
87
|
-
|
88
|
-
hue_create_user["@hue<br>create_user"]
|
89
|
-
hue_list["@hue<br>list"]
|
90
|
-
hue_set["@hue<br>set"]
|
91
|
-
hue_test["@hue<br>test"]
|
92
|
-
|
93
|
-
bridge_ip --> hue_create_user
|
94
|
-
hue_create_user --> hue_username
|
95
|
-
|
96
|
-
bridge_ip --> hue_list
|
97
|
-
hue_username --> hue_list
|
98
|
-
hue_list --> list_of_lights
|
99
|
-
|
100
|
-
bridge_ip --> hue_set
|
101
|
-
hue_username --> hue_set
|
102
|
-
list_of_lights --> hue_set
|
103
|
-
|
104
|
-
bridge_ip --> hue_test
|
105
|
-
hue_username --> hue_test
|
106
|
-
list_of_lights --> hue_test
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
classDef folder fill:#999,stroke:#333,stroke-width:2px;
|
111
|
-
```
|
112
55
|
|
113
56
|
| | | |
|
114
57
|
| --- | --- | --- |
|
@@ -120,6 +63,6 @@ graph LR
|
|
120
63
|
|
121
64
|
[](https://github.com/kamangir/blue-assistant/actions/workflows/pylint.yml) [](https://github.com/kamangir/blue-assistant/actions/workflows/pytest.yml) [](https://github.com/kamangir/blue-assistant/actions/workflows/bashtest.yml) [](https://pypi.org/project/blue-assistant/) [](https://pypistats.org/packages/blue-assistant)
|
122
65
|
|
123
|
-
built by 🌀 [`blue_options-4.240.1`](https://github.com/kamangir/awesome-bash-cli), based on 🧠 [`blue_assistant-4.
|
66
|
+
built by 🌀 [`blue_options-4.240.1`](https://github.com/kamangir/awesome-bash-cli), based on 🧠 [`blue_assistant-4.380.1`](https://github.com/kamangir/blue-assistant).
|
124
67
|
|
125
|
-
built by 🌀 [`blueness-3.
|
68
|
+
built by 🌀 [`blueness-3.96.1`](https://github.com/kamangir/blueness).
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/.abcli/tests/script_list.sh
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/actions/generate_image.py
RENAMED
File without changes
|
{blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/actions/generate_text.py
RENAMED
File without changes
|
File without changes
|
{blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/actions/web_crawl.py
RENAMED
File without changes
|
File without changes
|
{blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/repository/__init__.py
RENAMED
File without changes
|
{blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/repository/base/__init__.py
RENAMED
File without changes
|
{blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/repository/base/classes.py
RENAMED
File without changes
|
{blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/repository/base/root.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/repository/functions.py
RENAMED
File without changes
|
{blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/repository/hue/__init__.py
RENAMED
File without changes
|
{blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/repository/hue/__main__.py
RENAMED
File without changes
|
{blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/repository/hue/api.py
RENAMED
File without changes
|
{blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/repository/hue/classes.py
RENAMED
File without changes
|
{blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant/script/repository/hue/colors.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{blue_assistant-4.378.1 → blue_assistant-4.380.1}/blue_assistant.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|