Metadata-Version: 2.1
Name: taosdevopsutils
Version: 1.3.1
Summary: Utility Functions for the Taos Devops team
Home-page: https://github.com/taosdevops/taos-devops-utils
Author: TAOS DevopsNow
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests (~=2.22)
Requires-Dist: slackclient (~=2.2)
Requires-Dist: Click (~=7.0)

# taos-devops-utils
Utility Functions for the Taos Devops team

## Development

- git clone
- pipenv3
- write test
- code
- ???
- profit

## Slack Functions

There are currently 2 clients for slack both located in the slack module.
- Bot: To be used for Bot interactions
- Client: To send messages to webhook or direct to channel or user.

Slack Api's Consumed:
- RTM (real time messaging) API - For Bot Interaction: logs in as bot user
  to message users or channels
- Chat Api - For non webhook channel or user direct messages.


