Metadata-Version: 2.1
Name: mailwizz-python-sdk
Version: 1.0.2
Summary: This repository contains the Python SDK for MailWizz EMA.
Home-page: https://www.mailwizz.com
Author: twisted1919
Author-email: support@mailwizz.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: multidimensional-urlencode >=0.0.4
Requires-Dist: requests >=2.22.0
Requires-Dist: urllib3 >=1.25.3

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:
- PHP: https://github.com/twisted1919/mailwizz-php-sdk.  

- Node.js: https://www.npmjs.com/package/node-mailwizz  

### 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  
