Metadata-Version: 2.1
Name: accsetupparse
Version: 0.0.5
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
Project-URL: Home, https://github.com/jura43/acc-setup-parse
Project-URL: Changelog, https://github.com/jura43/acc-setup-parse/blob/master/README.md
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

### 0.0.4 (17.2.2023.)
- Fixed unnecessary install_requires

### 0.0.5 (23.2.2023.)
- Class now accepts python list with setup values, hence no longer logic for loading file into memory
- Added carTitle property which holds car name ment for displaying in UI
