Metadata-Version: 2.4
Name: lwyrm
Version: 0.4.0
Summary: Alias for lindwyrm -- installs the agent whose CLI command is `lwyrm`
License-Expression: MIT
Project-URL: Homepage, https://github.com/miron404/lindwyrm
Project-URL: Source, https://github.com/miron404/lindwyrm
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: lindwyrm>=0.4.0

# lwyrm

This is an alias package. The actual project is
**[lindwyrm](https://pypi.org/project/lindwyrm/)** — a minimal,
dependency-light CLI coding agent that talks directly to any Anthropic- or
OpenAI-compatible provider.

`lwyrm` is the name of the command, so this package exists for people who
reach for `pip install lwyrm` first. It has no code of its own; it simply
depends on `lindwyrm`, which ships the `lwyrm` command.

```bash
pip install lwyrm      # equivalent to: pip install lindwyrm
lwyrm --help
```

Source and documentation: <https://github.com/miron404/lindwyrm>
