Metadata-Version: 2.0
Name: tc-mailmanager
Version: 1.1.3
Summary: ToucanToco's cross-python-projects MailManager
Home-page: https://github.com/toucantoco/tc_mailmanager
Author: Toucan Toco
Author-email: dev@toucantoco.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Requires-Dist: sendgrid (<4,>=3)
Requires-Dist: tctc-envelopes (==0.5)
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: mock; extra == 'test'

# tc_mailmanager
ToucanToco's cross-python-projects MailManager

## Installation

You need :
- git installed
- an SSH key authorized for toucantoco's private github repos

Replace `1.1.3` with the git tag you want :

```bash
$ pip install -e 'git+ssh://git@github.com/toucantoco/tc_mailmanager@1.1.3#egg=tc_mailmanager'
```

Or put `-e git+ssh://git@github.com/toucantoco/tc_mailmanager@1.1.3#egg=tc_mailmanager` in your `requirements.txt`


