Metadata-Version: 1.1
Name: shellbot
Version: 17.5.7
Summary: A bot that is also a responsive shell
Home-page: https://github.com/bernard357/shellbot
Author: Bernard Paques
Author-email: bernard.paques@gmail.com
License: Apache License (2.0)
Description: ========
        Shellbot
        ========
        
        .. image:: https://readthedocs.org/projects/shellbot-for-cisco-spark/badge/?version=latest
           :target: http://shellbot-for-cisco-spark.readthedocs.io/en/latest/?badge=latest
        
        .. image:: https://img.shields.io/pypi/v/shellbot.svg
           :target: https://pypi.python.org/pypi/shellbot
        
        .. image:: https://img.shields.io/travis/bernard357/shellbot.svg
           :target: https://travis-ci.org/bernard357/shellbot
        
        .. image:: https://img.shields.io/pypi/pyversions/shellbot.svg?maxAge=2592000
           :target: https://www.python.org/
        
        .. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
           :target: http://www.apache.org/licenses/LICENSE-2.0
        
        
        Fast, simple and lightweight micro bot-framework for Python.
        
        Shellbot is a fast and simple micro-framework for bot applications.
        It offers actions dispatching with a handy pipeline for non-interactive commands.
        It leverages the Cisco Spark API natively.
        It wraps Bottle for easy interactions over the web. Test coverage of Shellbot
        exceeds 90%; it has been designed to minimize dependencies; we want it to be
        blazing fast.
        
        * Documentation: `Shellbot at ReadTheDocs`_
        * Python package: `Shellbot at PyPi`_
        * Source code: `Shellbot at GitHub`_
        * Free software: `Apache License (2.0)`_  (see LICENSE for details)
        
        Copyright (c) 2017, `Bernard Paques`_ [Dimension Data employee]
        
        
        Credits
        -------
        
        * Bottle_
        * ciscosparkapi_
        * PyYAML_
        * Cookiecutter_
        * `cookiecutter-pypackage`_
        
        .. _`Shellbot at ReadTheDocs`: http://shellbot-for-cisco-spark.readthedocs.io/en/latest/
        .. _`Shellbot at PyPi`: https://pypi.python.org/pypi/shellbot
        .. _`Shellbot at GitHub`: https://github.com/bernard357/shellbot
        .. _`Apache License (2.0)`: http://www.apache.org/licenses/LICENSE-2.0
        .. _`Bernard Paques`: https://github.com/bernard357
        .. _`Anthony Shaw`: https://github.com/tonybaloney
        .. _Bottle: https://pypi.python.org/pypi/bottle
        .. _ciscosparkapi: https://pypi.python.org/pypi/ciscosparkapi
        .. _PyYAML: https://pypi.python.org/pypi/PyYAML
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
Keywords: bot,shell
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Framework :: Bottle
Classifier: Framework :: Paste
Classifier: Framework :: Sphinx
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Communications
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Communications :: Conferencing
Classifier: Topic :: Communications :: Internet Phone
Classifier: Topic :: Communications :: Telephony
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Shells
