Metadata-Version: 2.1
Name: memfault-cli
Version: 0.1.0
Summary: Memfault CLI tool
Author: Memfault Inc
Author-email: hello@memfault.com
Requires-Python: >=3.6,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: Click (>=7.0,<8.0)
Requires-Dist: more_itertools (>=8.0.2,<9.0.0)
Requires-Dist: pyelftools (>=0.26.0,<0.27.0)
Requires-Dist: requests (>=2.22.0,<3.0.0)
Requires-Dist: tqdm (>=4.44.1,<5.0.0)
Description-Content-Type: text/markdown

# Memfault CLI tool

This package contains the `memfault` CLI tool.

The purpose of the tool is to make integration with Memfault from other systems,
like continuous integration servers, as easy as possible.

Install the tool and run `memfault --help` for more info!

