PyFunceble-dev 4.2.26__py3-none-any.whl → 4.2.28__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 -19
- 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 +2 -69
- 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.28.dist-info/METADATA +630 -0
- PyFunceble_dev-4.2.28.dist-info/RECORD +283 -0
- {PyFunceble_dev-4.2.26.dist-info → PyFunceble_dev-4.2.28.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.28.dist-info}/LICENSE +0 -0
- {PyFunceble_dev-4.2.26.dist-info → PyFunceble_dev-4.2.28.dist-info}/entry_points.txt +0 -0
- {PyFunceble_dev-4.2.26.dist-info → PyFunceble_dev-4.2.28.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,630 @@
|
|
1
|
+
Metadata-Version: 2.1
|
2
|
+
Name: PyFunceble-dev
|
3
|
+
Version: 4.2.28
|
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://docs.pyfunceble.com
|
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
|
+
Description-Content-Type: text/markdown
|
24
|
+
License-File: LICENSE
|
25
|
+
Requires-Dist: dnspython[doh]~=2.6.0
|
26
|
+
Requires-Dist: python-box[all]~=6.0.0
|
27
|
+
Requires-Dist: setuptools>=65.5.1
|
28
|
+
Requires-Dist: python-dotenv
|
29
|
+
Requires-Dist: requests[socks]<3
|
30
|
+
Requires-Dist: SQLAlchemy[postgresql-psycopg2binary]~=2.0
|
31
|
+
Requires-Dist: packaging
|
32
|
+
Requires-Dist: shtab
|
33
|
+
Requires-Dist: domain2idna~=1.12.0
|
34
|
+
Requires-Dist: cryptography~=42.0
|
35
|
+
Requires-Dist: PyYAML
|
36
|
+
Requires-Dist: alembic
|
37
|
+
Requires-Dist: colorama
|
38
|
+
Requires-Dist: inflection
|
39
|
+
Requires-Dist: PyMySQL
|
40
|
+
Provides-Extra: dev
|
41
|
+
Requires-Dist: pylint; extra == "dev"
|
42
|
+
Requires-Dist: isort; extra == "dev"
|
43
|
+
Requires-Dist: flake8; extra == "dev"
|
44
|
+
Requires-Dist: black; extra == "dev"
|
45
|
+
Provides-Extra: docs
|
46
|
+
Requires-Dist: mkdocs-macros-plugin~=1.2; extra == "docs"
|
47
|
+
Requires-Dist: mkdocs-gen-files~=0.5; extra == "docs"
|
48
|
+
Requires-Dist: zipp>=3.19.1; extra == "docs"
|
49
|
+
Requires-Dist: mkdocs-git-revision-date-localized-plugin~=1.2; extra == "docs"
|
50
|
+
Requires-Dist: mkdocs-material~=9.5; extra == "docs"
|
51
|
+
Requires-Dist: pymdown-extensions~=10.9; extra == "docs"
|
52
|
+
Requires-Dist: mkdocs~=1.5; extra == "docs"
|
53
|
+
Requires-Dist: mkdocs-git-authors-plugin~=0.9; extra == "docs"
|
54
|
+
Requires-Dist: mkdocs-literate-nav~=0.6; extra == "docs"
|
55
|
+
Requires-Dist: mkdocstrings[python]~=0.26; extra == "docs"
|
56
|
+
Requires-Dist: mkdocs-section-index~=0.3; extra == "docs"
|
57
|
+
Provides-Extra: full
|
58
|
+
Requires-Dist: python-box[all]~=6.0.0; extra == "full"
|
59
|
+
Requires-Dist: SQLAlchemy[postgresql-psycopg2binary]~=2.0; extra == "full"
|
60
|
+
Requires-Dist: mkdocstrings[python]~=0.26; extra == "full"
|
61
|
+
Requires-Dist: mkdocs-section-index~=0.3; extra == "full"
|
62
|
+
Requires-Dist: dnspython[doh]~=2.6.0; extra == "full"
|
63
|
+
Requires-Dist: mkdocs-material~=9.5; extra == "full"
|
64
|
+
Requires-Dist: packaging; extra == "full"
|
65
|
+
Requires-Dist: pymdown-extensions~=10.9; extra == "full"
|
66
|
+
Requires-Dist: pylint; extra == "full"
|
67
|
+
Requires-Dist: mkdocs-git-authors-plugin~=0.9; extra == "full"
|
68
|
+
Requires-Dist: colorama; extra == "full"
|
69
|
+
Requires-Dist: inflection; extra == "full"
|
70
|
+
Requires-Dist: PyMySQL; extra == "full"
|
71
|
+
Requires-Dist: black; extra == "full"
|
72
|
+
Requires-Dist: setuptools>=65.5.1; extra == "full"
|
73
|
+
Requires-Dist: tox; extra == "full"
|
74
|
+
Requires-Dist: isort; extra == "full"
|
75
|
+
Requires-Dist: mkdocs-macros-plugin~=1.2; extra == "full"
|
76
|
+
Requires-Dist: mkdocs-gen-files~=0.5; extra == "full"
|
77
|
+
Requires-Dist: zipp>=3.19.1; extra == "full"
|
78
|
+
Requires-Dist: mkdocs-git-revision-date-localized-plugin~=1.2; extra == "full"
|
79
|
+
Requires-Dist: shtab; extra == "full"
|
80
|
+
Requires-Dist: domain2idna~=1.12.0; extra == "full"
|
81
|
+
Requires-Dist: requests[socks]<3; extra == "full"
|
82
|
+
Requires-Dist: coverage; extra == "full"
|
83
|
+
Requires-Dist: cryptography~=42.0; extra == "full"
|
84
|
+
Requires-Dist: PyYAML; extra == "full"
|
85
|
+
Requires-Dist: alembic; extra == "full"
|
86
|
+
Requires-Dist: flake8; extra == "full"
|
87
|
+
Requires-Dist: mkdocs~=1.5; extra == "full"
|
88
|
+
Requires-Dist: mkdocs-literate-nav~=0.6; extra == "full"
|
89
|
+
Requires-Dist: python-dotenv; extra == "full"
|
90
|
+
Provides-Extra: psql
|
91
|
+
Requires-Dist: dnspython[doh]~=2.6.0; extra == "psql"
|
92
|
+
Requires-Dist: python-box[all]~=6.0.0; extra == "psql"
|
93
|
+
Requires-Dist: setuptools>=65.5.1; extra == "psql"
|
94
|
+
Requires-Dist: python-dotenv; extra == "psql"
|
95
|
+
Requires-Dist: requests[socks]<3; extra == "psql"
|
96
|
+
Requires-Dist: SQLAlchemy[postgresql-psycopg2binary]~=2.0; extra == "psql"
|
97
|
+
Requires-Dist: packaging; extra == "psql"
|
98
|
+
Requires-Dist: psycopg2; extra == "psql"
|
99
|
+
Requires-Dist: shtab; extra == "psql"
|
100
|
+
Requires-Dist: domain2idna~=1.12.0; extra == "psql"
|
101
|
+
Requires-Dist: cryptography~=42.0; extra == "psql"
|
102
|
+
Requires-Dist: PyYAML; extra == "psql"
|
103
|
+
Requires-Dist: alembic; extra == "psql"
|
104
|
+
Requires-Dist: colorama; extra == "psql"
|
105
|
+
Requires-Dist: inflection; extra == "psql"
|
106
|
+
Requires-Dist: PyMySQL; extra == "psql"
|
107
|
+
Provides-Extra: test
|
108
|
+
Requires-Dist: tox; extra == "test"
|
109
|
+
Requires-Dist: coverage; extra == "test"
|
110
|
+
|
111
|
+

|
112
|
+
|
113
|
+
# The tool to check the availability or syntax of domain, IP or URL
|
114
|
+
|
115
|
+
[](https://github.com/ambv/black)
|
116
|
+
[](https://coveralls.io/github/funilrys/PyFunceble?branch=dev)
|
117
|
+
[](https://github.com/funilrys/PyFunceble/blob/dev/LICENSE)
|
118
|
+
[](https://pypi.org/project/pyfunceble-dev)
|
119
|
+
[](https://github.com/funilrys/PyFunceble/issues)
|
120
|
+
|
121
|
+
[](https://pepy.tech/project/pyfunceble-dev)
|
122
|
+
[](https://pepy.tech/project/pyfunceble-dev)
|
123
|
+
[](https://pepy.tech/project/pyfunceble-dev)
|
124
|
+
|
125
|
+
**PyFunceble** aims to provide an accurate availability check through
|
126
|
+
the usage of multiple sources which are for example - to only list a
|
127
|
+
few:
|
128
|
+
|
129
|
+
- the WHOIS record(s).
|
130
|
+
- the DNS record(s).
|
131
|
+
- the HTTP status code.
|
132
|
+
|
133
|
+
PyFunceble can be included in your existing project through:
|
134
|
+
|
135
|
+
- its standard built-in CLI implementation.
|
136
|
+
- its [Python
|
137
|
+
API](https://docs.pyfunceble.com/develop/getting-started.html).
|
138
|
+
- the [PyFunceble
|
139
|
+
web-worker](https://github.com/pyfunceble/web-worker) project that
|
140
|
+
provides the core functionalities of PyFunceble behind a web API.
|
141
|
+
|
142
|
+
The PyFunceble CLI can test from a hosts file, a plain list of subjects,
|
143
|
+
an AdBlock filter list or even an RPZ record.
|
144
|
+
|
145
|
+
As of today, PyFunceble is running actively - if not daily - within
|
146
|
+
several servers, laptops, PCs, and Raspberry Pis. It is even used -
|
147
|
+
thanks to our auto continue mechanism - with CI engines like GitHub
|
148
|
+
Action, Travis CI, or GitLab CI.
|
149
|
+
|
150
|
+
Happy testing with PyFunceble!
|
151
|
+
|
152
|
+
[](https://github.com/PyFunceble/gifs/raw/master/repo-showcase.gif)
|
153
|
+
|
154
|
+
# Table of Content
|
155
|
+
|
156
|
+
- [The tool to check the availability or syntax of domain, IP or URL](#the-tool-to-check-the-availability-or-syntax-of-domain-ip-or-url)
|
157
|
+
- [Table of Content](#table-of-content)
|
158
|
+
- [Installation](#installation)
|
159
|
+
- [Packages \& Versioning](#packages--versioning)
|
160
|
+
- [PyPi - Python Package Index](#pypi---python-package-index)
|
161
|
+
- [pyfunceble](#pyfunceble)
|
162
|
+
- [pyfunceble-dev](#pyfunceble-dev)
|
163
|
+
- [Container Image Registry](#container-image-registry)
|
164
|
+
- [pyfunceble](#pyfunceble-1)
|
165
|
+
- [Docker Hub](#docker-hub)
|
166
|
+
- [pyfunceble-dev](#pyfunceble-dev-1)
|
167
|
+
- [Docker Hub](#docker-hub-1)
|
168
|
+
- [ArchLinux](#archlinux)
|
169
|
+
- [Git Repository](#git-repository)
|
170
|
+
- [pyfunceble](#pyfunceble-2)
|
171
|
+
- [GitHub](#github)
|
172
|
+
- [GitLab](#gitlab)
|
173
|
+
- [pyfunceble-dev](#pyfunceble-dev-2)
|
174
|
+
- [GitHub](#github-1)
|
175
|
+
- [GitLab](#gitlab-1)
|
176
|
+
- [From Source](#from-source)
|
177
|
+
- [Usage](#usage)
|
178
|
+
- [Common Setups](#common-setups)
|
179
|
+
- [Container Image Setups](#container-image-setups)
|
180
|
+
- [Data Persitence](#data-persitence)
|
181
|
+
- [Common Examples](#common-examples)
|
182
|
+
- [Documentation as the place to be!](#documentation-as-the-place-to-be)
|
183
|
+
- [Supporting the project](#supporting-the-project)
|
184
|
+
- [Contributors](#contributors)
|
185
|
+
- [Special Thanks](#special-thanks)
|
186
|
+
- [License](#license)
|
187
|
+
|
188
|
+
|
189
|
+
# Installation
|
190
|
+
|
191
|
+
## Packages & Versioning
|
192
|
+
|
193
|
+
This project follows the semver standard.
|
194
|
+
|
195
|
+
PyFunceble is distributed through 2 packages that reflects our 2 main development and
|
196
|
+
deployment branches. Both packages are stable but with 2 different phylosophies.
|
197
|
+
Therefore, the choice is up to you.
|
198
|
+
|
199
|
+
The 2 packages are `pyfunceble` and `pyfunceble-dev`.
|
200
|
+
|
201
|
+
If you want a **stable** but **mature**, and **slowly** updating package, you
|
202
|
+
should install the `pyfunceble` package.
|
203
|
+
It reflects the `master` branch which only get updated once the new features and
|
204
|
+
bugfixes of `pyfunceble-dev` are tested long enough to be considered mature.
|
205
|
+
|
206
|
+
On the other hand, if you want a **stable** but **fast** updating package, you
|
207
|
+
should install the `pyfunceble-dev` package.
|
208
|
+
It reflects the `dev` branch which get updated frequently to allow the community to
|
209
|
+
provide feedbacks as soon as possible.
|
210
|
+
|
211
|
+
**Recommendation:**
|
212
|
+
For most people the `pyfunceble` package should be sufficient. But if you want to help
|
213
|
+
the community or always want to have the latest features and bugfix as soon as possible,
|
214
|
+
you should prefer the `pyfunceble-dev` package.
|
215
|
+
|
216
|
+
## PyPi - Python Package Index
|
217
|
+
|
218
|
+
Installing from the Python Package Index is for most people the prefered one - after
|
219
|
+
the OS specific packages _(see below)_.
|
220
|
+
|
221
|
+
Here is an overview of the packages and where they are hosted.
|
222
|
+
|
223
|
+
| Package | PyPi Link |
|
224
|
+
|----------------|------------------------------------------|
|
225
|
+
| pyfunceble | https://pypi.org/project/PyFunceble |
|
226
|
+
| pyfunceble-dev | https://pypi.org/project/PyFunceblee-dev |
|
227
|
+
|
228
|
+
### pyfunceble
|
229
|
+
|
230
|
+
You can install the **pyfunceble** through `pip3`:
|
231
|
+
|
232
|
+
```shell
|
233
|
+
pip3 install --user pyfunceble
|
234
|
+
```
|
235
|
+
|
236
|
+
### pyfunceble-dev
|
237
|
+
|
238
|
+
You can install the **pyfunceble-dev** package through `pip3`:
|
239
|
+
|
240
|
+
```shell
|
241
|
+
pip3 install --user pyfunceble-dev
|
242
|
+
```
|
243
|
+
|
244
|
+
If you want to help and use the unstable pre-releases, you should install with
|
245
|
+
the `--pre` argument.
|
246
|
+
|
247
|
+
```shell
|
248
|
+
pip3 install --user --pre pyfunceble-dev
|
249
|
+
```
|
250
|
+
|
251
|
+
## Container Image Registry
|
252
|
+
|
253
|
+
Installing from a Container Image Registry is the way to go if you are in a
|
254
|
+
hurry or always want the best from the beat without having to look if an update
|
255
|
+
is available. :smile:
|
256
|
+
|
257
|
+
Here is an overview of the packages and where they are hosted.
|
258
|
+
|
259
|
+
| Host | Package | Link |
|
260
|
+
|------------|----------------|----------------------------------------------------------------------------------------------------------|
|
261
|
+
| Docker Hub | pyfunceble | [https://hub.docker.com/r/pyfunceble/pyfunceble](https://hub.docker.com/r/pyfunceble/pyfunceble) |
|
262
|
+
| Docker Hub | pyfunceble-dev | [https://hub.docker.com/r/pyfunceble/pyfunceble-dev](https://hub.docker.com/r/pyfunceble/pyfunceble-dev) |
|
263
|
+
|
264
|
+
### pyfunceble
|
265
|
+
|
266
|
+
#### Docker Hub
|
267
|
+
|
268
|
+
You can install the **pyfunceble** image from Docker Hub through `docker`:
|
269
|
+
|
270
|
+
```shell
|
271
|
+
docker pull pyfunceble/pyfunceble
|
272
|
+
```
|
273
|
+
|
274
|
+
### pyfunceble-dev
|
275
|
+
|
276
|
+
#### Docker Hub
|
277
|
+
|
278
|
+
You can install the **pyfunceble-dev** image from Docker Hub through `docker`:
|
279
|
+
|
280
|
+
```shell
|
281
|
+
docker pull pyfunceble/pyfunceble-dev
|
282
|
+
```
|
283
|
+
|
284
|
+
## ArchLinux
|
285
|
+
|
286
|
+
For the **`pyfunceble`** package:
|
287
|
+
|
288
|
+
```shell
|
289
|
+
aur-helper -S pyfunceble
|
290
|
+
pyfunceble --version
|
291
|
+
```
|
292
|
+
|
293
|
+
For the **`pyfunceble-dev`** package:
|
294
|
+
|
295
|
+
```shell
|
296
|
+
aur-helper -S pyfunceble-dev
|
297
|
+
pyfunceble --version
|
298
|
+
```
|
299
|
+
|
300
|
+
## Git Repository
|
301
|
+
|
302
|
+
Installing from a Git Repository with `pip3` is not recommended for general user as
|
303
|
+
you will get the latest development patches even before they get published. But if you
|
304
|
+
are one of those who always want to be in sync with the latest development patches,
|
305
|
+
this is probably for you.
|
306
|
+
|
307
|
+
Here is an overview of the packages and where they are hosted.
|
308
|
+
|
309
|
+
| Host | Package | Repository |
|
310
|
+
|--------|----------------|-------------------------------------------------------------------------|
|
311
|
+
| GitHub | pyfunceble | `git+https://github.com/funilrys/PyFunceble.git@master#egg=PyFunceble` |
|
312
|
+
| GitHub | pyfunceble-dev | `git+https://github.com/funilrys/PyFunceble.git@dev#egg=PyFunceble-dev` |
|
313
|
+
| GitLab | pyfunceble | `git+https://gitlab.com/funilrys/PyFunceble.git@master#egg=PyFunceble` |
|
314
|
+
| GitLab | pyfunceble-dev | `git+https://gitlab.com/funilrys/PyFunceble.git@dev#egg=PyFunceble-dev` |
|
315
|
+
|
316
|
+
### pyfunceble
|
317
|
+
|
318
|
+
#### GitHub
|
319
|
+
|
320
|
+
You can install the **pyfunceble** package from GitHub through `pip3`:
|
321
|
+
|
322
|
+
```shell
|
323
|
+
pip3 install --user git+https://github.com/funilrys/PyFunceble.git@master#egg=PyFunceble
|
324
|
+
```
|
325
|
+
|
326
|
+
#### GitLab
|
327
|
+
|
328
|
+
You can install the **pyfunceble** package from GitLab through `pip3`:
|
329
|
+
|
330
|
+
```shell
|
331
|
+
pip3 install --user git+https://gitlab.com/funilrys/PyFunceble.git@master#egg=PyFunceble
|
332
|
+
```
|
333
|
+
|
334
|
+
### pyfunceble-dev
|
335
|
+
|
336
|
+
#### GitHub
|
337
|
+
|
338
|
+
You can install the **pyfunceble-dev** package from GitHub through `pip3`:
|
339
|
+
|
340
|
+
```shell
|
341
|
+
pip3 install --user git+https://github.com/funilrys/PyFunceble.git@dev#egg=PyFunceble-dev
|
342
|
+
```
|
343
|
+
|
344
|
+
#### GitLab
|
345
|
+
|
346
|
+
You can install the **pyfunceble-dev** package from GitLab through `pip3`:
|
347
|
+
|
348
|
+
```shell
|
349
|
+
pip3 install --user git+https://gitlab.com/funilrys/PyFunceble.git@dev#egg=PyFunceble-dev
|
350
|
+
```
|
351
|
+
|
352
|
+
## From Source
|
353
|
+
|
354
|
+
Installing from source is not recommended at all as you may need to keep the repository
|
355
|
+
up-to-date by yourself.
|
356
|
+
|
357
|
+
Here is an overview of the packages and where they are hosted.
|
358
|
+
|
359
|
+
| Host | Package | Branch | Repository |
|
360
|
+
| ------ | -------------- | -------- | -------------------------------------------------------------------------------------------------------- |
|
361
|
+
| GitHub | pyfunceble | `master` | [https://github.com/funilrys/PyFunceble/tree/master](https://github.com/funilrys/PyFunceble/tree/master) |
|
362
|
+
| GitHub | pyfunceble-dev | `dev` | [https://github.com/funilrys/PyFunceble/tree/dev](https://github.com/funilrys/PyFunceble/tree/dev) |
|
363
|
+
| GitLab | pyfunceble | `master` | [https://gitlab.com/funilrys/PyFunceble/tree/master](https://gitlab.com/funilrys/PyFunceble/tree/master) |
|
364
|
+
| GitLab | pyfunceble-dev | `dev` | [https://gitlab.com/funilrys/PyFunceble/tree/master](https://gitlab.com/funilrys/PyFunceble/tree/master) |
|
365
|
+
|
366
|
+
You can install the package from source through `pip3`:
|
367
|
+
|
368
|
+
```shell
|
369
|
+
pip3 install --user https://github.com/funilrys/PyFunceble/archive/{{branch}}.zip # From Github
|
370
|
+
pip3 install --user https://gitlab.com/funilrys/PyFunceble/-/archive/{{branch}}/PyFunceble-{{branch}}.zip # From GitLab
|
371
|
+
```
|
372
|
+
|
373
|
+
# Usage
|
374
|
+
|
375
|
+
## Common Setups
|
376
|
+
|
377
|
+
If you installed PyFunceble through any other method that doesn't involve a container image, you can use PyFunceble "normally" through the `pyfunceble` executable.
|
378
|
+
|
379
|
+
```sh
|
380
|
+
pyfunceble --help
|
381
|
+
```
|
382
|
+
|
383
|
+
|
384
|
+
## Container Image Setups
|
385
|
+
|
386
|
+
|
387
|
+
If you installed PyFunceble through the container image registry method, you can run pyfunceble through:
|
388
|
+
|
389
|
+
```sh
|
390
|
+
docker run -it pyfunceble/pyfunceble[-dev] --help
|
391
|
+
```
|
392
|
+
|
393
|
+
**Beware:** if the first parameter starts with a slash (`/`), the entrypoint will assume that you want to run a command within the container.
|
394
|
+
|
395
|
+
### Data Persitence
|
396
|
+
|
397
|
+
If you wish to persist your data, you simply have to mount a volume to the `/home/pyfunceble` directory.
|
398
|
+
|
399
|
+
Example:
|
400
|
+
|
401
|
+
```sh
|
402
|
+
mkdir -p pyf-data
|
403
|
+
echo "example.com" > pyf-data/test.list
|
404
|
+
|
405
|
+
docker run -v pyf-data:/home/pyfunceble -it pyfunceble/pyfunceble[-dev] -f /home/pyf-data/test.list
|
406
|
+
```
|
407
|
+
|
408
|
+
|
409
|
+
## Common Examples
|
410
|
+
|
411
|
+
Here are some examples to get started.
|
412
|
+
|
413
|
+
Check the availability of 'example.com'.
|
414
|
+
|
415
|
+
$ pyfunceble -d example.com
|
416
|
+
|
417
|
+
Check the availability of 'example.com' with a simple (stdout) output.
|
418
|
+
|
419
|
+
$ pyfunceble -s -d example.com
|
420
|
+
|
421
|
+
Check the availability of 'example.com' with extended (stdout) output.
|
422
|
+
|
423
|
+
$ pyfunceble -a -d example.com
|
424
|
+
|
425
|
+
Check the availability of 'example.com' and 'example.org'.
|
426
|
+
|
427
|
+
$ pyfunceble -d example.com example.org
|
428
|
+
|
429
|
+
Check the availability of 'https://example.com'.
|
430
|
+
|
431
|
+
$ pyfunceble -u https://example.com
|
432
|
+
|
433
|
+
Check the availability of 'https://example.com' and 'https://example.org'.
|
434
|
+
|
435
|
+
$ pyfunceble -u https://example.com https://example.com
|
436
|
+
|
437
|
+
Check the syntax of 'example.com'.
|
438
|
+
|
439
|
+
$ pyfunceble --syntax -d example.com
|
440
|
+
|
441
|
+
Check the reputation of 'example.com'.
|
442
|
+
|
443
|
+
$ pyfunceble --reputation -d example.com
|
444
|
+
|
445
|
+
Check the availability of all subjects in the 'myhosts' file.
|
446
|
+
|
447
|
+
$ pyfunceble -f myhosts
|
448
|
+
|
449
|
+
Check the availability of all subjects in the 'myhosts' and 'yourhosts' files.
|
450
|
+
|
451
|
+
$ pyfunceble -f myhosts yourhosts
|
452
|
+
|
453
|
+
Check the availability of all (decoded) subject of the adblock filter list 'myadblock'.
|
454
|
+
|
455
|
+
$ pyfunceble --adblock -f myadblock
|
456
|
+
|
457
|
+
# Documentation as the place to be!
|
458
|
+
|
459
|
+
Want to know more about details **PyFunceble**? I invite you to read the
|
460
|
+
documentation at [docs.pyfunceble.com](https://docs.pyfunceble.com)!
|
461
|
+
|
462
|
+
Want a local copy? I get you covered!
|
463
|
+
|
464
|
+
If you want to run the documentation locally, you can do so by following the
|
465
|
+
instructions below.
|
466
|
+
|
467
|
+
Through Docker:
|
468
|
+
|
469
|
+
```shell
|
470
|
+
docker run -it -p 8080:80 pyfunceble/docs
|
471
|
+
# Open Documentation with browser: http://localhost:8080
|
472
|
+
palemoon http://127.0.0.1:8000
|
473
|
+
```
|
474
|
+
|
475
|
+
From source:
|
476
|
+
|
477
|
+
```shell
|
478
|
+
# Install dependencies.
|
479
|
+
pip install --user -r requirements.docs.txt
|
480
|
+
# Serve documentation locally.
|
481
|
+
mkdocs serve
|
482
|
+
# Open Documentation with browser.
|
483
|
+
palemoon http://127.0.0.1:8000
|
484
|
+
```
|
485
|
+
|
486
|
+
**NOTE:** You are also invited to submit changes and improvement to the
|
487
|
+
documentation through a new Pull Request.
|
488
|
+
|
489
|
+
# Supporting the project
|
490
|
+
|
491
|
+
[PyFunceble](https://github.com/funilrys/PyFunceble),
|
492
|
+
[Dead-Hosts](https://github.com/dead-hosts), [adblock-decoder](https://github.com/pyunceble/adblock-decoder)
|
493
|
+
and all other analog projects are powered by free time and a lot of coffee!
|
494
|
+
|
495
|
+
This project helps you and you have to possibility to help back financially?
|
496
|
+
Sponsor [@funilrys](https://github.com/funilrys) through the GitHub Sponsor
|
497
|
+
program by clicking the image below!
|
498
|
+
|
499
|
+
[](https://github.com/sponsors/funilrys)
|
500
|
+
|
501
|
+
# Contributors
|
502
|
+
|
503
|
+
Thanks to those awesome peoples for their awesome and crazy idea(s),
|
504
|
+
contribution(s) and or issue report which made or make
|
505
|
+
[PyFunceble](https://github.com/funilrys/PyFunceble) a better tool.
|
506
|
+
|
507
|
+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
508
|
+
<!-- prettier-ignore-start -->
|
509
|
+
<!-- markdownlint-disable -->
|
510
|
+
<table>
|
511
|
+
<tbody>
|
512
|
+
<tr>
|
513
|
+
<td align="center" valign="top" width="20%"><a href="https://github.com/AvinashReddy3108"><img src="https://avatars.githubusercontent.com/u/27774996?v=4?s=100" width="100px;" alt="Avinash Reddy"/><br /><sub><b>Avinash Reddy</b></sub></a><br /><a href="https://github.com/funilrys/PyFunceble/issues?q=author%3AAvinashReddy3108" title="Bug reports">🐛</a></td>
|
514
|
+
<td align="center" valign="top" width="20%"><a href="https://github.com/bigdargon"><img src="https://avatars.githubusercontent.com/u/10969626?v=4?s=100" width="100px;" alt="BigDargon"/><br /><sub><b>BigDargon</b></sub></a><br /><a href="https://github.com/funilrys/PyFunceble/issues?q=author%3Abigdargon" title="Bug reports">🐛</a> <a href="#ideas-bigdargon" title="Ideas, Planning, & Feedback">🤔</a> <a href="#question-bigdargon" title="Answering Questions">💬</a> <a href="https://github.com/funilrys/PyFunceble/pulls?q=is%3Apr+reviewed-by%3Abigdargon" title="Reviewed Pull Requests">👀</a> <a href="#data-bigdargon" title="Data">🔣</a> <a href="https://github.com/funilrys/PyFunceble/commits?author=bigdargon" title="Tests">⚠️</a></td>
|
515
|
+
<td align="center" valign="top" width="20%"><a href="http://www.fanboy.co.nz/"><img src="https://avatars.githubusercontent.com/u/1659004?v=4?s=100" width="100px;" alt="Fanboynz"/><br /><sub><b>Fanboynz</b></sub></a><br /><a href="https://github.com/funilrys/PyFunceble/issues?q=author%3Aryanbr" title="Bug reports">🐛</a> <a href="#ideas-ryanbr" title="Ideas, Planning, & Feedback">🤔</a> <a href="#financial-ryanbr" title="Financial">💵</a> <a href="https://github.com/funilrys/PyFunceble/commits?author=ryanbr" title="Tests">⚠️</a> <a href="#userTesting-ryanbr" title="User Testing">📓</a></td>
|
516
|
+
<td align="center" valign="top" width="20%"><a href="https://github.com/veracioux"><img src="https://avatars.githubusercontent.com/u/29044423?v=4?s=100" width="100px;" alt="Haris Gušić"/><br /><sub><b>Haris Gušić</b></sub></a><br /><a href="https://github.com/funilrys/PyFunceble/commits?author=veracioux" title="Documentation">📖</a> <a href="#a11y-veracioux" title="Accessibility">️️️️♿️</a> <a href="#tool-veracioux" title="Tools">🔧</a> <a href="https://github.com/funilrys/PyFunceble/commits?author=veracioux" title="Tests">⚠️</a> <a href="#video-veracioux" title="Videos">📹</a> <a href="#tutorial-veracioux" title="Tutorials">✅</a> <a href="https://github.com/funilrys/PyFunceble/commits?author=veracioux" title="Code">💻</a></td>
|
517
|
+
<td align="center" valign="top" width="20%"><a href="https://github.com/DandelionSprout"><img src="https://avatars.githubusercontent.com/u/22780683?v=4?s=100" width="100px;" alt="Imre Eilertsen"/><br /><sub><b>Imre Eilertsen</b></sub></a><br /><a href="#a11y-DandelionSprout" title="Accessibility">️️️️♿️</a> <a href="https://github.com/funilrys/PyFunceble/issues?q=author%3ADandelionSprout" title="Bug reports">🐛</a> <a href="#data-DandelionSprout" title="Data">🔣</a> <a href="#example-DandelionSprout" title="Examples">💡</a> <a href="#financial-DandelionSprout" title="Financial">💵</a> <a href="#ideas-DandelionSprout" title="Ideas, Planning, & Feedback">🤔</a> <a href="#promotion-DandelionSprout" title="Promotion">📣</a> <a href="#question-DandelionSprout" title="Answering Questions">💬</a> <a href="https://github.com/funilrys/PyFunceble/pulls?q=is%3Apr+reviewed-by%3ADandelionSprout" title="Reviewed Pull Requests">👀</a> <a href="#tool-DandelionSprout" title="Tools">🔧</a> <a href="https://github.com/funilrys/PyFunceble/commits?author=DandelionSprout" title="Tests">⚠️</a> <a href="#userTesting-DandelionSprout" title="User Testing">📓</a></td>
|
518
|
+
</tr>
|
519
|
+
<tr>
|
520
|
+
<td align="center" valign="top" width="20%"><a href="https://github.com/kowith337"><img src="https://avatars.githubusercontent.com/u/16535467?v=4?s=100" width="100px;" alt="Kowith Singkornkeeree"/><br /><sub><b>Kowith Singkornkeeree</b></sub></a><br /><a href="https://github.com/funilrys/PyFunceble/issues?q=author%3Akowith337" title="Bug reports">🐛</a></td>
|
521
|
+
<td align="center" valign="top" width="20%"><a href="https://ubuntu101.co.za/"><img src="https://avatars.githubusercontent.com/u/9961541?v=4?s=100" width="100px;" alt="Mitchell Krog"/><br /><sub><b>Mitchell Krog</b></sub></a><br /><a href="#a11y-mitchellkrogza" title="Accessibility">️️️️♿️</a> <a href="https://github.com/funilrys/PyFunceble/issues?q=author%3Amitchellkrogza" title="Bug reports">🐛</a> <a href="#blog-mitchellkrogza" title="Blogposts">📝</a> <a href="https://github.com/funilrys/PyFunceble/commits?author=mitchellkrogza" title="Code">💻</a> <a href="#content-mitchellkrogza" title="Content">🖋</a> <a href="#data-mitchellkrogza" title="Data">🔣</a> <a href="https://github.com/funilrys/PyFunceble/commits?author=mitchellkrogza" title="Documentation">📖</a> <a href="#design-mitchellkrogza" title="Design">🎨</a> <a href="#example-mitchellkrogza" title="Examples">💡</a> <a href="#fundingFinding-mitchellkrogza" title="Funding Finding">🔍</a> <a href="#ideas-mitchellkrogza" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-mitchellkrogza" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#mentoring-mitchellkrogza" title="Mentoring">🧑🏫</a> <a href="#platform-mitchellkrogza" title="Packaging/porting to new platform">📦</a> <a href="#plugin-mitchellkrogza" title="Plugin/utility libraries">🔌</a> <a href="#promotion-mitchellkrogza" title="Promotion">📣</a> <a href="#question-mitchellkrogza" title="Answering Questions">💬</a> <a href="https://github.com/funilrys/PyFunceble/pulls?q=is%3Apr+reviewed-by%3Amitchellkrogza" title="Reviewed Pull Requests">👀</a> <a href="#tool-mitchellkrogza" title="Tools">🔧</a> <a href="https://github.com/funilrys/PyFunceble/commits?author=mitchellkrogza" title="Tests">⚠️</a> <a href="#tutorial-mitchellkrogza" title="Tutorials">✅</a> <a href="#talk-mitchellkrogza" title="Talks">📢</a> <a href="#userTesting-mitchellkrogza" title="User Testing">📓</a></td>
|
522
|
+
<td align="center" valign="top" width="20%"><a href="https://github.com/Nilsonfsilva"><img src="https://avatars.githubusercontent.com/u/91392383?v=4?s=100" width="100px;" alt="Nilsonfsilva"/><br /><sub><b>Nilsonfsilva</b></sub></a><br /><a href="https://github.com/funilrys/PyFunceble/issues?q=author%3ANilsonfsilva" title="Bug reports">🐛</a> <a href="#infra-Nilsonfsilva" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#platform-Nilsonfsilva" title="Packaging/porting to new platform">📦</a> <a href="#tool-Nilsonfsilva" title="Tools">🔧</a> <a href="https://github.com/funilrys/PyFunceble/commits?author=Nilsonfsilva" title="Tests">⚠️</a></td>
|
523
|
+
<td align="center" valign="top" width="20%"><a href="https://github.com/Odyseus"><img src="https://avatars.githubusercontent.com/u/3822556?v=4?s=100" width="100px;" alt="Odyseus"/><br /><sub><b>Odyseus</b></sub></a><br /><a href="https://github.com/funilrys/PyFunceble/issues?q=author%3AOdyseus" title="Bug reports">🐛</a> <a href="https://github.com/funilrys/PyFunceble/commits?author=Odyseus" title="Tests">⚠️</a></td>
|
524
|
+
<td align="center" valign="top" width="20%"><a href="https://github.com/ybreza"><img src="https://avatars.githubusercontent.com/u/35470865?v=4?s=100" width="100px;" alt="Reza Rizqullah"/><br /><sub><b>Reza Rizqullah</b></sub></a><br /><a href="#design-ybreza" title="Design">🎨</a> <a href="https://github.com/funilrys/PyFunceble/commits?author=ybreza" title="Code">💻</a></td>
|
525
|
+
</tr>
|
526
|
+
<tr>
|
527
|
+
<td align="center" valign="top" width="20%"><a href="https://scripttiger.github.io/"><img src="https://avatars.githubusercontent.com/u/29940916?v=4?s=100" width="100px;" alt="ScriptTiger"/><br /><sub><b>ScriptTiger</b></sub></a><br /><a href="https://github.com/funilrys/PyFunceble/issues?q=author%3AScriptTiger" title="Bug reports">🐛</a> <a href="#ideas-ScriptTiger" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/funilrys/PyFunceble/commits?author=ScriptTiger" title="Tests">⚠️</a></td>
|
528
|
+
<td align="center" valign="top" width="20%"><a href="https://github.com/sjhgvr"><img src="https://avatars.githubusercontent.com/u/51121527?v=4?s=100" width="100px;" alt="Stephan van Ruth"/><br /><sub><b>Stephan van Ruth</b></sub></a><br /><a href="https://github.com/funilrys/PyFunceble/issues?q=author%3Asjhgvr" title="Bug reports">🐛</a> <a href="https://github.com/funilrys/PyFunceble/commits?author=sjhgvr" title="Tests">⚠️</a></td>
|
529
|
+
<td align="center" valign="top" width="20%"><a href="http://stevenblack.com/"><img src="https://avatars.githubusercontent.com/u/80144?v=4?s=100" width="100px;" alt="Steven Black"/><br /><sub><b>Steven Black</b></sub></a><br /><a href="#ideas-StevenBlack" title="Ideas, Planning, & Feedback">🤔</a> <a href="#financial-StevenBlack" title="Financial">💵</a></td>
|
530
|
+
<td align="center" valign="top" width="20%"><a href="https://github.com/T145"><img src="https://avatars.githubusercontent.com/u/1214129?v=4?s=100" width="100px;" alt="T145"/><br /><sub><b>T145</b></sub></a><br /><a href="https://github.com/funilrys/PyFunceble/issues?q=author%3AT145" title="Bug reports">🐛</a> <a href="#ideas-T145" title="Ideas, Planning, & Feedback">🤔</a></td>
|
531
|
+
<td align="center" valign="top" width="20%"><a href="https://infosec.exchange/@wally3k"><img src="https://avatars.githubusercontent.com/u/3049142?v=4?s=100" width="100px;" alt="WaLLy3K"/><br /><sub><b>WaLLy3K</b></sub></a><br /><a href="https://github.com/funilrys/PyFunceble/issues?q=author%3AWaLLy3K" title="Bug reports">🐛</a> <a href="#ideas-WaLLy3K" title="Ideas, Planning, & Feedback">🤔</a></td>
|
532
|
+
</tr>
|
533
|
+
<tr>
|
534
|
+
<td align="center" valign="top" width="20%"><a href="https://github.com/Yuki2718"><img src="https://avatars.githubusercontent.com/u/58900598?v=4?s=100" width="100px;" alt="Yuki2718"/><br /><sub><b>Yuki2718</b></sub></a><br /><a href="https://github.com/funilrys/PyFunceble/issues?q=author%3AYuki2718" title="Bug reports">🐛</a> <a href="https://github.com/funilrys/PyFunceble/commits?author=Yuki2718" title="Tests">⚠️</a></td>
|
535
|
+
<td align="center" valign="top" width="20%"><a href="https://github.com/Zachinquarantine"><img src="https://avatars.githubusercontent.com/u/69423184?v=4?s=100" width="100px;" alt="Zachinquarantine"/><br /><sub><b>Zachinquarantine</b></sub></a><br /><a href="https://github.com/funilrys/PyFunceble/commits?author=Zachinquarantine" title="Code">💻</a></td>
|
536
|
+
<td align="center" valign="top" width="20%"><a href="http://bit.ly/cBWeb"><img src="https://avatars.githubusercontent.com/u/28985171?v=4?s=100" width="100px;" alt="ZeroDot1"/><br /><sub><b>ZeroDot1</b></sub></a><br /><a href="https://github.com/funilrys/PyFunceble/issues?q=author%3AZeroDot1" title="Bug reports">🐛</a> <a href="#ideas-ZeroDot1" title="Ideas, Planning, & Feedback">🤔</a> <a href="#question-ZeroDot1" title="Answering Questions">💬</a> <a href="https://github.com/funilrys/PyFunceble/commits?author=ZeroDot1" title="Tests">⚠️</a> <a href="https://github.com/funilrys/PyFunceble/commits?author=ZeroDot1" title="Code">💻</a></td>
|
537
|
+
<td align="center" valign="top" width="20%"><a href="https://github.com/avatartw"><img src="https://avatars.githubusercontent.com/u/69660730?v=4?s=100" width="100px;" alt="avatartw"/><br /><sub><b>avatartw</b></sub></a><br /><a href="https://github.com/funilrys/PyFunceble/issues?q=author%3Aavatartw" title="Bug reports">🐛</a></td>
|
538
|
+
<td align="center" valign="top" width="20%"><a href="https://github.com/dnmTX"><img src="https://avatars.githubusercontent.com/u/34774426?v=4?s=100" width="100px;" alt="dnmTX"/><br /><sub><b>dnmTX</b></sub></a><br /><a href="https://github.com/funilrys/PyFunceble/issues?q=author%3AdnmTX" title="Bug reports">🐛</a> <a href="#ideas-dnmTX" title="Ideas, Planning, & Feedback">🤔</a> <a href="#question-dnmTX" title="Answering Questions">💬</a> <a href="https://github.com/funilrys/PyFunceble/pulls?q=is%3Apr+reviewed-by%3AdnmTX" title="Reviewed Pull Requests">👀</a> <a href="#data-dnmTX" title="Data">🔣</a> <a href="https://github.com/funilrys/PyFunceble/commits?author=dnmTX" title="Tests">⚠️</a></td>
|
539
|
+
</tr>
|
540
|
+
<tr>
|
541
|
+
<td align="center" valign="top" width="20%"><a href="https://github.com/gwarser"><img src="https://avatars.githubusercontent.com/u/886325?v=4?s=100" width="100px;" alt="gwarser"/><br /><sub><b>gwarser</b></sub></a><br /><a href="https://github.com/funilrys/PyFunceble/issues?q=author%3Agwarser" title="Bug reports">🐛</a> <a href="#data-gwarser" title="Data">🔣</a> <a href="https://github.com/funilrys/PyFunceble/commits?author=gwarser" title="Tests">⚠️</a></td>
|
542
|
+
<td align="center" valign="top" width="20%"><a href="https://github.com/hawkeye116477"><img src="https://avatars.githubusercontent.com/u/19818572?v=4?s=100" width="100px;" alt="hawkeye116477"/><br /><sub><b>hawkeye116477</b></sub></a><br /><a href="https://github.com/funilrys/PyFunceble/issues?q=author%3Ahawkeye116477" title="Bug reports">🐛</a></td>
|
543
|
+
<td align="center" valign="top" width="20%"><a href="https://github.com/jawz101"><img src="https://avatars.githubusercontent.com/u/14151703?v=4?s=100" width="100px;" alt="jawz101"/><br /><sub><b>jawz101</b></sub></a><br /><a href="https://github.com/funilrys/PyFunceble/issues?q=author%3Ajawz101" title="Bug reports">🐛</a> <a href="#ideas-jawz101" title="Ideas, Planning, & Feedback">🤔</a> <a href="#question-jawz101" title="Answering Questions">💬</a> <a href="#data-jawz101" title="Data">🔣</a></td>
|
544
|
+
<td align="center" valign="top" width="20%"><a href="https://github.com/keczuppp"><img src="https://avatars.githubusercontent.com/u/74409207?v=4?s=100" width="100px;" alt="keczuppp"/><br /><sub><b>keczuppp</b></sub></a><br /><a href="https://github.com/funilrys/PyFunceble/issues?q=author%3Akeczuppp" title="Bug reports">🐛</a> <a href="#ideas-keczuppp" title="Ideas, Planning, & Feedback">🤔</a> <a href="#question-keczuppp" title="Answering Questions">💬</a> <a href="https://github.com/funilrys/PyFunceble/commits?author=keczuppp" title="Tests">⚠️</a> <a href="#data-keczuppp" title="Data">🔣</a></td>
|
545
|
+
<td align="center" valign="top" width="20%"><a href="https://github.com/opav"><img src="https://avatars.githubusercontent.com/u/6770347?v=4?s=100" width="100px;" alt="opav"/><br /><sub><b>opav</b></sub></a><br /><a href="https://github.com/funilrys/PyFunceble/issues?q=author%3Aopav" title="Bug reports">🐛</a> <a href="https://github.com/funilrys/PyFunceble/commits?author=opav" title="Tests">⚠️</a></td>
|
546
|
+
</tr>
|
547
|
+
<tr>
|
548
|
+
<td align="center" valign="top" width="20%"><a href="https://github.com/rusty-snake"><img src="https://avatars.githubusercontent.com/u/41237666?v=4?s=100" width="100px;" alt="rusty-snake"/><br /><sub><b>rusty-snake</b></sub></a><br /><a href="https://github.com/funilrys/PyFunceble/issues?q=author%3Arusty-snake" title="Bug reports">🐛</a> <a href="https://github.com/funilrys/PyFunceble/commits?author=rusty-snake" title="Documentation">📖</a></td>
|
549
|
+
<td align="center" valign="top" width="20%"><a href="https://github.com/smed79"><img src="https://avatars.githubusercontent.com/u/1873139?v=4?s=100" width="100px;" alt="smed79"/><br /><sub><b>smed79</b></sub></a><br /><a href="https://github.com/funilrys/PyFunceble/issues?q=author%3Asmed79" title="Bug reports">🐛</a> <a href="#ideas-smed79" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/funilrys/PyFunceble/commits?author=smed79" title="Code">💻</a> <a href="#question-smed79" title="Answering Questions">💬</a> <a href="https://github.com/funilrys/PyFunceble/commits?author=smed79" title="Tests">⚠️</a></td>
|
550
|
+
<td align="center" valign="top" width="20%"><a href="https://speedmann.de/"><img src="https://avatars.githubusercontent.com/u/424659?v=4?s=100" width="100px;" alt="speedmann"/><br /><sub><b>speedmann</b></sub></a><br /><a href="https://github.com/funilrys/PyFunceble/issues?q=author%3Aspeedmann" title="Bug reports">🐛</a> <a href="https://github.com/funilrys/PyFunceble/commits?author=speedmann" title="Tests">⚠️</a></td>
|
551
|
+
<td align="center" valign="top" width="20%"><a href="https://www.mypdns.org/"><img src="https://avatars.githubusercontent.com/u/44526987?v=4?s=100" width="100px;" alt="spirillen"/><br /><sub><b>spirillen</b></sub></a><br /><a href="#a11y-spirillen" title="Accessibility">️️️️♿️</a> <a href="https://github.com/funilrys/PyFunceble/issues?q=author%3Aspirillen" title="Bug reports">🐛</a> <a href="https://github.com/funilrys/PyFunceble/commits?author=spirillen" title="Code">💻</a> <a href="#content-spirillen" title="Content">🖋</a> <a href="#data-spirillen" title="Data">🔣</a> <a href="https://github.com/funilrys/PyFunceble/commits?author=spirillen" title="Documentation">📖</a> <a href="#example-spirillen" title="Examples">💡</a> <a href="#ideas-spirillen" title="Ideas, Planning, & Feedback">🤔</a> <a href="#maintenance-spirillen" title="Maintenance">🚧</a> <a href="#mentoring-spirillen" title="Mentoring">🧑🏫</a> <a href="#promotion-spirillen" title="Promotion">📣</a> <a href="#question-spirillen" title="Answering Questions">💬</a> <a href="https://github.com/funilrys/PyFunceble/pulls?q=is%3Apr+reviewed-by%3Aspirillen" title="Reviewed Pull Requests">👀</a> <a href="#tool-spirillen" title="Tools">🔧</a> <a href="https://github.com/funilrys/PyFunceble/commits?author=spirillen" title="Tests">⚠️</a> <a href="#tutorial-spirillen" title="Tutorials">✅</a> <a href="#talk-spirillen" title="Talks">📢</a> <a href="#userTesting-spirillen" title="User Testing">📓</a></td>
|
552
|
+
<td align="center" valign="top" width="20%"><a href="https://github.com/NeolithEra"><img src="https://avatars.githubusercontent.com/u/52778917?v=4?s=100" width="100px;" alt="watchman-pypi"/><br /><sub><b>watchman-pypi</b></sub></a><br /><a href="https://github.com/funilrys/PyFunceble/issues?q=author%3ANeolithEra" title="Bug reports">🐛</a></td>
|
553
|
+
</tr>
|
554
|
+
<tr>
|
555
|
+
<td align="center" valign="top" width="20%"><a href="https://github.com/xxcriticxx"><img src="https://avatars.githubusercontent.com/u/15007183?v=4?s=100" width="100px;" alt="xxcriticxx"/><br /><sub><b>xxcriticxx</b></sub></a><br /><a href="https://github.com/funilrys/PyFunceble/issues?q=author%3Axxcriticxx" title="Bug reports">🐛</a> <a href="#ideas-xxcriticxx" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/funilrys/PyFunceble/commits?author=xxcriticxx" title="Tests">⚠️</a></td>
|
556
|
+
</tr>
|
557
|
+
</tbody>
|
558
|
+
</table>
|
559
|
+
|
560
|
+
<!-- markdownlint-restore -->
|
561
|
+
<!-- prettier-ignore-end -->
|
562
|
+
|
563
|
+
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
564
|
+
|
565
|
+
|
566
|
+
# Special Thanks
|
567
|
+
|
568
|
+
Thanks to those awesome organization(s), tool(s) and or people(s) for
|
569
|
+
|
570
|
+
- Their awesome documentation
|
571
|
+
- Their awesome repository
|
572
|
+
- Their awesome tool/software/source code
|
573
|
+
- Their breaking reports
|
574
|
+
- Their contributions
|
575
|
+
- Their current work/purpose
|
576
|
+
- Their promotion of Py-Funceble
|
577
|
+
- Their support
|
578
|
+
- Their testings reports
|
579
|
+
|
580
|
+
which helped and/or still help me build, test and or make
|
581
|
+
[PyFunceble](https://github.com/funilrys/PyFunceble) a better tool.
|
582
|
+
|
583
|
+
- Adam Warner - [@PromoFaux](https://github.com/PromoFaux)
|
584
|
+
- Adblock Plus - [@adblockplus](https://github.com/adblockplus)
|
585
|
+
- asciinema - [@asciinema](https://github.com/asciinema)
|
586
|
+
- Bob Halley - [@rthalley](https://github.com/rthalley)
|
587
|
+
([DNSPython](https://github.com/rthalley/dnspython))
|
588
|
+
- Chris Griffith - [@cdgriffith](https://github.com/cdgriffith)
|
589
|
+
([Box](https://github.com/cdgriffith/Box))
|
590
|
+
- Daniel - [@dnmTX](https://github.com/dnmTX)
|
591
|
+
- Jonathan Hartley - [@tartley](https://github.com/tartley)
|
592
|
+
([colorama](https://github.com/tartley/colorama))
|
593
|
+
- [IANA](https://www.iana.org/) - [ICANN](https://www.icann.org/)
|
594
|
+
([Root Zone Database](https://www.iana.org/domains/root/db))
|
595
|
+
- [Iterative](https://github.com/iterative)
|
596
|
+
([shtab](https://github.com/iterative/shtab))
|
597
|
+
- Kenneth Reitz - [@kennethreitz](https://github.com/kennethreitz)
|
598
|
+
([requests](https://github.com/kennethreitz/requests))
|
599
|
+
- Mitchell Krog - [@mitchellkrogza](https://github.com/mitchellkrogza)
|
600
|
+
- Mohammad Fares - [@faressoft](https://github.com/faressoft)
|
601
|
+
([Terminalizer](https://github.com/faressoft/terminalizer))
|
602
|
+
- Pi-Hole - [@pi-hole](https://github.com/pi-hole/pi-hole)
|
603
|
+
- Public Suffix List -
|
604
|
+
[@publicsuffix](https://github.com/publicsuffix)
|
605
|
+
- Reza Rizqullah - [@ybreza](https://github.com/ybreza)
|
606
|
+
- Saurabh Kumar - [@theskumar](https://github.com/theskumar)
|
607
|
+
([python-dotenv](https://github.com/theskumar/python-dotenv))
|
608
|
+
- ScriptTiger - [@ScriptTiger](https://github.com/ScriptTiger)
|
609
|
+
- SMed79 - [@SMed79](https://github.com/SMed79)
|
610
|
+
- spirillen - [@spirillen](https://www.mypdns.org/p/Spirillen/)
|
611
|
+
- The YAML Project - [@yaml](https://github.com/yaml)
|
612
|
+
([pyyaml](https://github.com/yaml/pyyaml))
|
613
|
+
- [yWorks](https://www.yworks.com) - ([yEd Graph
|
614
|
+
Editor](https://www.yworks.com/products/yed))
|
615
|
+
|
616
|
+
# License
|
617
|
+
|
618
|
+
Copyright 2017, 2018, 2019, 2020, 2022, 2023, 2024 Nissar Chababy
|
619
|
+
|
620
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
621
|
+
you may not use this file except in compliance with the License.
|
622
|
+
You may obtain a copy of the License at
|
623
|
+
|
624
|
+
https://www.apache.org/licenses/LICENSE-2.0
|
625
|
+
|
626
|
+
Unless required by applicable law or agreed to in writing, software
|
627
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
628
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
629
|
+
See the License for the specific language governing permissions and
|
630
|
+
limitations under the License.
|