Metadata-Version: 1.1
Name: send-clowder
Version: 0.1.1
Summary: Simple command-line tool for sending messages to clowder
Home-page: https://github.com/etscrivner/send_clowder
Author: Eric Scrivner
Author-email: eric.t.scrivner@gmail.com
License: BSD
Description: ===============================
        send_clower
        ===============================
        
        .. image:: https://img.shields.io/travis/etscrivner/send_clowder.svg
                :target: https://travis-ci.org/etscrivner/send_clowder
        
        .. image:: https://img.shields.io/pypi/v/send_clowder.svg
                :target: https://pypi.python.org/pypi/send_clowder
        
        Simple command-line tool for sending messages to clowder.io.
        
        * Free software: BSD license
        * Documentation: https://send_clowder.readthedocs.org.
        
        Installation
        ------------
        
        Simply install the application from PyPI.
        
        .. code-block:: shell
        
           pip install send_clowder
        
        Usage
        -----
        
        To send an ok status update simply pipe your values as follows:
        
        .. code-block:: shell
        
           echo -e "25" | xargs send_clowder APIKEY ok my_service -v
        
        To send a failure status simply change ok to fail:
        
        .. code-block:: shell
        
           echo -e "25" | xargs send_clowder APIKEY fail my_service -v
        
        
        
        
        History
        -------
        
        0.1.0 (2015-01-11)
        ---------------------
        
        * First release on PyPI.
        
Keywords: send_clowder
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
