Skip to main content

Senderscore command line lookup tool

Project description

Senderscore

Command line tool for Sender Score lookups.

Build Status codecov Python 3Updates Total alerts Language grade: Python

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 details)

Uploaded Source

Built Distribution

senderscore-0.1.6-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

Details for the file senderscore-0.1.6.tar.gz.

File metadata

  • Download URL: senderscore-0.1.6.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for senderscore-0.1.6.tar.gz
Algorithm Hash digest
SHA256 a47197dedecde8d0a507cb0a6cd0e9dd2733b111fad6971f33875654296767d6
MD5 5e80b49b3bb2ee6db552d38d8c7dcd27
BLAKE2b-256 d258a3ed4bcafe775792353f5976236858d50d73d2d8111accce157cb47e7606

See more details on using hashes here.

File details

Details for the file senderscore-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: senderscore-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 4.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for senderscore-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 f85c75f7e6d2d79dd341b6a79f7524bc8be7cf58e8e9d3f6f3c8d334e665489d
MD5 ee9ff79846fe37deb57f8d8245827c50
BLAKE2b-256 9b8b960b6606cf0cf3242243469534e11b6151c69514d86eaaf9f632a194385d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page