Metadata-Version: 2.1
Name: linc
Version: 1.3.0
Summary: A package to handle LICEL Binary format
License: MIT
Author: Juan Diego
Author-email: jdlar@eafit.edu.co
Requires-Python: >=3.10,<3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: netCDF4 (>=1.6.2,<2.0.0)
Requires-Dist: numpy (>=1.23.4,<2.0.0)
Requires-Dist: pydantic (>=1.10.2,<2.0.0)
Requires-Dist: tomli (>=2.0.1,<3.0.0)
Requires-Dist: typer[all] (>=0.6.1,<0.7.0)
Description-Content-Type: text/markdown

# Linc
---
Linc is a fast way to convert [Licel Raw Format](https://licel.com/raw_data_format.html) into netCDF4 to handle data easier.

