Metadata-Version: 2.1
Name: ssl-metrics-json-converter
Version: 0.1
Summary: SSL Metrics - JSON Converter
Home-page: https://ssl.cs.luc.edu/projects/metricsDashboard
Author: Software and Systems Laboratory - Loyola University Chicago
Author-email: ssl-metrics@ssl.luc.edu
License: BSD
Project-URL: Bug Tracker, https://github.com/SoftwareSystemsLaboratory/ssl-metrics-json-converter/issues
Project-URL: GitHub Repository, https://github.com/SoftwareSystemsLaboratory/ssl-metrics-json-converter
Keywords: git,github,software engineering,metrics,software systems laboratory,ssl,loyola,loyola university chicago,luc
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# SSL Metrics JSON Converter

> Helper package to convert JSON to other formats and back again

[![Publish to PyPi](https://github.com/SoftwareSystemsLaboratory/ssl-metrics-json-converter/actions/workflows/pypi.yml/badge.svg)](https://github.com/SoftwareSystemsLaboratory/ssl-metrics-json-converter/actions/workflows/pypi.yml)

## Table of Contents

- [SSL Metrics JSON Converter](#ssl-metrics-json-converter)
  - [Table of Contents](#table-of-contents)
  - [About](#about)
  - [How to Install](#how-to-install)
    - [Note on Command Line Arguments](#note-on-command-line-arguments)
    - [Required Dependencies](#required-dependencies)
    - [From pip](#from-pip)
    - [Command Line Arguements](#command-line-arguements)
      - [ssl-metrics-json-converter](#ssl-metrics-json-converter-1)

## About

This is a helper package to convert JSON to other data formats and turn those formats into JSON.

While this program can export to many formats, it **does not** allow you to customize how that file is changed from one filetype to another at this time.

## How to Install

### Note on Command Line Arguments

See [Command Line Arguments](#command-line-arguments) for program configuration from the command line

### Required Dependencies

To copy to the clipboard on Linux, it is reccommended that you install:

- xsel (`sudo apt install xsel`)
- xclip (`sudo apt install xclip`)

### From pip

1. Install `Python 3.9.6 +`
2. (Recommended) Create a *virtual environment* with `python3.9 -m venv env` and *activate* it
3. Run `pip install ssl-metrics-json-converter`
4. Convert files with `ssl-metrics-json-converter -i FILENAME.* --*`

### Command Line Arguements

#### ssl-metrics-json-converter

**NOTE:** This list has been concatenated. To view the full list of flags, run `ssl-metrics-json-converter -h`.

- `-h`, `--help`: Shows the help menu and exits
- `-i`, `--input`: The input file to be converted


