Metadata-Version: 2.1
Name: pyteams_msg
Version: 0.0.1
Summary: Build and post messages to Microsoft Teams
Home-page: https://github.com/jmillana/pyteams_msg
Author: Jordi Marimon
Author-email: jordi@marimon.tech
Project-URL: Bug Tracker, https://github.com/jmillana/pyteams_msg/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# pyteams
Microsoft teams utilities

**Webhooks**
This module allows to use the the microsoft teams webhooks.
The goal is to have ease of use of the webhooks in order to automate rich message sending to teams.

Expected to be implemented:
*Cards
*Sections
*Adaptive Cards
*ActivityImages
*Hero images (images in the message body)
*PotencialActions

**Max message size 28K**


Note:
The hooks generated by this module are ment to be used on microsoft teams only, some of the features implemented are not valid for outlook emails and other kind of webhooks.
