Skip to content

daxslab/mailProc

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

mailProc

Mail services creation microframework

What is mailProc?

mailProc is a Python microframework for building email-bassed services. The main goal is to easily automate email related tasks.

Where can I find the docs?

A prebuilt version of current documentation can be found in http://mailproc.readthedocs.io/en/latest/

Installing mailProc

Mailproc can be installed using Pypi, so you can simply call:

pip install mailproc

You can also download the last version from releases and use it as any other python module

Testing mailProc

You can run mailProc tests using pytest running it from the project root:

python -m pytest

You can also run the complete tests for multiple plataforms using tox from the project root:

tox