Official Python SDK for the Xipinow risk-scoring API (domain, email, OSS, SaaS, wallet).
Project description
Xipinow Python SDK
Official Python client for the Xipinow risk-scoring API.
Score domains, emails, open-source packages, SaaS vendors and Solana wallets against public threat intel (OFAC, PhishTank, Spamhaus, npm/PyPI registries, on-chain data).
Install
pip install xipinow
Quick start
Get a free key (200 req/day, no signup): curl https://api.xipinow.com/signup
from xipinow import Xipinow
xpn = Xipinow(api_key="xpn_free_...")
print(xpn.domain("paypal-secure-login.com"))
print(xpn.email("user@example.com"))
print(xpn.oss("npm", "left-pad"))
print(xpn.saas("Notion", domain="notion.so"))
print(xpn.wallet("CQvKSNnYtPTZfQRQ5jkHq8q2swJyRsdQLcFcj3EmKFfX"))
Async
from xipinow import AsyncXipinow
async with AsyncXipinow(api_key="xpn_...") as xpn:
print(await xpn.domain("example.com"))
Pricing
Free 200 req/day · Pro $49/mo (100k/day) · Scale $499/mo (1M/day, SLA 99.9%). See xipinow.com.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file xipinow-0.1.0.tar.gz.
File metadata
- Download URL: xipinow-0.1.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b27aaae1a07e76f766591773b71a615f7d7f906240b70e132c6510ad9f3978b5
|
|
| MD5 |
f3b02c13288570cca0d3ba0227e8c15f
|
|
| BLAKE2b-256 |
a75da6998bf3a4b1b55ade19e51e9f9f1ea339087e8bf296d8e582fe0341608f
|
File details
Details for the file xipinow-0.1.0-py3-none-any.whl.
File metadata
- Download URL: xipinow-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f72c4e111520ef1212584d77d0c93f89b3c6f29751ac11f3b8f6c29cdbce8e3
|
|
| MD5 |
7ff206cba731175c2b9f0ea0c27c9dd0
|
|
| BLAKE2b-256 |
03cacb8f73587e8cad02d8e34911382392bf754ee210c55109b14a40aac0c8dd
|