Metadata-Version: 2.1
Name: mailbit
Version: 0.1.5
Summary: A simple library to send emails using the Mailbit API
Home-page: https://github.com/marcossantosfl/mailbit-library-python
Author: Marcos
Author-email: marcos.santos.filho.fl@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
Description-Content-Type: text/markdown
Requires-Dist: httpx

# Mailbit

A simple Python library to send emails using the Mailbit API.

## Installation

```sh
pip install mailbit
