Metadata-Version: 2.1
Name: solari-cli
Version: 1.0.0a2
Summary: SOLARI creator and brand intelligence from your terminal
Home-page: https://solari.brandazine.com
Author: Brandazine
License: SEE LICENSE IN LICENSE
Project-URL: Source, https://github.com/brandazine/solari
Project-URL: Documentation, https://github.com/brandazine/solari#readme
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# SOLARI CLI

[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.

## Install

```sh
pip install solari-cli
```

`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.

## Use

```sh
solari auth login
solari instagram account search query=nike
solari instagram content trending region=US limit=10 --json
```

`solari help all` prints a one-page reference of every command and tool. `solari init claude` registers SOLARI with Claude Code.

## Update notices

`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.

## Documentation

Full documentation, other install methods, and the SOLARI connector for MCP hosts: <https://github.com/brandazine/solari>
