Metadata-Version: 1.2
Name: slack-bots
Version: 0.1.0.dev1
Summary: Collection of simple and reusable Slack bot prototypes.
Home-page: https://mbdevpl.github.io/
Author: Mateusz Bysiek
Author-email: mb@mbdev.pl
Maintainer: Mateusz Bysiek
Maintainer-email: mb@mbdev.pl
License: Apache License 2.0
Download-URL: https://github.com/mbdevpl/slack-bots
Description: .. role:: python(code)
            :language: python
        
        
        ==========
        slack-bots
        ==========
        
        .. image:: https://img.shields.io/pypi/v/slack-bots.svg
            :target: https://pypi.org/project/slack-bots
            :alt: package version from PyPI
        
        .. image:: https://img.shields.io/pypi/l/slack-bots.svg
            :target: https://github.com/mbdevpl/slack-bots/blob/master/NOTICE
            :alt: license
        
        Collection of simple and reusable Slack bot prototypes.
        
        .. contents::
            :backlinks: none
        
        
        Introduction
        ============
        
        This package is in design phase. Contributions at design level are welcome.
        
        
        Details
        -------
        
        TBD.
        
        .. code:: python
        
            from slack_bots import SlackEventBot, SlackRtmBot
        
        
        Requirements
        ============
        
        Python version 3.6 or later.
        
        Python libraries as specified in `requirements.txt <https://github.com/mbdevpl/slack-bots/blob/v0.1.0.dev1/requirements.txt>`_.
        
        
        Similar projects
        ================
        
        
        *   https://github.com/lins05/slackbot
        
        *   https://github.com/nkouevda/slack-rtm-bot
        
Keywords: bot,bots,chat,slack
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Utilities
Requires-Python: >=3.6
