Metadata-Version: 1.1
Name: shellbot
Version: 17.4.18
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://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://coveralls.io/repos/github/bernard357/shellbot/badge.svg?branch=master
           :target: https://coveralls.io/github/bernard357/shellbot?branch=master
        
        .. image:: https://readthedocs.org/projects/shellbot/badge/?version=latest
           :target: http://shellbot.readthedocs.io/en/latest/?badge=latest
        
        .. image:: https://img.shields.io/pypi/l/shellbot.svg?maxAge=2592000
           :target: https://pypi.python.org/pypi/shellbot
        
        .. image:: https://img.shields.io/pypi/pyversions/shellbot.svg?maxAge=2592000
           :target: https://pypi.python.org/pypi/shellbot
        
        
        A framework for shell-like interaction in bot
        
        * Documentation: `Shellbot at ReadTheDocs`_
        * Python package: `Shellbot at PyPi`_
        * Source code: `Shellbot at GitHub`_
        * Free software: `Apache License (2.0)`_
        
        Features
        --------
        
        * Implement each web hook or route as a separate python class
        * Implement each shell-command as a separate python class
        
        Contributors
        ------------
        
        * `Bernard Paques`_ [Dimension Data employee] (development lead)
        
        
        Credits
        -------
        
        * ciscosparkapi_
        * PyYAML_
        * Cookiecutter_
        * `cookiecutter-pypackage`_
        
        .. _`Shellbot at ReadTheDocs`: https://shellbot.readthedocs.org
        .. _`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
        .. _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.4
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
