PyFunceble-dev
The tool to check the availability or syntax of domain, IP or URL.
What it is and what it does
PyFunceble is a domain, IP, and URL availability and syntax checker that combines multiple verification sources—WHOIS records, DNS lookups, and HTTP status codes—to determine whether a target is live or valid. It runs as a CLI tool or can be embedded in Python projects via its API, and supports input from hosts files, plain lists, AdBlock filter lists, and RPZ records.
The package is designed for active deployment in CI/CD pipelines (GitHub Actions, Travis CI, GitLab CI) and on standalone systems. It carries 15 runtime dependencies including SQLAlchemy, requests, dnspython, and PyMySQL, suggesting support for database backends and multiple query methods. The dev variant (pyfunceble-dev) receives frequent updates; the stable pyfunceble package updates more slowly after features mature.
Use it for:
- Bulk-verify domain lists in security scanning or threat intelligence workflows.
- Monitor domain and IP reputation as part of a CI/CD pipeline or scheduled job.
- Validate domain syntax and availability before registration or DNS configuration.
- Parse and check domains from AdBlock filter lists or DNS RPZ records.
- Integrate domain-checking logic into a Python application via the API.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
PyFunceble checks whether domains, IPs, and URLs are available or syntactically valid by querying WHOIS records, DNS records, and HTTP status codes.
Yes, if you need to check domain, IP, or URL availability at scale. Low install friction, permissive license, active maintenance, and no known vulnerabilities make it a safe choice. The 15 runtime dependencies suggest some overhead; verify whether your use case requires all of them or if a lighter alternative suits you better.
Install
pyfunceble-dev on PyPI
pip
pip install pyfunceble-devuv
uv add pyfunceble-devpoetry
poetry add pyfunceble-devInstalling PyFunceble-dev
Before you install
Low install friction with a pure-Python wheel distribution. Active maintenance with a release 13 days old and recent commits; the project is actively developed and deployed across multiple platforms.
License in practice
Licensed under Apache 2.0 (permissive), allowing commercial and private use with minimal restrictions beyond attribution and liability disclaimers.
Quickstart
pip install pyfunceble-dev
from pyfunceble import PyFunceble
checker = PyFunceble()
result = checker.check('example.com')
Requires Python 3.10 or later (supports current versions, <4). Some backends (e.g., PostgreSQL) require optional dependencies installed separately.
Verify before relying
- Whether the 15 runtime dependencies (PyMySQL, SQLAlchemy, requests, etc.) are all required for basic domain checking or if some are optional for specific backends.
- Performance characteristics when checking large batches of domains or IPs.
- Whether the CLI and Python API have feature parity or if certain capabilities are CLI-only.
Package facts
| License | Apache 2.0 (permissive) |
| Python support | supports the current Python release (<4,>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 15 — PyMySQL, python-dotenv, alembic, requests, pyfunceble-process-manager, dnspython, packaging, colorama, SQLAlchemy, shtab, setuptools, PyYAML, python-box, inflection, domain2idna |
| Maintenance | actively maintained — 13 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 124,475/month — #11,866 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyfunceble_dev-4.4.2-py3-none-any.whl
Keywords: PyFunceble, syntax-checker, reputation-checker, availability-checker
Tags
More Internet packages
Botocore provides low-level, data-driven access…
permissive · top 100 on PyPI
aiobotocoreProvides an async client for AWS services using…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
filelockProvides a platform-independent file locking…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
googleapis-common-protosProvides common Protocol Buffer message…
permissive · top 100 on PyPI
whoisRetrieves WHOIS information for domain names by…
permissive · top 15,000 on PyPI
email-validatorValidates email address syntax and optionally…
permissive · top 1,000 on PyPI
python-whoisQueries WHOIS servers directly to retrieve and…
permissive · top 5,000 on PyPI
fqdnValidates fully-qualified domain names (FQDNs)…
copyleft · top 1,000 on PyPI
whoisitQuery RDAP (Registration Data Access Protocol)…
unclear · top 15,000 on PyPI
nslookupProvides high-level DNS lookups (A, AAAA, and…
copyleft · top 15,000 on PyPI
dnstwistGenerates domain name permutations to detect…
permissive · top 15,000 on PyPI
pyIsEmailValidates email addresses against RFC standards…
permissive · top 15,000 on PyPI
domain2idnaConverts domain names and URLs to Punycode/IDNA…
permissive · top 15,000 on PyPI
ipwhoisRetrieves and parses whois and RDAP data for…
permissive · top 15,000 on PyPI