edwiges

A stupidly simple email REST service.


Keywords
web, services
License
Apache-2.0
Install
pip install edwiges==0.1.0

Documentation

Edwiges

https://pbs.twimg.com/profile_images/1361293504/coruja.jpg

Running locally:

export EDWIGES_PROVIDER_HOST=YOUR_HOST
export EDWIGES_PROVIDER_USERNAME=YOUR_USER
export EDWIGES_PROVIDER_PASSWORD=YOUR_PASSWORD

python setup.py develop
pserve edwiges.ini  --reload

Note

You can also set the provider information on your .ini file.

With docker:

export EDWIGES_PROVIDER_HOST=YOUR_HOST
export EDWIGES_PROVIDER_USERNAME=YOUR_USER
export EDWIGES_PROVIDER_PASSWORD=YOUR_PASSWORD

docker-compose up