https://github.com/daxslab/mailProc
Mail services creation microframework
https://github.com/daxslab/mailProc
Last synced: about 1 month ago
JSON representation
Mail services creation microframework
- Host: GitHub
- URL: https://github.com/daxslab/mailProc
- Owner: daxslab
- License: lgpl-3.0
- Created: 2015-04-27T13:42:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T08:11:05.000Z (over 1 year ago)
- Last Synced: 2024-09-17T08:59:01.829Z (7 months ago)
- Language: Python
- Size: 315 KB
- Stars: 11
- Watchers: 5
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- cuban-opensource - mailProc
README
# 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`