Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

15 Commits

Repository files navigation

Spamcheck-Python

PyPIGitHub license

A simple Python wrapper for Postmark’s Spamcheck API

Installation

$ pip install spamcheck

Usage

importspamcheckresult=spamcheck.check(your_email_content, report=True)
score=result['score']
report=result['report']

Publishing

$ pip install build twine
$ python -m build
$ twine upload dist/*

License

This software is licensed under MIT License

About

✉️ Simple Python wrapper for Postmark's Spamcheck API

Resources

Stars

15 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages