Metadata-Version: 2.1
Name: rooki
Version: 0.3.0
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
Description: rooki
        =====
        
        .. image:: https://readthedocs.org/projects/rooki/badge/?version=latest
            :target: https://rooki.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        .. image:: https://travis-ci.com/roocs/rooki.svg?branch=master
            :target: https://travis-ci.com/roocs/rooki
            :alt: Build Status
        
        .. image:: https://img.shields.io/github/license/roocs/rooki.svg
            :target: https://github.com/roocs/rooki/blob/master/LICENSE
            :alt: GitHub license
        
        
        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.
        
        Full documentation_ is on ReadTheDocs.
        
        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/
        
Keywords: rooki
Platform: UNKNOWN
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 :: System Administrators
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Security
Classifier: Topic :: Internet
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6.0
Description-Content-Type: text/x-rst
