Metadata-Version: 2.4
Name: woom
Version: 2025.10.1
Summary: Workflow manager for ocean models
Author-email: Stephane Raynaud <stephane.raynaud@shom.fr>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/woom/woom
Project-URL: Documentation, https://woom.readthedocs.io
Project-URL: Repository, https://github.com/woom/woom
Project-URL: Bug Tracker, https://github.com/woom/woom/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: Topic :: Scientific/Engineering :: Oceanography
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: colorlog
Requires-Dist: configobj
Requires-Dist: jinja2
Requires-Dist: pandas
Requires-Dist: platformdirs
Requires-Dist: psutil
Requires-Dist: tabulate
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-mock; extra == "dev"
Requires-Dist: pytest-xdist; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: pylint; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Provides-Extra: docs
Requires-Dist: ipython; extra == "docs"
Requires-Dist: matplotlib; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-argparse; extra == "docs"
Requires-Dist: sphinx-book-theme; extra == "docs"
Requires-Dist: sphinxcontrib-programoutput; extra == "docs"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-mock; extra == "test"
Requires-Dist: pytest-xdist; extra == "test"
Dynamic: license-file

Workflow manager for ocean models
=================================

|ci| |docs|

woom is designed to help you submit workflows for running ocean models.
Organize and run your tasks with only three configurations files.


Installation
------------

From sources::

   pip install .

Documentation
-------------

The woom documentation:
https://woom.readthedocs.io/

Sources
-------

Sources are available on the woom gitlab page:
https://github.com/shom-fr/woom

Contributing
------------

Please feel free to contribute to the project!
Start by taking a look at the project's contributing guide.

License
-------

woom is a property of `Shom <https://www.shom.fr>`_ and is published under the
`Apache 2.0 license <https://www.apache.org/licenses/LICENSE-2.0>`_.

.. |ci| image:: https://github.com/shom-fr/woom/actions/workflows/ci.yml/badge.svg
   :alt: Continuous Integration Tests
   :target: https://github.com/shom-fr/woom/actions/workflows/ci.yml

.. |docs| image:: https://app.readthedocs.org/projects/woom/badge/?version=latest&style=default
    :alt: Documentation Status
    :target: https://woom.readthedocs.io/en/latest/
