solari-cli 1.0.0a1__py3-none-win_amd64.whl

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.
@@ -0,0 +1,19 @@
1
+ Copyright (c) 2026 Brandazine. All rights reserved.
2
+
3
+ Permission is granted to download and use the unmodified release artifacts
4
+ distributed through this repository (the "Software") solely to access and
5
+ use the SOLARI service.
6
+
7
+ Redistribution of the Software, modification, decompilation, or use of the
8
+ Software to build a competing service is not permitted without prior
9
+ written permission from Brandazine.
10
+
11
+ Documentation and configuration files in this repository may be copied for
12
+ the purpose of installing and configuring the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
17
+ BRANDAZINE BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY ARISING
18
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
19
+ DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,45 @@
1
+ Metadata-Version: 2.1
2
+ Name: solari-cli
3
+ Version: 1.0.0a1
4
+ Summary: SOLARI creator and brand intelligence from your terminal
5
+ Home-page: https://solari.brandazine.com
6
+ Author: Brandazine
7
+ License: SEE LICENSE IN LICENSE
8
+ Project-URL: Source, https://github.com/brandazine/solari
9
+ Project-URL: Documentation, https://github.com/brandazine/solari#readme
10
+ Classifier: Environment :: Console
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: Operating System :: OS Independent
13
+ Classifier: Programming Language :: Python :: 3
14
+ Requires-Python: >=3.8
15
+ Description-Content-Type: text/markdown
16
+
17
+ # SOLARI CLI
18
+
19
+ [SOLARI](https://solari.brandazine.com) is Brandazine's creator and brand data service. This package installs the `solari` command, which reaches that data from your terminal. Instagram is supported today; more platforms are on the way.
20
+
21
+ ## Install
22
+
23
+ ```sh
24
+ pip install solari-cli
25
+ ```
26
+
27
+ `pnpm add -g @brandazine/solari`, `bun add -g @brandazine/solari` and `yarn global add @brandazine/solari` work too. The right prebuilt binary for your machine installs automatically as an optional dependency, so nothing is compiled at install time.
28
+
29
+ ## Use
30
+
31
+ ```sh
32
+ solari auth login
33
+ solari instagram account search query=nike
34
+ solari instagram content trending region=US limit=10 --json
35
+ ```
36
+
37
+ `solari help all` prints a one-page reference of every command and tool. `solari init claude` registers SOLARI with Claude Code.
38
+
39
+ ## Update notices
40
+
41
+ `solari` checks once a day for a newer release and mentions it on stderr when you are behind. The notice never appears in `--json` or `--ndjson` output, in CI, or when output is piped. Set `SOLARI_NO_UPDATE_CHECK=1` to turn it off.
42
+
43
+ ## Documentation
44
+
45
+ Full documentation, other install methods, and the SOLARI connector for MCP hosts: <https://github.com/brandazine/solari>
@@ -0,0 +1,5 @@
1
+ solari_cli-1.0.0a1.data/scripts/solari.exe,sha256=ARoRKWFWDgvBJkdgU7qDTfX_eftcWcjGBpEvjP4N2t0,89300992
2
+ solari_cli-1.0.0a1.dist-info/METADATA,sha256=UcHdLBx7SMcX_9SiUvlinMUsiF4xrBhJdKahOk6ilAA,1793
3
+ solari_cli-1.0.0a1.dist-info/WHEEL,sha256=a5pAzyp_gCDlvsDLlz8n8hGqBgXBmB5IE-ZSoKN-Bwc,94
4
+ solari_cli-1.0.0a1.dist-info/LICENSE,sha256=3MeOhGSLaN6vqTALoDUqNABEK5oUcXr_WlxxT13Opvs,925
5
+ solari_cli-1.0.0a1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: solari-packaging
3
+ Root-Is-Purelib: false
4
+ Tag: py3-none-win_amd64