Metadata-Version: 2.1
Name: memfault-cli
Version: 0.10.0
Summary: Memfault CLI tool
Home-page: https://docs.memfault.com
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
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: Click (>=7,<9)
Requires-Dist: importlib-metadata (==4.8.3); python_version < "3.8"
Requires-Dist: mflt-build-id (==0.0.5)
Requires-Dist: more_itertools (>=8.0.2,<9.0.0)
Requires-Dist: pyaxmlparser (>=0.3.24,<0.4.0)
Requires-Dist: pyelftools (>=0.26,<=0.28)
Requires-Dist: requests (>=2.22.0,<3.0.0)
Requires-Dist: tqdm (>=4.44.1,<5.0.0)
Requires-Dist: urllib3 (>=1.26.7)
Project-URL: Documentation, https://docs.memfault.com/docs/ci/install-memfault-cli
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!

