Metadata-Version: 2.4
Name: lager-legacy-cli
Version: 0.1.242
Summary: Lager Command Line Interface (Legacy Version)
Home-page: https://github.com/lagerdata/lager-cli
Author: Lager Data LLC
Author-email: hello@lagerdata.com
Maintainer: Lager Data LLC
Maintainer-email: hello@lagerdata.com
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: async-generator==1.10
Requires-Dist: bson==0.5.10
Requires-Dist: certifi>=2020.6.20
Requires-Dist: chardet==5.2.0
Requires-Dist: click>=8.1.2
Requires-Dist: colorama==0.4.3
Requires-Dist: h11==0.12.0
Requires-Dist: idna==3.4
Requires-Dist: ipaddress==1.0.23
Requires-Dist: Jinja2==3.1.1
Requires-Dist: outcome==1.0.1
Requires-Dist: pigpio==1.78
Requires-Dist: python-dateutil>=2.8.1
Requires-Dist: PyYAML==6.0.1
Requires-Dist: requests==2.31.0
Requires-Dist: requests-toolbelt==1.0.0
Requires-Dist: six==1.16.0
Requires-Dist: sniffio==1.3.1
Requires-Dist: sortedcontainers==2.2.2
Requires-Dist: tenacity==6.2.0
Requires-Dist: texttable==1.6.2
Requires-Dist: trio==0.27.0
Requires-Dist: lager-trio-websocket==0.9.0-dev
Requires-Dist: urllib3<3.0.0,>=1.26.20
Requires-Dist: wsproto==0.14.1
Requires-Dist: boto3
Requires-Dist: textual==3.2.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

Lager Data CLI tool

Command Line Interface for https://lagerdata.com

Read the docs at https://docs.lagerdata.com/lager-cli/

## ⚠️ IMPORTANT: Legacy Version

This is the **legacy version** of lager-cli. For the latest version, install `lager-cli` instead.

**If you have already used the new lager-cli**, make sure to remove your existing configuration before using this legacy version:

```bash
rm -rf ~/.lager
```

This will reset your configuration to work with the legacy CLI.
