Metadata-Version: 2.1
Name: slackwrapper
Version: 1.0.0.dev2
Summary: A small wrapper to easily use the slack client
Home-page: https://github.com/thomsbe/slackwrapper
Author: Thomas Baer
Author-email: thomas.baer@tbaer.eu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: slackclient

# Slack Wrapper

A simple helper to post, edit and delete messages on Slack. Mostly uncompleted but yet enough to solve some problems.

Feel free to make it better.

## Usage:

First, create a Slackclient, then post a simple text or a block. The block is a class, you have to construct.

_...to be continued._

