PyFunceble-dev 4.2.26__py3-none-any.whl → 4.2.27__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- PyFunceble/__init__.py +1 -1
- PyFunceble/checker/__init__.py +1 -1
- PyFunceble/checker/availability/__init__.py +1 -1
- PyFunceble/checker/availability/base.py +1 -1
- PyFunceble/checker/availability/domain.py +1 -1
- PyFunceble/checker/availability/domain_and_ip.py +1 -1
- PyFunceble/checker/availability/extras/__init__.py +1 -1
- PyFunceble/checker/availability/extras/base.py +1 -1
- PyFunceble/checker/availability/extras/dns.py +1 -1
- PyFunceble/checker/availability/extras/etoxic.py +1 -1
- PyFunceble/checker/availability/extras/parked.py +1 -1
- PyFunceble/checker/availability/extras/rules.py +1 -1
- PyFunceble/checker/availability/extras/subject_switch.py +1 -1
- PyFunceble/checker/availability/ip.py +1 -1
- PyFunceble/checker/availability/params.py +1 -1
- PyFunceble/checker/availability/status.py +1 -1
- PyFunceble/checker/availability/url.py +1 -1
- PyFunceble/checker/base.py +1 -1
- PyFunceble/checker/complex_json_encoder.py +1 -1
- PyFunceble/checker/params_base.py +1 -1
- PyFunceble/checker/reputation/__init__.py +1 -1
- PyFunceble/checker/reputation/base.py +1 -1
- PyFunceble/checker/reputation/domain.py +1 -1
- PyFunceble/checker/reputation/domain_and_ip.py +1 -1
- PyFunceble/checker/reputation/ip.py +1 -1
- PyFunceble/checker/reputation/params.py +1 -1
- PyFunceble/checker/reputation/status.py +1 -1
- PyFunceble/checker/reputation/url.py +1 -1
- PyFunceble/checker/status_base.py +1 -1
- PyFunceble/checker/syntax/__init__.py +1 -1
- PyFunceble/checker/syntax/base.py +1 -1
- PyFunceble/checker/syntax/domain.py +1 -1
- PyFunceble/checker/syntax/domain_and_ip.py +1 -1
- PyFunceble/checker/syntax/domain_base.py +1 -1
- PyFunceble/checker/syntax/ip.py +1 -1
- PyFunceble/checker/syntax/ipv4.py +1 -1
- PyFunceble/checker/syntax/ipv6.py +1 -1
- PyFunceble/checker/syntax/params.py +1 -1
- PyFunceble/checker/syntax/second_lvl_domain.py +1 -1
- PyFunceble/checker/syntax/status.py +1 -1
- PyFunceble/checker/syntax/subdomain.py +1 -1
- PyFunceble/checker/syntax/url.py +1 -1
- PyFunceble/checker/utils/__init__.py +1 -1
- PyFunceble/checker/utils/whois.py +1 -1
- PyFunceble/cli/__init__.py +1 -1
- PyFunceble/cli/continuous_integration/__init__.py +1 -1
- PyFunceble/cli/continuous_integration/base.py +1 -1
- PyFunceble/cli/continuous_integration/exceptions.py +1 -1
- PyFunceble/cli/continuous_integration/github_actions.py +1 -1
- PyFunceble/cli/continuous_integration/gitlab_ci.py +1 -1
- PyFunceble/cli/continuous_integration/jenkins.py +1 -1
- PyFunceble/cli/continuous_integration/standalone.py +1 -1
- PyFunceble/cli/continuous_integration/travis_ci.py +1 -1
- PyFunceble/cli/continuous_integration/utils.py +1 -1
- PyFunceble/cli/credential_loader.py +1 -1
- PyFunceble/cli/entry_points/__init__.py +1 -1
- PyFunceble/cli/entry_points/clean.py +1 -1
- PyFunceble/cli/entry_points/iana.py +1 -1
- PyFunceble/cli/entry_points/production.py +1 -10
- PyFunceble/cli/entry_points/public_suffix.py +1 -1
- PyFunceble/cli/entry_points/pyfunceble/__init__.py +1 -1
- PyFunceble/cli/entry_points/pyfunceble/argsparser.py +1 -1
- PyFunceble/cli/entry_points/pyfunceble/cli.py +2 -2
- PyFunceble/cli/execution_time.py +1 -1
- PyFunceble/cli/facility.py +1 -1
- PyFunceble/cli/factory.py +1 -1
- PyFunceble/cli/file_preloader.py +1 -1
- PyFunceble/cli/filesystem/__init__.py +1 -1
- PyFunceble/cli/filesystem/cleanup.py +1 -1
- PyFunceble/cli/filesystem/counter.py +1 -1
- PyFunceble/cli/filesystem/dir_base.py +1 -1
- PyFunceble/cli/filesystem/dir_structure/__init__.py +1 -1
- PyFunceble/cli/filesystem/dir_structure/backup.py +1 -1
- PyFunceble/cli/filesystem/dir_structure/base.py +1 -1
- PyFunceble/cli/filesystem/dir_structure/restore.py +1 -1
- PyFunceble/cli/filesystem/json_base.py +1 -1
- PyFunceble/cli/filesystem/printer/__init__.py +1 -1
- PyFunceble/cli/filesystem/printer/base.py +1 -1
- PyFunceble/cli/filesystem/printer/file.py +1 -1
- PyFunceble/cli/filesystem/printer/stdout.py +1 -1
- PyFunceble/cli/filesystem/registrar_counter.py +1 -1
- PyFunceble/cli/filesystem/status_file.py +1 -1
- PyFunceble/cli/migrators/__init__.py +1 -1
- PyFunceble/cli/migrators/alembic.py +1 -1
- PyFunceble/cli/migrators/base.py +1 -1
- PyFunceble/cli/migrators/csv_file/__init__.py +1 -1
- PyFunceble/cli/migrators/csv_file/base.py +1 -1
- PyFunceble/cli/migrators/csv_file/inactive_source_delete.py +1 -1
- PyFunceble/cli/migrators/csv_file/whois_registrar_add.py +1 -1
- PyFunceble/cli/migrators/db_base.py +1 -1
- PyFunceble/cli/migrators/file_cleanup/__init__.py +1 -1
- PyFunceble/cli/migrators/file_cleanup/base.py +1 -1
- PyFunceble/cli/migrators/file_cleanup/hashes_file.py +1 -1
- PyFunceble/cli/migrators/file_cleanup/mining_file.py +1 -1
- PyFunceble/cli/migrators/file_cleanup/production_config_file.py +1 -1
- PyFunceble/cli/migrators/json2csv/__init__.py +1 -1
- PyFunceble/cli/migrators/json2csv/base.py +1 -1
- PyFunceble/cli/migrators/json2csv/inactive.py +1 -1
- PyFunceble/cli/migrators/json2csv/whois.py +1 -1
- PyFunceble/cli/migrators/mariadb/__init__.py +1 -1
- PyFunceble/cli/migrators/mariadb/base.py +1 -1
- PyFunceble/cli/migrators/mariadb/file_and_status.py +1 -1
- PyFunceble/cli/migrators/mariadb/whois_record_idna_subject.py +1 -1
- PyFunceble/cli/processes/__init__.py +1 -1
- PyFunceble/cli/processes/base.py +1 -1
- PyFunceble/cli/processes/chancy_producer.py +1 -1
- PyFunceble/cli/processes/chancy_tester.py +1 -1
- PyFunceble/cli/processes/dir_files_sorter.py +1 -1
- PyFunceble/cli/processes/file_sorter.py +1 -1
- PyFunceble/cli/processes/migrator.py +1 -1
- PyFunceble/cli/processes/miner.py +1 -1
- PyFunceble/cli/processes/producer.py +1 -1
- PyFunceble/cli/processes/tester.py +1 -1
- PyFunceble/cli/processes/workers/__init__.py +1 -1
- PyFunceble/cli/processes/workers/base.py +1 -1
- PyFunceble/cli/processes/workers/chancy_producer.py +1 -1
- PyFunceble/cli/processes/workers/chancy_tester.py +1 -1
- PyFunceble/cli/processes/workers/dir_files_sorter.py +1 -1
- PyFunceble/cli/processes/workers/file_sorter.py +1 -1
- PyFunceble/cli/processes/workers/file_sorter_base.py +1 -1
- PyFunceble/cli/processes/workers/migrator.py +1 -1
- PyFunceble/cli/processes/workers/miner.py +1 -1
- PyFunceble/cli/processes/workers/producer.py +1 -1
- PyFunceble/cli/processes/workers/tester.py +1 -1
- PyFunceble/cli/scripts/__init__.py +1 -1
- PyFunceble/cli/scripts/iana.py +1 -1
- PyFunceble/cli/scripts/production.py +1 -26
- PyFunceble/cli/scripts/public_suffix.py +1 -1
- PyFunceble/cli/storage.py +1 -1
- PyFunceble/cli/storage_facility.py +1 -1
- PyFunceble/cli/system/__init__.py +1 -1
- PyFunceble/cli/system/base.py +1 -1
- PyFunceble/cli/system/integrator.py +1 -1
- PyFunceble/cli/system/launcher.py +1 -1
- PyFunceble/cli/utils/__init__.py +1 -1
- PyFunceble/cli/utils/ascii_logo.py +1 -1
- PyFunceble/cli/utils/sort.py +1 -1
- PyFunceble/cli/utils/stdout.py +1 -1
- PyFunceble/cli/utils/testing.py +1 -1
- PyFunceble/cli/utils/version.py +1 -1
- PyFunceble/config/__init__.py +1 -1
- PyFunceble/config/compare.py +1 -1
- PyFunceble/config/loader.py +1 -1
- PyFunceble/converter/__init__.py +1 -1
- PyFunceble/converter/adblock_input_line2subject.py +1 -1
- PyFunceble/converter/base.py +1 -1
- PyFunceble/converter/cidr2subject.py +1 -1
- PyFunceble/converter/input_line2subject.py +1 -1
- PyFunceble/converter/internal_url.py +1 -1
- PyFunceble/converter/rpz_input_line2subject.py +1 -1
- PyFunceble/converter/rpz_policy2subject.py +1 -1
- PyFunceble/converter/subject2complements.py +1 -1
- PyFunceble/converter/url2netloc.py +1 -1
- PyFunceble/converter/wildcard2subject.py +1 -1
- PyFunceble/data/alembic/__init__.py +1 -1
- PyFunceble/data/alembic/mysql/__init__.py +1 -1
- PyFunceble/data/alembic/mysql/env.py +1 -1
- PyFunceble/data/alembic/mysql/versions/__init__.py +1 -1
- PyFunceble/data/alembic/postgresql/__init__.py +1 -1
- PyFunceble/data/alembic/postgresql/env.py +1 -1
- PyFunceble/data/alembic/postgresql/versions/__init__.py +1 -1
- PyFunceble/data/infrastructure/.PyFunceble_production.yaml +486 -140
- PyFunceble/database/__init__.py +1 -1
- PyFunceble/database/credential/__init__.py +1 -1
- PyFunceble/database/credential/base.py +1 -1
- PyFunceble/database/credential/mariadb.py +1 -1
- PyFunceble/database/credential/mysql.py +1 -1
- PyFunceble/database/credential/postgresql.py +1 -1
- PyFunceble/database/schemas/__init__.py +1 -1
- PyFunceble/database/schemas/autocontinue.py +1 -1
- PyFunceble/database/schemas/inactive.py +1 -1
- PyFunceble/database/schemas/status.py +1 -1
- PyFunceble/database/schemas/whois_record.py +1 -1
- PyFunceble/database/session.py +1 -1
- PyFunceble/database/sqlalchemy/__init__.py +1 -1
- PyFunceble/database/sqlalchemy/all_schemas.py +1 -1
- PyFunceble/database/sqlalchemy/base_schema.py +1 -1
- PyFunceble/dataset/__init__.py +1 -1
- PyFunceble/dataset/autocontinue/__init__.py +1 -1
- PyFunceble/dataset/autocontinue/base.py +1 -1
- PyFunceble/dataset/autocontinue/csv.py +1 -1
- PyFunceble/dataset/autocontinue/sql.py +1 -1
- PyFunceble/dataset/base.py +1 -1
- PyFunceble/dataset/csv_base.py +1 -1
- PyFunceble/dataset/db_base.py +1 -1
- PyFunceble/dataset/iana.py +1 -1
- PyFunceble/dataset/inactive/__init__.py +1 -1
- PyFunceble/dataset/inactive/base.py +1 -1
- PyFunceble/dataset/inactive/csv.py +1 -1
- PyFunceble/dataset/inactive/sql.py +1 -1
- PyFunceble/dataset/ipv4_reputation.py +1 -1
- PyFunceble/dataset/public_suffix.py +1 -1
- PyFunceble/dataset/sql_base.py +1 -1
- PyFunceble/dataset/user_agent.py +1 -1
- PyFunceble/dataset/whois/__init__.py +1 -1
- PyFunceble/dataset/whois/base.py +1 -1
- PyFunceble/dataset/whois/csv.py +1 -1
- PyFunceble/dataset/whois/sql.py +1 -1
- PyFunceble/downloader/__init__.py +1 -1
- PyFunceble/downloader/base.py +1 -1
- PyFunceble/downloader/exceptions.py +1 -1
- PyFunceble/downloader/iana.py +1 -1
- PyFunceble/downloader/ipv4_reputation.py +1 -1
- PyFunceble/downloader/public_suffix.py +1 -1
- PyFunceble/downloader/user_agents.py +1 -1
- PyFunceble/exceptions.py +1 -1
- PyFunceble/facility.py +1 -1
- PyFunceble/factory.py +1 -1
- PyFunceble/helpers/__init__.py +1 -1
- PyFunceble/helpers/command.py +1 -1
- PyFunceble/helpers/dict.py +1 -1
- PyFunceble/helpers/directory.py +1 -1
- PyFunceble/helpers/download.py +1 -1
- PyFunceble/helpers/environment_variable.py +1 -1
- PyFunceble/helpers/exceptions.py +1 -1
- PyFunceble/helpers/file.py +1 -1
- PyFunceble/helpers/hash.py +1 -1
- PyFunceble/helpers/list.py +1 -1
- PyFunceble/helpers/merge.py +1 -1
- PyFunceble/helpers/regex.py +1 -1
- PyFunceble/logger.py +1 -1
- PyFunceble/query/__init__.py +1 -1
- PyFunceble/query/dns/__init__.py +1 -1
- PyFunceble/query/dns/nameserver.py +1 -1
- PyFunceble/query/dns/query_tool.py +1 -1
- PyFunceble/query/dns/resolver.py +1 -1
- PyFunceble/query/http_status_code.py +1 -1
- PyFunceble/query/netinfo/__init__.py +1 -1
- PyFunceble/query/netinfo/address.py +1 -1
- PyFunceble/query/netinfo/base.py +1 -1
- PyFunceble/query/netinfo/hostbyaddr.py +1 -1
- PyFunceble/query/platform.py +1 -1
- PyFunceble/query/record/__init__.py +1 -1
- PyFunceble/query/record/base.py +1 -1
- PyFunceble/query/record/dns.py +1 -1
- PyFunceble/query/record/whois.py +1 -1
- PyFunceble/query/requests/__init__.py +1 -1
- PyFunceble/query/requests/adapter/__init__.py +1 -1
- PyFunceble/query/requests/adapter/base.py +1 -1
- PyFunceble/query/requests/adapter/http.py +1 -1
- PyFunceble/query/requests/adapter/https.py +1 -1
- PyFunceble/query/requests/requester.py +1 -1
- PyFunceble/query/whois/__init__.py +1 -1
- PyFunceble/query/whois/converter/__init__.py +1 -1
- PyFunceble/query/whois/converter/base.py +1 -1
- PyFunceble/query/whois/converter/digit2digits.py +1 -1
- PyFunceble/query/whois/converter/expiration_date.py +1 -1
- PyFunceble/query/whois/converter/month2unified.py +1 -1
- PyFunceble/query/whois/converter/registrar.py +1 -1
- PyFunceble/query/whois/query_tool.py +1 -1
- PyFunceble/sessions.py +1 -1
- PyFunceble/storage.py +2 -2
- PyFunceble/storage_facility.py +1 -1
- PyFunceble/utils/__init__.py +1 -1
- PyFunceble/utils/platform.py +1 -1
- PyFunceble/utils/profile.py +1 -1
- PyFunceble/utils/version.py +6 -4
- PyFunceble_dev-4.2.27.dist-info/METADATA +630 -0
- PyFunceble_dev-4.2.27.dist-info/RECORD +283 -0
- {PyFunceble_dev-4.2.26.dist-info → PyFunceble_dev-4.2.27.dist-info}/WHEEL +1 -1
- PyFunceble_dev-4.2.26.dist-info/METADATA +0 -416
- PyFunceble_dev-4.2.26.dist-info/RECORD +0 -283
- {PyFunceble_dev-4.2.26.dist-info → PyFunceble_dev-4.2.27.dist-info}/LICENSE +0 -0
- {PyFunceble_dev-4.2.26.dist-info → PyFunceble_dev-4.2.27.dist-info}/entry_points.txt +0 -0
- {PyFunceble_dev-4.2.26.dist-info → PyFunceble_dev-4.2.27.dist-info}/top_level.txt +0 -0
@@ -1,416 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.1
|
2
|
-
Name: PyFunceble-dev
|
3
|
-
Version: 4.2.26
|
4
|
-
Summary: The tool to check the availability or syntax of domain, IP or URL.
|
5
|
-
Home-page: https://github.com/funilrys/PyFunceble
|
6
|
-
Author: funilrys
|
7
|
-
Author-email: contact@funilrys.com
|
8
|
-
License: Apache 2.0
|
9
|
-
Project-URL: Documentation, https://pyfunceble.readthedocs.io/en/dev/
|
10
|
-
Project-URL: Funding, https://github.com/sponsors/funilrys
|
11
|
-
Project-URL: Source, https://github.com/funilrys/PyFunceble/tree/dev
|
12
|
-
Project-URL: Tracker, https://github.com/funilrys/PyFunceble/issues
|
13
|
-
Keywords: PyFunceble,syntax-checker,reputation-checker,availability-checker
|
14
|
-
Platform: any
|
15
|
-
Classifier: Environment :: Console
|
16
|
-
Classifier: Topic :: Internet
|
17
|
-
Classifier: Development Status :: 4 - Beta
|
18
|
-
Classifier: Intended Audience :: Developers
|
19
|
-
Classifier: Programming Language :: Python
|
20
|
-
Classifier: Programming Language :: Python :: 3
|
21
|
-
Classifier: License :: OSI Approved
|
22
|
-
Requires-Python: >=3.8, <4
|
23
|
-
License-File: LICENSE
|
24
|
-
Requires-Dist: PyMySQL
|
25
|
-
Requires-Dist: dnspython[doh] ~=2.6.0
|
26
|
-
Requires-Dist: python-box[all] ~=6.0.0
|
27
|
-
Requires-Dist: PyYAML
|
28
|
-
Requires-Dist: cryptography ~=42.0
|
29
|
-
Requires-Dist: python-dotenv
|
30
|
-
Requires-Dist: SQLAlchemy ~=2.0
|
31
|
-
Requires-Dist: requests[socks] <3
|
32
|
-
Requires-Dist: inflection
|
33
|
-
Requires-Dist: alembic
|
34
|
-
Requires-Dist: domain2idna ~=1.12.0
|
35
|
-
Requires-Dist: colorama
|
36
|
-
Requires-Dist: setuptools >=65.5.1
|
37
|
-
Requires-Dist: shtab
|
38
|
-
Requires-Dist: packaging
|
39
|
-
Provides-Extra: dev
|
40
|
-
Requires-Dist: isort ; extra == 'dev'
|
41
|
-
Requires-Dist: flake8 ; extra == 'dev'
|
42
|
-
Requires-Dist: pylint ; extra == 'dev'
|
43
|
-
Requires-Dist: black ; extra == 'dev'
|
44
|
-
Provides-Extra: docs
|
45
|
-
Requires-Dist: alabaster <0.8,>=0.7 ; extra == 'docs'
|
46
|
-
Requires-Dist: requests >=2.32.0 ; extra == 'docs'
|
47
|
-
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
|
48
|
-
Requires-Dist: sphinx >=3.4.3 ; extra == 'docs'
|
49
|
-
Requires-Dist: Pygments >=2.0 ; extra == 'docs'
|
50
|
-
Requires-Dist: urllib3 >=2.2.2 ; extra == 'docs'
|
51
|
-
Provides-Extra: full
|
52
|
-
Requires-Dist: alabaster <0.8,>=0.7 ; extra == 'full'
|
53
|
-
Requires-Dist: PyMySQL ; extra == 'full'
|
54
|
-
Requires-Dist: Pygments >=2.0 ; extra == 'full'
|
55
|
-
Requires-Dist: python-box[all] ~=6.0.0 ; extra == 'full'
|
56
|
-
Requires-Dist: SQLAlchemy ~=2.0 ; extra == 'full'
|
57
|
-
Requires-Dist: tox ; extra == 'full'
|
58
|
-
Requires-Dist: setuptools >=65.5.1 ; extra == 'full'
|
59
|
-
Requires-Dist: flake8 ; extra == 'full'
|
60
|
-
Requires-Dist: packaging ; extra == 'full'
|
61
|
-
Requires-Dist: sphinx >=3.4.3 ; extra == 'full'
|
62
|
-
Requires-Dist: pylint ; extra == 'full'
|
63
|
-
Requires-Dist: cryptography ~=42.0 ; extra == 'full'
|
64
|
-
Requires-Dist: python-dotenv ; extra == 'full'
|
65
|
-
Requires-Dist: isort ; extra == 'full'
|
66
|
-
Requires-Dist: alembic ; extra == 'full'
|
67
|
-
Requires-Dist: urllib3 >=2.2.2 ; extra == 'full'
|
68
|
-
Requires-Dist: black ; extra == 'full'
|
69
|
-
Requires-Dist: coverage ; extra == 'full'
|
70
|
-
Requires-Dist: requests >=2.32.0 ; extra == 'full'
|
71
|
-
Requires-Dist: dnspython[doh] ~=2.6.0 ; extra == 'full'
|
72
|
-
Requires-Dist: PyYAML ; extra == 'full'
|
73
|
-
Requires-Dist: requests[socks] <3 ; extra == 'full'
|
74
|
-
Requires-Dist: inflection ; extra == 'full'
|
75
|
-
Requires-Dist: colorama ; extra == 'full'
|
76
|
-
Requires-Dist: domain2idna ~=1.12.0 ; extra == 'full'
|
77
|
-
Requires-Dist: shtab ; extra == 'full'
|
78
|
-
Requires-Dist: sphinx-rtd-theme ; extra == 'full'
|
79
|
-
Provides-Extra: psql
|
80
|
-
Requires-Dist: PyMySQL ; extra == 'psql'
|
81
|
-
Requires-Dist: dnspython[doh] ~=2.6.0 ; extra == 'psql'
|
82
|
-
Requires-Dist: python-box[all] ~=6.0.0 ; extra == 'psql'
|
83
|
-
Requires-Dist: PyYAML ; extra == 'psql'
|
84
|
-
Requires-Dist: cryptography ~=42.0 ; extra == 'psql'
|
85
|
-
Requires-Dist: python-dotenv ; extra == 'psql'
|
86
|
-
Requires-Dist: SQLAlchemy ~=2.0 ; extra == 'psql'
|
87
|
-
Requires-Dist: requests[socks] <3 ; extra == 'psql'
|
88
|
-
Requires-Dist: inflection ; extra == 'psql'
|
89
|
-
Requires-Dist: alembic ; extra == 'psql'
|
90
|
-
Requires-Dist: domain2idna ~=1.12.0 ; extra == 'psql'
|
91
|
-
Requires-Dist: colorama ; extra == 'psql'
|
92
|
-
Requires-Dist: setuptools >=65.5.1 ; extra == 'psql'
|
93
|
-
Requires-Dist: shtab ; extra == 'psql'
|
94
|
-
Requires-Dist: psycopg2 ; extra == 'psql'
|
95
|
-
Requires-Dist: packaging ; extra == 'psql'
|
96
|
-
Provides-Extra: test
|
97
|
-
Requires-Dist: tox ; extra == 'test'
|
98
|
-
Requires-Dist: coverage ; extra == 'test'
|
99
|
-
|
100
|
-
.. image:: https://raw.githubusercontent.com/PyFunceble/logo/dev/Green/HD/RM.png
|
101
|
-
|
102
|
-
The tool to check the availability or syntax of domain, IP or URL
|
103
|
-
-----------------------------------------------------------------
|
104
|
-
|
105
|
-
.. image:: https://img.shields.io/badge/code%20style-black-000000.png
|
106
|
-
:target: https://github.com/ambv/black
|
107
|
-
.. image:: https://coveralls.io/repos/github/funilrys/PyFunceble/badge.png?branch=dev
|
108
|
-
:target: https://coveralls.io/github/funilrys/PyFunceble?branch=dev
|
109
|
-
.. image:: https://img.shields.io/github/license/funilrys/PyFunceble.png
|
110
|
-
:target: https://github.com/funilrys/PyFunceble/blob/dev/LICENSE
|
111
|
-
.. image:: https://img.shields.io/pypi/v/pyfunceble-dev.png
|
112
|
-
:target: https://pypi.org/project/pyfunceble-dev
|
113
|
-
.. image:: https://img.shields.io/github/issues/funilrys/PyFunceble.png
|
114
|
-
:target: https://github.com/funilrys/PyFunceble/issues
|
115
|
-
.. image:: https://pepy.tech/badge/pyfunceble-dev
|
116
|
-
:target: https://pepy.tech/project/pyfunceble-dev
|
117
|
-
.. image:: https://pepy.tech/badge/pyfunceble-dev/month
|
118
|
-
:target: https://pepy.tech/project/pyfunceble-dev
|
119
|
-
.. image:: https://pepy.tech/badge/pyfunceble-dev/week
|
120
|
-
:target: https://pepy.tech/project/pyfunceble-dev
|
121
|
-
|
122
|
-
**PyFunceble** aims to provide an accurate availability check through the usage
|
123
|
-
of multiple sources which are for example - to only list a few:
|
124
|
-
|
125
|
-
- the WHOIS record(s).
|
126
|
-
- the DNS record(s).
|
127
|
-
- the HTTP status code.
|
128
|
-
|
129
|
-
PyFunceble can be included in your existing project through:
|
130
|
-
|
131
|
-
- its standard built-in CLI implementation.
|
132
|
-
- its `Python API`_.
|
133
|
-
- the `PyFunceble web-worker`_ project that provides the core functionalities
|
134
|
-
of PyFunceble behind a web API.
|
135
|
-
|
136
|
-
The PyFunceble CLI can test from a hosts file, a plain list of subjects, an
|
137
|
-
AdBlock filter list or even an RPZ record.
|
138
|
-
|
139
|
-
As of today, PyFunceble is running actively - if not daily - within several
|
140
|
-
servers, laptops, PCs, and Raspberry Pis. It is even used - thanks to our
|
141
|
-
auto continue mechanism - with CI engines like GitHub Action, Travis CI, or
|
142
|
-
GitLab CI.
|
143
|
-
|
144
|
-
Happy testing with PyFunceble!
|
145
|
-
|
146
|
-
.. image:: https://github.com/PyFunceble/gifs/raw/dev/domain.gif
|
147
|
-
:target: https://github.com/PyFunceble/gifs/raw/dev/domain.gif
|
148
|
-
|
149
|
-
.. _Python API: https://pyfunceble.readthedocs.io/en/dev/api/index.html
|
150
|
-
.. _PyFunceble web-worker: https://github.com/pyfunceble/web-worker
|
151
|
-
|
152
|
-
|
153
|
-
___________________________________________
|
154
|
-
|
155
|
-
Installation
|
156
|
-
------------
|
157
|
-
|
158
|
-
:code:`pip`
|
159
|
-
^^^^^^^^^^^
|
160
|
-
|
161
|
-
::
|
162
|
-
|
163
|
-
$ pip install --upgrade pyfunceble
|
164
|
-
$ pyfunceble --version
|
165
|
-
|
166
|
-
:code:`docker`
|
167
|
-
^^^^^^^^^^^^^^
|
168
|
-
|
169
|
-
::
|
170
|
-
|
171
|
-
$ docker pull pyfunceble/pyfunceble
|
172
|
-
$ docker run -it pyfunceble/pyfunceble --version
|
173
|
-
|
174
|
-
___________________________________________
|
175
|
-
|
176
|
-
Documentation as the place to be!
|
177
|
-
---------------------------------
|
178
|
-
|
179
|
-
Want to know more about details **PyFunceble**?
|
180
|
-
I invite you to read the documentation at https://pyfunceble.readthedocs.io/en/dev/!
|
181
|
-
|
182
|
-
Want a local copy? I get you covered!
|
183
|
-
|
184
|
-
Simply run the following and enjoy the documentation!
|
185
|
-
|
186
|
-
::
|
187
|
-
|
188
|
-
$ pip install --user -r requirements.docs.txt # Install dependencies.
|
189
|
-
$ cd docs/
|
190
|
-
$ make clean html
|
191
|
-
$ palemoon _build/html/index.html # palemoon or whatever browser you use.
|
192
|
-
|
193
|
-
.. note::
|
194
|
-
You are also invited to submit changes and improvement to the documentation
|
195
|
-
through a new Pull Request.
|
196
|
-
|
197
|
-
___________________________________________
|
198
|
-
|
199
|
-
Supporting the project
|
200
|
-
----------------------
|
201
|
-
|
202
|
-
|
203
|
-
`PyFunceble`_, `Dead-Hosts`_, and all other analog projects are powered by free
|
204
|
-
time and a lot of coffee!
|
205
|
-
|
206
|
-
This project helps you and/or you like it?
|
207
|
-
|
208
|
-
GitHub Sponsor
|
209
|
-
^^^^^^^^^^^^^^
|
210
|
-
|
211
|
-
`@funilrys`_ is part of the GitHub Sponsor program!
|
212
|
-
|
213
|
-
.. image:: https://github.com/PyFunceble/logo/raw/master/pyfunceble_github.png
|
214
|
-
:target: https://github.com/sponsors/funilrys
|
215
|
-
:height: 70px
|
216
|
-
|
217
|
-
`Sponsor me`_!
|
218
|
-
|
219
|
-
Ko-Fi
|
220
|
-
^^^^^
|
221
|
-
|
222
|
-
Don't want to use the GitHub Sponsor program ?
|
223
|
-
Single donations are welcome too!
|
224
|
-
|
225
|
-
.. image:: https://az743702.vo.msecnd.net/cdn/kofi3.png
|
226
|
-
:target: https://ko-fi.com/V7V3EH2Y
|
227
|
-
:height: 70px
|
228
|
-
|
229
|
-
`Buy me a coffee`_!
|
230
|
-
|
231
|
-
___________________________________________
|
232
|
-
|
233
|
-
Contributors
|
234
|
-
------------
|
235
|
-
|
236
|
-
Thanks to those awesome peoples for their awesome and crazy idea(s),
|
237
|
-
contribution(s) and or issue report which made or make `PyFunceble`_ a better tool.
|
238
|
-
|
239
|
-
::
|
240
|
-
|
241
|
-
_______ _ _ _ _
|
242
|
-
|__ __| | | | | | | |
|
243
|
-
| | | |__ __ _ _ __ | | _____ | |_ ___ _ _ ___ _ _ | |
|
244
|
-
| | | '_ \ / _` | '_ \| |/ / __| | __/ _ \ | | | |/ _ \| | | | | |
|
245
|
-
| | | | | | (_| | | | | <\__ \ | || (_) | | |_| | (_) | |_| | |_|
|
246
|
-
|_| |_| |_|\__,_|_| |_|_|\_\___/ \__\___/ \__, |\___/ \__,_| (_)
|
247
|
-
__/ |
|
248
|
-
|___/
|
249
|
-
|
250
|
-
- avatartw - `@avatartw`_
|
251
|
-
- Avinash Reddy - `@AvinashReddy3108`_
|
252
|
-
- BigDargon - `@bigdargon`_
|
253
|
-
- Daniel - `@dnmTX`_
|
254
|
-
- gwarser - `@gwarser`_
|
255
|
-
- Haris Gušić - `@veracioux`_
|
256
|
-
- hawkeye116477 - `@hawkeye116477`_
|
257
|
-
- Human Being - `@T145`_
|
258
|
-
- Imre Kristoffer Eilertsen - `@DandelionSprout`_
|
259
|
-
- jawz101 - `@jawz101`_
|
260
|
-
- Josenilson Ferreira da SIlva - `@Nilsonfsilva`_
|
261
|
-
- keczuppp - `@keczuppp`_
|
262
|
-
- kowith337 - `@kowith337`_
|
263
|
-
- Mitchell Krog - `@mitchellkrogza`_
|
264
|
-
- NeolithEra - `@NeolithEra`_
|
265
|
-
- Odyseus - `@Odyseus`_
|
266
|
-
- opav - `@opav`_
|
267
|
-
- Reza Rizqullah - `@ybreza`_
|
268
|
-
- rusty-snake - `@rusty-snake`_
|
269
|
-
- ScriptTiger - `@ScriptTiger`_
|
270
|
-
- sjhgvr - `@sjhgvr`_
|
271
|
-
- speedmann - `@speedmann`_
|
272
|
-
- spirillen - `@spirillen`_
|
273
|
-
- The Unknown - `@AnonymousPoster`_
|
274
|
-
- WaLLy3K - `@WaLLy3K`_
|
275
|
-
- xxcriticxx - `@xxcriticxx`_
|
276
|
-
- Yuki2718 - `@Yuki2718`_
|
277
|
-
- Zachinquarantine - `@Zachinquarantine`_
|
278
|
-
- ZeroDot1 - `@ZeroDot1`_
|
279
|
-
|
280
|
-
___________________________________________
|
281
|
-
|
282
|
-
Special Thanks
|
283
|
-
--------------
|
284
|
-
|
285
|
-
Thanks to those awesome organization(s), tool(s) and or people(s) for
|
286
|
-
|
287
|
-
* Their awesome documentation
|
288
|
-
* Their awesome repository
|
289
|
-
* Their awesome tool/software/source code
|
290
|
-
* Their breaking reports
|
291
|
-
* Their contributions
|
292
|
-
* Their current work/purpose
|
293
|
-
* Their promotion of Py-Funceble
|
294
|
-
* Their support
|
295
|
-
* Their testings reports
|
296
|
-
|
297
|
-
which helped and/or still help me build, test and or make `PyFunceble`_ a better tool.
|
298
|
-
|
299
|
-
::
|
300
|
-
|
301
|
-
_______ _ _ _ _
|
302
|
-
|__ __| | | | | | | |
|
303
|
-
| | | |__ __ _ _ __ | | _____ | |_ ___ _ _ ___ _ _ | |
|
304
|
-
| | | '_ \ / _` | '_ \| |/ / __| | __/ _ \ | | | |/ _ \| | | | | |
|
305
|
-
| | | | | | (_| | | | | <\__ \ | || (_) | | |_| | (_) | |_| | |_|
|
306
|
-
|_| |_| |_|\__,_|_| |_|_|\_\___/ \__\___/ \__, |\___/ \__,_| (_)
|
307
|
-
__/ |
|
308
|
-
|___/
|
309
|
-
|
310
|
-
- Adam Warner - `@PromoFaux`_
|
311
|
-
- Adblock Plus - `@adblockplus`_
|
312
|
-
- asciinema - `@asciinema`_
|
313
|
-
- Bob Halley - `@rthalley`_ (`DNSPython`_)
|
314
|
-
- Chris Griffith - `@cdgriffith`_ (`Box`_)
|
315
|
-
- Daniel - `@dnmTX`_
|
316
|
-
- Jonathan Hartley - `@tartley`_ (`colorama`_)
|
317
|
-
- `IANA`_ - `ICANN`_ (`Root Zone Database`_)
|
318
|
-
- `Iterative`_ (`shtab`_)
|
319
|
-
- Kenneth Reitz - `@kennethreitz`_ (`requests`_)
|
320
|
-
- Mitchell Krog - `@mitchellkrogza`_
|
321
|
-
- Mohammad Fares - `@faressoft`_ (`Terminalizer`_)
|
322
|
-
- Pi-Hole - `@pi-hole`_
|
323
|
-
- Public Suffix List - `@publicsuffix`_
|
324
|
-
- Reza Rizqullah - `@ybreza`_
|
325
|
-
- Saurabh Kumar - `@theskumar`_ (`python-dotenv`_)
|
326
|
-
- ScriptTiger - `@ScriptTiger`_
|
327
|
-
- SMed79 - `@SMed79`_
|
328
|
-
- spirillen - `@spirillen`_
|
329
|
-
- The YAML Project - `@yaml`_ (`pyyaml`_)
|
330
|
-
- `yWorks`_ - (`yEd Graph Editor`_)
|
331
|
-
|
332
|
-
___________________________________________
|
333
|
-
|
334
|
-
License
|
335
|
-
-------
|
336
|
-
::
|
337
|
-
|
338
|
-
Copyright 2017, 2018, 2019, 2020, 2022, 2023, 2024 Nissar Chababy
|
339
|
-
|
340
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
341
|
-
you may not use this file except in compliance with the License.
|
342
|
-
You may obtain a copy of the License at
|
343
|
-
|
344
|
-
https://www.apache.org/licenses/LICENSE-2.0
|
345
|
-
|
346
|
-
Unless required by applicable law or agreed to in writing, software
|
347
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
348
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
349
|
-
See the License for the specific language governing permissions and
|
350
|
-
limitations under the License.
|
351
|
-
|
352
|
-
.. _Box: https://github.com/cdgriffith/Box
|
353
|
-
.. _colorama: https://github.com/tartley/colorama
|
354
|
-
.. _Dead-Hosts: https://github.com/dead-hosts
|
355
|
-
.. _DNSPython: https://github.com/rthalley/dnspython
|
356
|
-
.. _Funceble: https://github.com/funilrys/funceble
|
357
|
-
.. _IANA: https://www.iana.org/
|
358
|
-
.. _ICANN: https://www.icann.org/
|
359
|
-
.. _Iterative: https://github.com/iterative
|
360
|
-
.. _PyFunceble: https://github.com/funilrys/PyFunceble
|
361
|
-
.. _python-dotenv: https://github.com/theskumar/python-dotenv
|
362
|
-
.. _pyyaml: https://github.com/yaml/pyyaml
|
363
|
-
.. _requests: https://github.com/kennethreitz/requests
|
364
|
-
.. _Root Zone Database: https://www.iana.org/domains/root/db
|
365
|
-
.. _shtab: https://github.com/iterative/shtab
|
366
|
-
.. _Terminalizer: https://github.com/faressoft/terminalizer
|
367
|
-
.. _yEd Graph Editor: https://www.yworks.com/products/yed
|
368
|
-
.. _yWorks: https://www.yworks.com
|
369
|
-
|
370
|
-
.. _@adblockplus: https://github.com/adblockplus
|
371
|
-
.. _@AnonymousPoster: https://www.mypdns.org/p/AnonymousPoster/
|
372
|
-
.. _@asciinema: https://github.com/asciinema
|
373
|
-
.. _@avatartw: https://github.com/avatartw
|
374
|
-
.. _@AvinashReddy3108: https://github.com/AvinashReddy3108
|
375
|
-
.. _@bigdargon: https://github.com/bigdargon
|
376
|
-
.. _@cdgriffith: https://github.com/cdgriffith
|
377
|
-
.. _@DandelionSprout: https://github.com/DandelionSprout
|
378
|
-
.. _@dnmTX: https://github.com/dnmTX
|
379
|
-
.. _@faressoft: https://github.com/faressoft
|
380
|
-
.. _@funilrys: https://github.com/funilrys
|
381
|
-
.. _@gwarser: https://github.com/gwarser
|
382
|
-
.. _@hawkeye116477: https://github.com/hawkeye116477
|
383
|
-
.. _@jawz101: https://github.com/jawz101
|
384
|
-
.. _@keczuppp: https://github.com/keczuppp
|
385
|
-
.. _@kennethreitz: https://github.com/kennethreitz
|
386
|
-
.. _@kowith337: https://github.com/kowith337
|
387
|
-
.. _@mitchellkrogza: https://github.com/mitchellkrogza
|
388
|
-
.. _@NeolithEra: https://github.com/NeolithEra
|
389
|
-
.. _@Nilsonfsilva: https://github.com/Nilsonfsilva
|
390
|
-
.. _@Odyseus: https://github.com/Odyseus
|
391
|
-
.. _@opav: https://github.com/opav
|
392
|
-
.. _@pi-hole: https://github.com/pi-hole/pi-hole
|
393
|
-
.. _@PromoFaux: https://github.com/PromoFaux
|
394
|
-
.. _@publicsuffix: https://github.com/publicsuffix
|
395
|
-
.. _@rthalley: https://github.com/rthalley
|
396
|
-
.. _@rusty-snake: https://github.com/rusty-snake
|
397
|
-
.. _@ScriptTiger: https://github.com/ScriptTiger
|
398
|
-
.. _@sjhgvr: https://github.com/sjhgvr
|
399
|
-
.. _@SMed79: https://github.com/SMed79
|
400
|
-
.. _@speedmann: https://github.com/speedmann
|
401
|
-
.. _@spirillen: https://www.mypdns.org/p/Spirillen/
|
402
|
-
.. _@T145: https://github.com/T145
|
403
|
-
.. _@tartley: https://github.com/tartley
|
404
|
-
.. _@theskumar: https://github.com/theskumar
|
405
|
-
.. _@veracioux: https://github.com/veracioux
|
406
|
-
.. _@Wally3K: https://github.com/WaLLy3K
|
407
|
-
.. _@xxcriticxx: https://github.com/xxcriticxx
|
408
|
-
.. _@yaml: https://github.com/yaml
|
409
|
-
.. _@ybreza: https://github.com/ybreza
|
410
|
-
.. _@Yuki2718: https://github.com/Yuki2718
|
411
|
-
.. _@Zachinquarantine: https://github.com/Zachinquarantine
|
412
|
-
.. _@ZeroDot1: https://github.com/ZeroDot1
|
413
|
-
|
414
|
-
.. _documentation for more GIF: https://pyfunceble.readthedocs.io/en/dev/in-action.html
|
415
|
-
.. _Sponsor me: https://github.com/sponsors/funilrys
|
416
|
-
.. _Buy me a coffee: https://ko-fi.com/V7V3EH2Y
|