Metadata-Version: 2.4
Name: luplo-cloud
Version: 0.1.0
Summary: CLI for luplo cloud — manage access keys, login, and configure MCP saas backend.
Project-URL: Homepage, https://github.com/luplo-io/luplo-cloud
Project-URL: Issues, https://github.com/luplo-io/luplo-cloud/issues
Author-email: luplo <ehanyul99@gmail.com>
License: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development
Requires-Python: >=3.12
Requires-Dist: httpx<0.29,>=0.28
Requires-Dist: keyring<26.0,>=25.0
Requires-Dist: typer<1.0,>=0.12
Description-Content-Type: text/markdown

# luplo-cloud

CLI for the hosted [luplo](https://pypi.org/project/luplo/) cloud. Manage access keys, log in, and configure the luplo MCP saas backend.

## Install

    pip install luplo luplo-cloud

## Quickstart

### Interactive login

    lps login

Opens a browser to https://app.luplo.io/login and stores tokens in your OS keyring.

### Headless / server use

Issue an access key at https://app.luplo.io/settings/api-keys, then:

    export LUPLO_SAAS_API_KEY=lupk_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    lps whoami    # uses the api key, no browser needed

### MCP setup

    lps mcp config

Outputs a Claude Desktop / Claude Code MCP config snippet.

## License

MIT — see [LICENSE](LICENSE).
