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
Release files for spamcheck 1.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| spamcheck-1.0.4.tar.gz | 2.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| spamcheck-1.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.6 kB
Release files / spamcheck-1.0.4.tar.gz
| Download URL | spamcheck-1.0.4.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
049bec64cf4000d27e34828406129103bbaaf57ee3228733688e7f2c34262f21
|
|
BLAKE2b-256 checksum How to use checksums |
7826af72d15f27f979aeb88c8ea472e4d27e2dbd91db7a9022996d23b8221790
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.7
|
Release files / spamcheck-1.0.4-py3-none-any.whl
| Download URL | spamcheck-1.0.4-py3-none-any.whl |
|---|---|
| Size | 2.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3ec0947003df9574930264a2b5ee4f364f2e96d3d7fa64682b8dcd021bff311f
|
|
BLAKE2b-256 checksum How to use checksums |
9f52f93b3fe5b205ec1c3bc05c4a9baa49eaa310258a206dd40b75c0696aecee
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.7
|