Metadata-Version: 2.4
Name: rooki
Version: 0.6.5
Summary: A client for roocs climate data operations service.
Home-page: https://github.com/roocs/rooki
Author: Carsten Ehbrecht
Author-email: ehbrecht@dkrz.de
License: BSD - see LICENSE file in top-level package directory
Keywords: rooki
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
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 :: Security
Classifier: Topic :: Internet
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9.0
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: Click>=6.0
Requires-Dist: birdhouse-birdy<0.9.0,>=0.8.2
Requires-Dist: netCDF4>=1.5
Requires-Dist: xarray>=0.16
Requires-Dist: cf-xarray
Requires-Dist: beautifulsoup4>=4.9.1
Requires-Dist: pymetalink>=6.2
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

rooki
=====

|pypi| |conda| |build| |black|


Rooki is a client for roocs_ climate data operations service (rook_).

The rooki python package is a lightweight wrapper around the birdy_ client library for WPS.
It provides the *rooki* python object that has methods that can be called to query and invoke
the rook_ WPS.

A Jupyter Notebook is provided to demonstrate the basic use of rooki.


Online Demo
-----------

You can try Rooki online using Binder (just click on the binder link below),
or view the notebooks on NBViewer.

.. image:: https://mybinder.org/badge_logo.svg
   :target: https://mybinder.org/v2/gh/roocs/rooki.git/master?filepath=notebooks
   :alt: Binder Launcher

.. image:: https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg
   :target: https://nbviewer.jupyter.org/github/roocs/rooki/tree/master/notebooks/
   :alt: NBViewer
   :height: 20

Credits
-------

This package was created with Cookiecutter_ and the `cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _cookiecutter-pypackage: https://github.com/audreyr/cookiecutter-pypackage
.. _birdy: https://github.com/bird-house/birdy
.. _roocs: https://github.com/roocs
.. _rook: https://github.com/roocs/rook
.. _documentation: https://rooki.readthedocs.io/en/latest/

.. |pypi| image:: https://img.shields.io/pypi/v/rooki.svg
   :target: https://pypi.python.org/pypi/rooki
   :alt: PyPI

.. |conda| image:: https://img.shields.io/conda/vn/conda-forge/rooki.svg
   :target: https://anaconda.org/conda-forge/rooki
   :alt: Conda Forge

.. |build| image:: https://github.com/roocs/rooki/workflows/build/badge.svg
   :target: https://github.com/roocs/rooki/actions
   :alt: Build Status

.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/python/black
   :alt: Black
