Sendy API v1.1.7 for Python.
Project description
Pysendy
=======
Pysendy is a Python wrapper for Sendy's API.
Read the LICENSE file before use it.
Installation
------------
pip install pysendy
Usage
-----
```python
from pysendy import Sendy
s = Sendy(base_url='http://your_sendy_url')
# subscription (name is optional)
s.subscribe(name='John Doe', email='email@to.subscribe', list_id='the_list_id',
custom_field1='custom_value1', custom_value2='custom_value2')
# unsubscription
s.unsubscribe(email='email@to.unsubscribe', list_id='the_list_id')
```
=======
Pysendy is a Python wrapper for Sendy's API.
Read the LICENSE file before use it.
Installation
------------
pip install pysendy
Usage
-----
```python
from pysendy import Sendy
s = Sendy(base_url='http://your_sendy_url')
# subscription (name is optional)
s.subscribe(name='John Doe', email='email@to.subscribe', list_id='the_list_id',
custom_field1='custom_value1', custom_value2='custom_value2')
# unsubscription
s.unsubscribe(email='email@to.unsubscribe', list_id='the_list_id')
```
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pysendy-0.0.5.tar.gz
(3.2 kB
view details)
File details
Details for the file pysendy-0.0.5.tar.gz
.
File metadata
- Download URL: pysendy-0.0.5.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92901c1b209dea2cc2da57f1856ce05cfab311068c0e90dc13c756fdfca27e17 |
|
MD5 | 1bd6dc00382b8f84fc802afeaf9b2b85 |
|
BLAKE2b-256 | b0c1499fbf8e8f1a1e3440597851435a4dbdae8d129b385558584b27533e9c71 |