Metadata-Version: 2.1
Name: pygnss
Version: 0.2.0
Summary: Package with utilities for GNSS data processing
Author: Miquel Garcia
Author-email: miquel.garcia@rokubun.cat
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: numpy (>=1.26.4,<2.0.0)
Requires-Dist: pandas (>=2.2.1,<3.0.0)
Requires-Dist: roktools (>=5.30.1,<6.0.0)
Description-Content-Type: text/markdown

# Python GNSS Data processing library

This repository includes a series of tools to process GNSS data

To install the package:

```bash
pip install pygnss
```

