Metadata-Version: 1.0
Name: cook-jobclient
Version: 1.5.6
Summary: Python library for Cook scheduler REST API
Home-page: https://github.com/m4ce/cook-jobclient-python
Author: Matteo Cerutti
Author-email: matteo.cerutti@hotmail.co.uk
License: Apache License 2.0
Description: # Python library for Cook Scheduler REST API
        ============================================
        
        [![Build Status][travis-badge]][travis-url][![Test Coverage][cc-badge]][cc-url][![PyPI version][pypi-badge]][pypi-url]
        
        [travis-badge]: https://travis-ci.org/m4ce/cook-jobclient-python.png
        [travis-url]: https://travis-ci.org/m4ce/cook-jobclient-python
        [cc-badge]: https://codeclimate.com/github/codeclimate/python-test-reporter/badges/coverage.svg
        [cc-url]: https://codeclimate.com/github/m4ce/cook-jobclient-python/coverage
        [pypi-badge]: https://badge.fury.io/py/cook-jobclient.svg
        [pypi-url]: https://badge.fury.io/py/cook-jobclient
        
        This is a simple Python library that allows to interact with the Cook Scheduler REST API.
        
        Pull requests to add additional API features are very welcome. I only implemented what I needed.
        
        ## Install
        To install it simply issue the following command:
        
        ```
        pip install cook-jobclient
        ```
        
        ## Docs
        Online documentation is available at [ReadTheDocs](http://cook-jobclient-python.readthedocs.io).
        
        ## Contact
        Matteo Cerutti - matteo.cerutti@hotmail.co.uk
        
Keywords: cook,mesos,jobclient
Platform: UNKNOWN
