Metadata-Version: 2.4
Name: birdhouse-emu
Version: 1.0.0
Summary: WPS processes for testing and demos.
Keywords: wps,pywps,birdhouse,emu
Author-email: Carsten Ehbrecht <ehbrecht@dkrz.de>
Maintainer-email: Carsten Ehbrecht <ehbrecht@dkrz.de>, Trevor James Smith <smith.trevorj@ouranos.ca>
Requires-Python: >=3.11.0
Description-Content-Type: text/x-rst
License-Expression: Apache-2.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
License-File: LICENSE
Requires-Dist: click >=8.3.0
Requires-Dist: defusedxml
Requires-Dist: geomet
Requires-Dist: jinja2 >=3.1.6
Requires-Dist: netcdf4
Requires-Dist: pandas
Requires-Dist: psutil >=7.2.0
Requires-Dist: pywps >=4.5.2,<4.7.0
Requires-Dist: sphinx >=9.0.2
Requires-Dist: xarray <2026.04.0
Requires-Dist: zarr <3.0
Project-URL: Changelog, https://github.com/bird-house/emu/blob/master/changelog.rst
Project-URL: Homepage, https://github.com/bird-house/emu
Project-URL: Issue tracker, https://github.com/bird-house/emu/issues
Provides-Extra: extras

Emu
===

+----------------------------+-----------------------------------------------------+
| Versions                   | |pypi| |versions|                                   |
+----------------------------+-----------------------------------------------------+
| Documentation and Support  | |docs| |gitter|                                     |
+----------------------------+-----------------------------------------------------+
| Open Source                | |license|                                           |
+----------------------------+-----------------------------------------------------+
| Coding Standards           | |ruff| |prek|                                       |
+----------------------------+-----------------------------------------------------+
| Development Status         | |status| |build|                                    |
+----------------------------+-----------------------------------------------------+

Emu (the bird)
  *Emus are curious birds who are known to follow and watch other animals and humans. Emus do not sleep continuously at night but in several short stints sitting down. [..].* (`Wikipedia <https://en.wikipedia.org/wiki/Emu>`_).

WPS processes for testing and demos.

Emu is a Python package with some test process for Web Processing Services (WPS). Currently it is using the `PyWPS 4.x <http://pywps.org/>`_ server.

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

Learn more about Emu in its official documentation at https://emu.readthedocs.io.

Submit bug reports, questions and feature requests at https://github.com/bird-house/emu/issues

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

You can find information about contributing in our `Developer Guide`_.

Please use bump-my-version_ to release a new version.

License
-------

* Free software: Apache Software License 2.0
* Documentation: https://emu.readthedocs.io.

Credits
-------

This package was created with Cookiecutter_ and the `bird-house/cookiecutter-birdhouse`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`bird-house/cookiecutter-birdhouse`: https://github.com/bird-house/cookiecutter-birdhouse
.. _`Developer Guide`: https://emu.readthedocs.io/en/latest/dev_guide.html
.. _bump-my-version: https://emu.readthedocs.io/en/latest/dev_guide.html#bump-a-new-version

.. |build| image:: https://github.com/bird-house/emu/actions/workflows/main.yml/badge.svg
        :target: https://github.com/bird-house/emu/actions/workflows/main.yml
        :alt: Build Status

.. |docs| image:: https://readthedocs.org/projects/emu/badge/?version=latest
        :target: https://emu.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status

.. |gitter| image:: https://badges.gitter.im/bird-house/birdhouse.svg
        :target: https://gitter.im/bird-house/birdhouse
        :alt: Bird-house Gitter Chat

.. |license| image:: https://img.shields.io/github/license/bird-house/emu.svg
        :target: https://github.com/bird-house/emu/blob/main/LICENSE.txt
        :alt: License

.. |pypi| image:: https://img.shields.io/pypi/v/birdhouse-emu.svg
        :target: https://pypi.python.org/pypi/birdhouse-emu
        :alt: Python Package Index Build

.. |prek| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/j178/prek/master/docs/assets/badge-v0.json
        :target: https://github.com/j178/prek
        :alt: prek

.. |ruff| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
        :target: https://github.com/astral-sh/ruff
        :alt: Ruff

.. |status| image:: https://www.repostatus.org/badges/latest/inactive.svg
        :alt: Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.
        :target: https://www.repostatus.org/#inactive

.. |versions| image:: https://img.shields.io/pypi/pyversions/birdhouse-emu.svg
        :target: https://pypi.python.org/pypi/birdhouse-emu
        :alt: Supported Python Versions

