Metadata-Version: 2.1
Name: glados
Version: 0.0.1.dev20
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/
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
Requires-Dist: slackclient (==2.5.0)
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: sqlalchemy[postgresql]
Provides-Extra: docs
Requires-Dist: Sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints ; extra == 'docs'
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'
Requires-Dist: coverage ; extra == 'testing'

# 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) 

