1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
# PyFunceble
<p align="center">
<em>The tool to check the availability or syntax of domain, IP or URL.</em>
</p>
<p align="center">
<a href="https://github.com/ambv/black">
<img src="https://img.shields.io/badge/code%20style-black-000000.png" alt="image">
</a>
<a href="https://coveralls.io/github/funilrys/PyFunceble?branch=dev">
<img src="https://coveralls.io/repos/github/funilrys/PyFunceble/badge.png?branch=dev" alt="image">
</a>
<a href="https://github.com/funilrys/PyFunceble/blob/dev/LICENSE">
<img src="https://img.shields.io/github/license/funilrys/PyFunceble.png" alt="image">
</a>
<a href="https://pypi.org/project/pyfunceble-dev">
<img src="https://img.shields.io/pypi/v/pyfunceble-dev.png" alt="image">
</a>
<a href="https://github.com/funilrys/PyFunceble/issues">
<img src="https://img.shields.io/github/issues/funilrys/PyFunceble.png" alt="image">
</a>
</p>
<p align="center">
<a href="https://pepy.tech/project/pyfunceble-dev">
<img src="https://static.pepy.tech/badge/pyfunceble-dev" alt="image">
</a>
<a href="https://pepy.tech/project/pyfunceble-dev">
<img src="https://static.pepy.tech/badge/pyfunceble-dev/month" alt="image">
</a>
<a href="https://pepy.tech/project/pyfunceble-dev">
<img src="https://static.pepy.tech/badge/pyfunceble-dev/week" alt="image">
</a>
</p>
**PyFunceble** is a tools that aims to provide an accurate availability check through
the usage of multiple sources which are for example - to only list a few:
- the WHOIS record(s).
- the DNS record(s).
- the HTTP status code.
- a community currated list of **special** rules.
PyFunceble can be included in your existing project through:
- its standard built-in CLI implementation.
- its [Python
API](./develop/api-references/index.md).
- the [PyFunceble
web-worker](https://github.com/pyfunceble/web-worker) (beta) project that
provides the core functionalities of PyFunceble behind a web API.
The PyFunceble CLI can test from a hosts file, a plain list of subjects,
an AdBlock filter list or even an RPZ record file.
As of today, PyFunceble is running actively - if not daily - behind a pool of
several servers, laptops, PCs, and Raspberry Pis. It is even used -
thanks to our auto continue mechanism - with CI engines like GitHub
Action, Travis CI, or GitLab CI.
|