A simple Python wrapper for Postmark's Spamcheck API
Project description
A simple Python wrapper for Postmark’s Spamcheck API
Installation
$ pip install spamcheck
Usage
import spamcheck
result = 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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
spamcheck-1.0.4.tar.gz
(2.8 kB
view details)
Built Distribution
File details
Details for the file spamcheck-1.0.4.tar.gz
.
File metadata
- Download URL: spamcheck-1.0.4.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 049bec64cf4000d27e34828406129103bbaaf57ee3228733688e7f2c34262f21 |
|
MD5 | 5a591591c1b7a2736c8afc1b5ea7a3cb |
|
BLAKE2b-256 | 7826af72d15f27f979aeb88c8ea472e4d27e2dbd91db7a9022996d23b8221790 |
File details
Details for the file spamcheck-1.0.4-py3-none-any.whl
.
File metadata
- Download URL: spamcheck-1.0.4-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ec0947003df9574930264a2b5ee4f364f2e96d3d7fa64682b8dcd021bff311f |
|
MD5 | 12e2ace717ae921fd082af6c06c8022a |
|
BLAKE2b-256 | 9f52f93b3fe5b205ec1c3bc05c4a9baa49eaa310258a206dd40b75c0696aecee |