MadJlzz / madmails

A developer friendly service for sending mails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI Quality Gate Status

madmails

A developer friendly service for sending mails

Usage

TBW

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Next section contains a list of tools used to format, lint and test the source code of madmails.

Please note that this project follows the conventional-commits convention for commit names.

yapf

You can run yapf anytime you want by simply typing in a terminal:

yapf -ir .

pylint

You can run pylint anytime you want by simply typing in a terminal:

pylint $(git ls-files '*.py')

mypy

You can run mypy anytime you want by simply typing in a terminal:

mypy $(git ls-files '*.py')

License

This project is under the MIT license.

About

A developer friendly service for sending mails

License:MIT License


Languages

Language:Python 99.3%Language:JavaScript 0.7%