skillfed

PyFunceble-dev

The tool to check the availability or syntax of domain, IP or URL.

pyfunceble-dev v4.4.2 124.5K downloads/30d#11,866 on PyPI346
Permissive license Apache 2.0 Active released

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-dev

uv

uv add pyfunceble-dev

poetry

poetry add pyfunceble-dev

Installing 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

Development Status :: 4 - BetaEnvironment :: ConsoleIntended Audience :: DevelopersProgramming Language :: PythonProgramming Language :: Python :: 3Topic :: Internet

Tags

domain availability checkerDNS validation toolURL status checkerWHOIS lookup automationIP reputation checkerdomain syntax validatorbulk domain verification
domain-checkerdns-validationci-cd-friendly

More Internet packages