Metadata-Version: 2.2
Name: pysendpulse
Version: 0.1.8
Summary: A simple SendPulse REST client library and example for Python
Home-page: https://github.com/sendpulse/sendpulse-rest-api-python
Author: Maksym Ustymenko
Author-email: tech@sendpulse.com
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: python3-memcached
Requires-Dist: requests
Requires-Dist: deprecated
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: summary

![Upload Python Package](https://github.com/sendpulse/sendpulse-rest-api-python/workflows/Upload%20Python%20Package/badge.svg?event=release)

# sendpulse-rest-api

A simple SendPulse REST client library and example for Python.

## Install using pipy

```sh
pip install pysendpulse
```

## Examples

See a list of examples [here](https://github.com/sendpulse/sendpulse-rest-api-python/blob/master/pysendpulse/examples/sendpulse-rest-api-example.py)
