Senderscore command line lookup tool
Project description
Senderscore
Command line tool for Sender Score lookups.
What the heck is Sender Score ?
Sender Score is a number between 0 and 100 that identifies your sender reputation and shows you how mailbox providers view your IP address.
The project is maintained by Return Path. For more information about the Sender Score project, visit the official FAQ page at https://www.senderscore.org/faq/.
Usage
Installation
pip install senderscore
CLI
senderscore <IP>
Incorporate CLI
from senderscore import senderscore
ip = '177.136.19.206' # e.g.
score = senderscore.cli(ip)
Module Usage
from senderscore import senderscore
ip = '177.136.19.206' # e.g.
score = senderscore.get_score(ip)
API
Validate the syntax of a given IP:
senderscore.is_valid_ip(ip: str) -> bool
Retrieve the Sender Score value for the given IP:
senderscore.get_score(ip: str) -> str
Run the cli resolution for the given IP:
senderscore.cli(ip: str) -> None
How to Contribute
Just fork the project and send your pull requests (with tests please).
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
senderscore-0.1.6.tar.gz
(4.4 kB
view hashes)
Built Distribution
Close
Hashes for senderscore-0.1.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f85c75f7e6d2d79dd341b6a79f7524bc8be7cf58e8e9d3f6f3c8d334e665489d |
|
MD5 | ee9ff79846fe37deb57f8d8245827c50 |
|
BLAKE2b-256 | 9b8b960b6606cf0cf3242243469534e11b6151c69514d86eaaf9f632a194385d |