Metadata-Version: 2.1
Name: ir2json
Version: 0.0.1
Summary: Convert Bruker OPUS dotZero files to JSON
Home-page: https://github.com/chanana/ir2json
Author: Shaurya Chanana
Author-email: schanana@wisc.edu
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/chanana/ir2json/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

[![Build & Publish](https://github.com/chanana/ir2json/actions/workflows/build.yml/badge.svg)](https://github.com/chanana/ir2json/actions/workflows/build.yml)

# ir2json

`ir2json` is a python script that converts Bruker OPUS (dotZero `*.0`) files to JSON format

## Installation

```bash
pip install ir2json
```

## Usage

```bash
$ ir2json <path/to/csv/files>
```

The script will make a JSON file in the same location with the same name.


