Metadata-Version: 2.1
Name: dvas
Version: 1.0.0
Summary: Data Visualisation and Analysis Software for meteorological radiosounding
Home-page: https://github.com/MeteoSwiss/dvas
Author: MeteoSwiss
Author-email: 
License: GNU General Public License v3 or later (GPLv3+)
Classifier: Development Status :: 3 - Alpha
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
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
Requires-Dist: pandas (>=1.3.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

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

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

Although the code documentation is already public, the dvas repository will remain private until we reach v1.0. This will happen, at the latest, when the dvas outcomes will be shared beyond the UAII 2022 project team.

## 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.
