Metadata-Version: 2.1
Name: jpcli
Version: 0.1.2
Summary: A library to convert Linux command output to JSON
Home-page: https://github.com/JaimeAdanCuevas/jpcli
Author: Jaime Cuevas
Author-email: adancuevas@outlook.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENCE

# jpcli

jpcli is a library that converts the output of various Linux commands to JSON format.

## Installation

```sh
pip install jpcli



