Metadata-Version: 1.1
Name: clusto-apiserver
Version: 0.4.0
Summary: RESTful API server to interact with the clusto database.
Home-page: https://github.com/clusto/clusto-apiserver
Author: Jorge Gallegos
Author-email: kad@blegh.net
License: BSD
Description: .. image:: https://travis-ci.org/clusto/clusto-apiserver.svg?branch=master
           :target: https://travis-ci.org/clusto/clusto-apiserver
           :alt: Latest Travis CI Build
        
        .. image:: https://readthedocs.org/projects/clusto-apiserver/badge/?version=latest
           :target: http://clusto-apiserver.readthedocs.org
           :alt: Documentation in RTD
        
        .. image:: https://pypip.in/version/clusto-apiserver/badge.svg?text=version&style=flat
           :target: https://pypi.python.org/pypi/clusto-apiserver/
           :alt: Latest Version
        
        The Clusto API server intends to replace the direct database approach used by
        most clusto commands and scripts right now.
        The goal is to make this API robust enough to permit all operations usually
        handled via clusto commands or the clusto shell but using a REST/HTTP
        interface.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Bottle
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
