pricat is a simple utility for parsing tire lists files in the PRICAT format
Project 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")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pricat-0.1.2.tar.gz
(6.2 kB
view hashes)
Built Distribution
pricat-0.1.2-py3-none-any.whl
(19.3 kB
view hashes)