Metadata-Version: 2.5
Name: andish
Version: 0.0.1
Summary: Reserved name held by the Andish team — install andish-mcp instead
Project-URL: Homepage, https://andish.ru
Project-URL: Documentation, https://andish.ru/docs
Author: Andish Team
License: MIT
License-File: LICENSE
Keywords: andish,andish-mcp,name-reservation
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# andish

This name belongs to the team behind [Andish](https://andish.ru). The package
contains no code — it is here so that the name stays with the brand it refers to.

## You probably want `andish-mcp`

There is no Python client for Andish on PyPI yet. If you are looking for a way to
use Andish from an AI assistant, install the MCP server:

```bash
pip install andish-mcp
```

It works with any MCP-compatible client — Claude Desktop, Claude Code, Cursor,
Cline, Continue and others. Setup instructions live on the
[andish-mcp page](https://pypi.org/project/andish-mcp/).

## What this package does

Importing it works and does nothing. Asking it for anything says where to go:

```pycon
>>> import andish
>>> from andish import Client
ImportError: cannot import name 'Client' from 'andish'. The `andish` package is a
name held by the Andish team (https://andish.ru) and contains no client code. To
use Andish from an AI assistant, install `andish-mcp` instead: pip install andish-mcp
```

If a Python client is ever published, it will be published here, by us.

- Website: <https://andish.ru>
- Help: <https://andish.ru/docs>

MIT licensed.
