Metadata-Version: 2.1
Name: pricat
Version: 0.1.1
Summary: pricat is a simple utility for parsing tire lists in the PRICAT format files
Home-page: https://gitlab.com/matteo.redaelli/pricat.py
Author: Matteo Redaelli
Author-email: matteo.redaelli@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: pandas

# Python pricat package

This is a Python package for loading and parsing tyre lists in Pricat file format

## Installation

	pip install pricat

## Usage

	import pricat

	p = pricat.File()
	p.validate_file("/path/to/pricatfile.csv")
	p.validate_files("/path/to")
	p.load_file("/path/to/pricatfile.csv")


