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