Metadata-Version: 2.1
Name: captif-data-structures
Version: 0.10
Summary: 
Home-page: https://github.com/captif-nz/captif-data-structures
License: MIT
Keywords: CAPTIF
Author: John Bull
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: pandas (>=1.3.3,<2.0.0)
Requires-Dist: parse (>=1.19.0,<2.0.0)
Requires-Dist: psutil (>=5.8.0,<6.0.0)
Requires-Dist: pydantic (>=1.8.2,<2.0.0)
Requires-Dist: unsync (>=1.4.0,<2.0.0)
Description-Content-Type: text/markdown

# captif-data-structures

Python package to keep track of the various data files and file versions used by CAPTIF Road Research. The package includes reader classes for general data types.

The following data types are currently supported.

CAPTIF facility:
- lap count

Instruments:
 - deflection beam
 - stationary laser profilometer (SLP)

Examples of the data structures currently supported can be found in `./tests/data`.
