Installation

This documentation assumes you are familiar with pip and how to use it on your operating system.

Additionally consider using virtual environments, be it with venv, virtualenvwrapper, pipx, poetry or whatever else you’d like to use.

PyPI

You can find the Project on PyPI under https://pypi.org/project/mailpit-api-client/

It can simply be installed:

unittest

If you want to use it with unittest simply type

pip install maiilpit-api-client

pytest

If you want to install it with pytest, type

pip install mailpit-api-client[pytest]

This will have pytest as additional dependency.

GitHub

You can install it from GitHub directly as well

unittest

pip install https://github.com/Corvan/mailpit-api-client.git

pytest

pip install https://github.com/Corvan/mailpit-api-client.git[pytest]

Cloning git repository

Or if you want to clone the repository

git clone https://github.com/Corvan/mailpit-api-client.git