Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 891 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 891 Bytes

Mailwizz Python SDK

This repository contains the Python SDK for MailWizz EMA.
You'll find proper example on how to manage lists, subscribers, campaigns, templates and more.

The documentation website at https://api-docs.mailwizz.com/python showcases all the API endpoints.
You can find them in the examples folder as well.

Other implementations:

Install

You can either download latest version of the code or you can install it via pip as follows:
pip install mailwizz-python-sdk
Then follow the instructions from examples/setup_api.py file.

Python packaging reference

  1. https://packaging.python.org/tutorials/packaging-projects/
  2. https://packaging.python.org/tutorials/installing-packages/#creating-virtual-environments