Skip to content

Commit 6e2cac6

Browse files
committed
Add icon to readme
1 parent 84f1883 commit 6e2cac6

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1-
# postmark-python
2-
3-
[![Python Versions](https://img.shields.io/badge/python-3.10%20|%203.11%20|%203.12-blue)](https://www.python.org/)
4-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5-
[![Tests](https://github.com/ActiveCampaign/postmark-python/actions/workflows/tests.yml/badge.svg)](https://github.com/ActiveCampaign/postmark-python/actions/workflows/tests.yml)
1+
<table>
2+
<tr>
3+
<td>
4+
<h1>postmark-python</h1>
5+
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/python-3.10%20|%203.11%20|%203.12-blue" alt="Python Versions"></a>
6+
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a>
7+
<a href="https://github.com/ActiveCampaign/postmark-python/actions/workflows/tests.yml"><img src="https://github.com/ActiveCampaign/postmark-python/actions/workflows/tests.yml/badge.svg" alt="Tests"></a>
8+
</td>
9+
<td align="right" valign="top">
10+
<img src="postmark_python_sdk.png" width="200" alt="Postmark Python SDK">
11+
</td>
12+
</tr>
13+
</table>
614

715
The official Python SDK for [Postmark](https://postmarkapp.com) — send emails, manage bounces, templates, webhooks, and more.
816

postmark_python_sdk.png

447 KB
Loading

0 commit comments

Comments
 (0)