Metadata-Version: 2.1
Name: dvas
Version: 1.2.1
Summary: Data Visualisation and Analysis Software for the UAII 2022 field campaign
Home-page: https://meteoswiss.github.io/dvas
Author: MeteoSwiss
Author-email: 
License: GNU General Public License v3 or later (GPLv3+)
Project-URL: Source, https://github.com/MeteoSwiss/dvas/
Project-URL: Changelog, https://meteoswiss.github.io/dvas/changelog.html
Project-URL: Issues, https://github.com/MeteoSwiss/dvas/issues
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10.0, <3.12
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: astroid>=2.13
Requires-Dist: jsonschema
Requires-Dist: matplotlib
Requires-Dist: netcdf4
Requires-Dist: numpy<2.0
Requires-Dist: pandas<2.2,>=2.0.0
Requires-Dist: peewee
Requires-Dist: pytz
Requires-Dist: ruamel-yaml
Requires-Dist: scipy
Requires-Dist: sre-yield
Provides-Extra: dev
Requires-Dist: sphinx; extra == "dev"
Requires-Dist: sphinx-rtd-theme; extra == "dev"
Requires-Dist: plantweb; extra == "dev"
Requires-Dist: pylint; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-data; extra == "dev"


# dvas: Data Visualization and Analysis Software (for the UAII 2022 field campaign)

[![github](https://img.shields.io/github/release/MeteoSwiss-MDA/dvas.svg)](https://github.com/MeteoSwiss/dvas/releases)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8177528.svg)](https://doi.org/10.5281/zenodo.8177528)
[![pypi](https://img.shields.io/pypi/v/dvas.svg?colorB=<brightgreen>)](https://pypi.python.org/pypi/dvas/)

The official code documentation [lives here](https://meteoswiss.github.io/dvas).

The contributing guidelines are [here](CONTRIBUTING.md).

## License & Copyright
dvas is distributed under the terms of the GNU General Public License v3.0 or later. The dvas copyright belongs to MeteoSwiss. See [here](https://meteoswiss.github.io/dvas/license.html) for details.
