Metadata-Version: 2.4
Name: feishu-cli
Version: 1.0.3
Summary: Placeholder - Lark/Feishu CLI is distributed via npm: npm install -g @larksuite/cli
Author-email: LarkSuite <open@larksuite.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/larksuite/cli
Project-URL: Repository, https://github.com/larksuite/cli
Keywords: lark,feishu,cli,larksuite
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# feishu-cli

> **This is a placeholder package.** The official Lark/Feishu CLI is distributed via npm.

## Install the official CLI

```bash
npm install -g @larksuite/cli
```

## Why does this package exist?

This package is published by the LarkSuite team to prevent name squatting on PyPI.
If you installed this by mistake, please uninstall it and use npm instead:

```bash
pip uninstall feishu-cli
npm install -g @larksuite/cli
```

## Links

- GitHub: <https://github.com/larksuite/cli>
- npm: <https://www.npmjs.com/package/@larksuite/cli>
