Metadata-Version: 2.1
Name: glados
Version: 0.0.1.dev17
Summary: A library to help with slackbot development
Home-page: https://github.com/zpriddy/GLaDOS
Author: Zachary Priddy
Author-email: py@zpriddy.com
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Project-URL: Bug Tracker, https://github.com/zpriddy/GLaDOS/issues
Project-URL: Blog, https:/zpriddy.com
Project-URL: Source Code, https://github.com/zpriddy/GLaDOS/
Description: # GLaDOS - Slack Bot Framework 
        GLaDOS is a Slack bot plugin framework for interactive slack bots. 
        
        
        ## Installation
        The easiest way to install GLaDOS is using pip:
        ```bash
        pip3 install glados
        ```
        
        ## Example GLaDOS Server
        
        ## AWS Deployment
        ### Lambda
        ### API Gateway
        ### Terraform
        
        ## Docker
        
        ## Plugins Available 
        
        ## Installation
        
        ## [Documentation](https://zpriddy.github.io/GLaDOS/index.html) 
Keywords: slack slackbot
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Provides-Extra: testing
Provides-Extra: docs
