Metadata-Version: 2.1
Name: footprints
Version: 2.0.0
Summary: A generic multi-purpose fabric for objects with tunable footprints
Author-email: The Vortex Team <vortex.support@meteo.fr>
License: CECILL-C
Project-URL: repository, https://github.com/UMR-CNRM/footprints
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: bronx
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'

# footprints

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

*footprints* is a generic multi-purpose fabric for objects with tunable
footprints, i.e. some set of key/value pairs that attributes (possibly
optional) could cover.

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.
