Metadata-Version: 2.1
Name: accsetupparse
Version: 0.0.3
Summary: Library for converting and storing ACC json setups into Python class
Home-page: https://github.com/jura43/acc-setup-parse
Author: Jurica Slovinac
License: GPLv3
Keywords: parser
Description-Content-Type: text/markdown
License-File: LICENSE.md

# ACC Setup Parse

This is Python 3 library for converting and storing ACC json setup files into Python class.

### To install library use
```bash
pip install accsetupparse
```

## Currently support cars
- McLaren 720S GT3

## Change Log

### 0.0.1 (17.2.2023.)
- Inital release

### 0.0.2 (17.2.2023.)
- Fixed markdown files

### 0.0.3 (17.2.2023.)
- Fixed CHANELOG.md missing in packaged file
- Remove unnecessary files
