Metadata-Version: 2.4
Name: lesslm
Version: 0.1.0
Summary: LessLM CLI — install premium specialized Claude Code agents.
Author: LessLM
License: LicenseRef-Proprietary
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: click>=8.1
Requires-Dist: httpx>=0.27
Requires-Dist: platformdirs>=4.2
Requires-Dist: pydantic>=2.7
Description-Content-Type: text/markdown

# lesslm

Official CLI for installing LessLM premium specialized Claude Code agents.

Proprietary software — see [LICENSE](./LICENSE). Public install via PyPI; not open-source, not redistributable.

## Install

```bash
uv tool install lesslm
# or
pipx install lesslm
```

## Use

```bash
lesslm activate LSLM-XXXX-XXXX-XXXX-XXXX   # one-time, after purchase
lesslm install dataset-creator
lesslm install --all
lesslm list
lesslm deactivate                          # frees a slot
```

License keys are issued at [lesslm.ai/pricing](https://lesslm.ai/pricing).

## Development

```bash
uv sync
uv run pytest
uv run ruff check src tests
uv run mypy src
```

See `knowledge/usage_guides/DEVELOPER_GUIDE.md`.
