Metadata-Version: 2.4
Name: bronx
Version: 2.1.0
Summary: Bunch of Reusable Objects Not in vorteX.
Author-email: The Vortex Team <vortex.support@meteo.fr>
License: CECILL-C
Project-URL: repository, https://github.com/UMR-CNRM/bronx
Classifier: Development Status :: 4 - Beta
Classifier: License :: CeCILL-C Free Software License Agreement (CECILL-C)
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE-en.txt
License-File: LICENSE.txt
Requires-Dist: pyyaml
Requires-Dist: numpy
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: numpy; extra == "docs"
Requires-Dist: scipy; extra == "docs"
Requires-Dist: matplotlib; extra == "docs"
Requires-Dist: pyyaml; extra == "docs"
Requires-Dist: netCDF4; extra == "docs"
Requires-Dist: Pillow; extra == "docs"
Provides-Extra: tests
Requires-Dist: numpy; extra == "tests"
Requires-Dist: scipy; extra == "tests"
Requires-Dist: pyyaml; extra == "tests"
Requires-Dist: netCDF4; extra == "tests"
Dynamic: license-file

# bronx

[![example workflow](https://github.com/UMR-CNRM/bronx/actions/workflows/lint_test_and_doc.yml/badge.svg)](https://github.com/UMR-CNRM/bronx/actions/workflows/lint_test_and_doc.yml)
[![Documentation Status](https://readthedocs.org/projects/bronx/badge/?version=latest)](https://bronx.readthedocs.io/)
[![PyPI version](https://badge.fury.io/py/bronx.svg)](https://badge.fury.io/py/bronx)

*bronx* stands for "Bunch of Reusable Objects Not in vorteX". It is a collection
of basic utilities that can be used in various projects.

Originally, it has been developed as part of the *Vortex* project. Recently
the  code has been extracted from the *Vortex* code base. It is now presented
as an independent Python package.

## Contributing

Please review [CONTRIBUTING.md](CONTRIBUTING.md) for details on our
development process.
