rveachkc / pymsteams

Format messages and post to Microsoft Teams.
https://pypi.org/project/pymsteams/
Apache License 2.0
422 stars 78 forks source link

Added OpenURI functionality #68

Closed AndrewRezy closed 4 years ago

AndrewRezy commented 4 years ago

Added OpenURI functionality.

Requires python >= 3.6

Remove type hinting to increase compatibility.

ALERTua commented 4 years ago

Please, don't force me to make fork for python 2 :(

rveachkc commented 4 years ago

I like the concept of type hints, but I think it's a bit too early to deprecate py2 and 3.5.

I'll take some time and get this merged in sometime in the next couple days.