Metadata-Version: 2.4
Name: lambda-cloud-cli
Version: 0.1.20
Summary: CLI tool for managing Lambda Cloud resources
Home-page: https://github.com/yourusername/lambda-cloud-cli
Author: Taylor Gautreaux
Author-email: you@example.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: typer
Requires-Dist: requests
Requires-Dist: shellingham
Requires-Dist: rich
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# lambda-cli

A command-line interface for managing Lambda Cloud resources.

## Install

```bash
pip install lambda-cli

