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.
Files changed (265) hide show
  1. PyFunceble/__init__.py +1 -1
  2. PyFunceble/checker/__init__.py +1 -1
  3. PyFunceble/checker/availability/__init__.py +1 -1
  4. PyFunceble/checker/availability/base.py +1 -1
  5. PyFunceble/checker/availability/domain.py +1 -1
  6. PyFunceble/checker/availability/domain_and_ip.py +1 -1
  7. PyFunceble/checker/availability/extras/__init__.py +1 -1
  8. PyFunceble/checker/availability/extras/base.py +1 -1
  9. PyFunceble/checker/availability/extras/dns.py +1 -1
  10. PyFunceble/checker/availability/extras/etoxic.py +1 -1
  11. PyFunceble/checker/availability/extras/parked.py +1 -1
  12. PyFunceble/checker/availability/extras/rules.py +1 -1
  13. PyFunceble/checker/availability/extras/subject_switch.py +1 -1
  14. PyFunceble/checker/availability/ip.py +1 -1
  15. PyFunceble/checker/availability/params.py +1 -1
  16. PyFunceble/checker/availability/status.py +1 -1
  17. PyFunceble/checker/availability/url.py +1 -1
  18. PyFunceble/checker/base.py +1 -1
  19. PyFunceble/checker/complex_json_encoder.py +1 -1
  20. PyFunceble/checker/params_base.py +1 -1
  21. PyFunceble/checker/reputation/__init__.py +1 -1
  22. PyFunceble/checker/reputation/base.py +1 -1
  23. PyFunceble/checker/reputation/domain.py +1 -1
  24. PyFunceble/checker/reputation/domain_and_ip.py +1 -1
  25. PyFunceble/checker/reputation/ip.py +1 -1
  26. PyFunceble/checker/reputation/params.py +1 -1
  27. PyFunceble/checker/reputation/status.py +1 -1
  28. PyFunceble/checker/reputation/url.py +1 -1
  29. PyFunceble/checker/status_base.py +1 -1
  30. PyFunceble/checker/syntax/__init__.py +1 -1
  31. PyFunceble/checker/syntax/base.py +1 -1
  32. PyFunceble/checker/syntax/domain.py +1 -1
  33. PyFunceble/checker/syntax/domain_and_ip.py +1 -1
  34. PyFunceble/checker/syntax/domain_base.py +1 -1
  35. PyFunceble/checker/syntax/ip.py +1 -1
  36. PyFunceble/checker/syntax/ipv4.py +1 -1
  37. PyFunceble/checker/syntax/ipv6.py +1 -1
  38. PyFunceble/checker/syntax/params.py +1 -1
  39. PyFunceble/checker/syntax/second_lvl_domain.py +1 -1
  40. PyFunceble/checker/syntax/status.py +1 -1
  41. PyFunceble/checker/syntax/subdomain.py +1 -1
  42. PyFunceble/checker/syntax/url.py +1 -1
  43. PyFunceble/checker/utils/__init__.py +1 -1
  44. PyFunceble/checker/utils/whois.py +1 -1
  45. PyFunceble/cli/__init__.py +1 -1
  46. PyFunceble/cli/continuous_integration/__init__.py +1 -1
  47. PyFunceble/cli/continuous_integration/base.py +1 -1
  48. PyFunceble/cli/continuous_integration/exceptions.py +1 -1
  49. PyFunceble/cli/continuous_integration/github_actions.py +1 -1
  50. PyFunceble/cli/continuous_integration/gitlab_ci.py +1 -1
  51. PyFunceble/cli/continuous_integration/jenkins.py +1 -1
  52. PyFunceble/cli/continuous_integration/standalone.py +1 -1
  53. PyFunceble/cli/continuous_integration/travis_ci.py +1 -1
  54. PyFunceble/cli/continuous_integration/utils.py +1 -1
  55. PyFunceble/cli/credential_loader.py +1 -1
  56. PyFunceble/cli/entry_points/__init__.py +1 -1
  57. PyFunceble/cli/entry_points/clean.py +1 -1
  58. PyFunceble/cli/entry_points/iana.py +1 -1
  59. PyFunceble/cli/entry_points/production.py +1 -10
  60. PyFunceble/cli/entry_points/public_suffix.py +1 -1
  61. PyFunceble/cli/entry_points/pyfunceble/__init__.py +1 -1
  62. PyFunceble/cli/entry_points/pyfunceble/argsparser.py +1 -1
  63. PyFunceble/cli/entry_points/pyfunceble/cli.py +2 -2
  64. PyFunceble/cli/execution_time.py +1 -1
  65. PyFunceble/cli/facility.py +1 -1
  66. PyFunceble/cli/factory.py +1 -1
  67. PyFunceble/cli/file_preloader.py +1 -1
  68. PyFunceble/cli/filesystem/__init__.py +1 -1
  69. PyFunceble/cli/filesystem/cleanup.py +1 -1
  70. PyFunceble/cli/filesystem/counter.py +1 -1
  71. PyFunceble/cli/filesystem/dir_base.py +1 -1
  72. PyFunceble/cli/filesystem/dir_structure/__init__.py +1 -1
  73. PyFunceble/cli/filesystem/dir_structure/backup.py +1 -1
  74. PyFunceble/cli/filesystem/dir_structure/base.py +1 -1
  75. PyFunceble/cli/filesystem/dir_structure/restore.py +1 -1
  76. PyFunceble/cli/filesystem/json_base.py +1 -1
  77. PyFunceble/cli/filesystem/printer/__init__.py +1 -1
  78. PyFunceble/cli/filesystem/printer/base.py +1 -1
  79. PyFunceble/cli/filesystem/printer/file.py +1 -1
  80. PyFunceble/cli/filesystem/printer/stdout.py +1 -1
  81. PyFunceble/cli/filesystem/registrar_counter.py +1 -1
  82. PyFunceble/cli/filesystem/status_file.py +1 -1
  83. PyFunceble/cli/migrators/__init__.py +1 -1
  84. PyFunceble/cli/migrators/alembic.py +1 -1
  85. PyFunceble/cli/migrators/base.py +1 -1
  86. PyFunceble/cli/migrators/csv_file/__init__.py +1 -1
  87. PyFunceble/cli/migrators/csv_file/base.py +1 -1
  88. PyFunceble/cli/migrators/csv_file/inactive_source_delete.py +1 -1
  89. PyFunceble/cli/migrators/csv_file/whois_registrar_add.py +1 -1
  90. PyFunceble/cli/migrators/db_base.py +1 -1
  91. PyFunceble/cli/migrators/file_cleanup/__init__.py +1 -1
  92. PyFunceble/cli/migrators/file_cleanup/base.py +1 -1
  93. PyFunceble/cli/migrators/file_cleanup/hashes_file.py +1 -1
  94. PyFunceble/cli/migrators/file_cleanup/mining_file.py +1 -1
  95. PyFunceble/cli/migrators/file_cleanup/production_config_file.py +1 -1
  96. PyFunceble/cli/migrators/json2csv/__init__.py +1 -1
  97. PyFunceble/cli/migrators/json2csv/base.py +1 -1
  98. PyFunceble/cli/migrators/json2csv/inactive.py +1 -1
  99. PyFunceble/cli/migrators/json2csv/whois.py +1 -1
  100. PyFunceble/cli/migrators/mariadb/__init__.py +1 -1
  101. PyFunceble/cli/migrators/mariadb/base.py +1 -1
  102. PyFunceble/cli/migrators/mariadb/file_and_status.py +1 -1
  103. PyFunceble/cli/migrators/mariadb/whois_record_idna_subject.py +1 -1
  104. PyFunceble/cli/processes/__init__.py +1 -1
  105. PyFunceble/cli/processes/base.py +1 -1
  106. PyFunceble/cli/processes/chancy_producer.py +1 -1
  107. PyFunceble/cli/processes/chancy_tester.py +1 -1
  108. PyFunceble/cli/processes/dir_files_sorter.py +1 -1
  109. PyFunceble/cli/processes/file_sorter.py +1 -1
  110. PyFunceble/cli/processes/migrator.py +1 -1
  111. PyFunceble/cli/processes/miner.py +1 -1
  112. PyFunceble/cli/processes/producer.py +1 -1
  113. PyFunceble/cli/processes/tester.py +1 -1
  114. PyFunceble/cli/processes/workers/__init__.py +1 -1
  115. PyFunceble/cli/processes/workers/base.py +1 -1
  116. PyFunceble/cli/processes/workers/chancy_producer.py +1 -1
  117. PyFunceble/cli/processes/workers/chancy_tester.py +1 -1
  118. PyFunceble/cli/processes/workers/dir_files_sorter.py +1 -1
  119. PyFunceble/cli/processes/workers/file_sorter.py +1 -1
  120. PyFunceble/cli/processes/workers/file_sorter_base.py +1 -1
  121. PyFunceble/cli/processes/workers/migrator.py +1 -1
  122. PyFunceble/cli/processes/workers/miner.py +1 -1
  123. PyFunceble/cli/processes/workers/producer.py +1 -1
  124. PyFunceble/cli/processes/workers/tester.py +1 -1
  125. PyFunceble/cli/scripts/__init__.py +1 -1
  126. PyFunceble/cli/scripts/iana.py +1 -1
  127. PyFunceble/cli/scripts/production.py +1 -26
  128. PyFunceble/cli/scripts/public_suffix.py +1 -1
  129. PyFunceble/cli/storage.py +1 -1
  130. PyFunceble/cli/storage_facility.py +1 -1
  131. PyFunceble/cli/system/__init__.py +1 -1
  132. PyFunceble/cli/system/base.py +1 -1
  133. PyFunceble/cli/system/integrator.py +1 -1
  134. PyFunceble/cli/system/launcher.py +1 -1
  135. PyFunceble/cli/utils/__init__.py +1 -1
  136. PyFunceble/cli/utils/ascii_logo.py +1 -1
  137. PyFunceble/cli/utils/sort.py +1 -1
  138. PyFunceble/cli/utils/stdout.py +1 -1
  139. PyFunceble/cli/utils/testing.py +1 -1
  140. PyFunceble/cli/utils/version.py +1 -1
  141. PyFunceble/config/__init__.py +1 -1
  142. PyFunceble/config/compare.py +1 -1
  143. PyFunceble/config/loader.py +1 -1
  144. PyFunceble/converter/__init__.py +1 -1
  145. PyFunceble/converter/adblock_input_line2subject.py +1 -1
  146. PyFunceble/converter/base.py +1 -1
  147. PyFunceble/converter/cidr2subject.py +1 -1
  148. PyFunceble/converter/input_line2subject.py +1 -1
  149. PyFunceble/converter/internal_url.py +1 -1
  150. PyFunceble/converter/rpz_input_line2subject.py +1 -1
  151. PyFunceble/converter/rpz_policy2subject.py +1 -1
  152. PyFunceble/converter/subject2complements.py +1 -1
  153. PyFunceble/converter/url2netloc.py +1 -1
  154. PyFunceble/converter/wildcard2subject.py +1 -1
  155. PyFunceble/data/alembic/__init__.py +1 -1
  156. PyFunceble/data/alembic/mysql/__init__.py +1 -1
  157. PyFunceble/data/alembic/mysql/env.py +1 -1
  158. PyFunceble/data/alembic/mysql/versions/__init__.py +1 -1
  159. PyFunceble/data/alembic/postgresql/__init__.py +1 -1
  160. PyFunceble/data/alembic/postgresql/env.py +1 -1
  161. PyFunceble/data/alembic/postgresql/versions/__init__.py +1 -1
  162. PyFunceble/data/infrastructure/.PyFunceble_production.yaml +486 -140
  163. PyFunceble/database/__init__.py +1 -1
  164. PyFunceble/database/credential/__init__.py +1 -1
  165. PyFunceble/database/credential/base.py +1 -1
  166. PyFunceble/database/credential/mariadb.py +1 -1
  167. PyFunceble/database/credential/mysql.py +1 -1
  168. PyFunceble/database/credential/postgresql.py +1 -1
  169. PyFunceble/database/schemas/__init__.py +1 -1
  170. PyFunceble/database/schemas/autocontinue.py +1 -1
  171. PyFunceble/database/schemas/inactive.py +1 -1
  172. PyFunceble/database/schemas/status.py +1 -1
  173. PyFunceble/database/schemas/whois_record.py +1 -1
  174. PyFunceble/database/session.py +1 -1
  175. PyFunceble/database/sqlalchemy/__init__.py +1 -1
  176. PyFunceble/database/sqlalchemy/all_schemas.py +1 -1
  177. PyFunceble/database/sqlalchemy/base_schema.py +1 -1
  178. PyFunceble/dataset/__init__.py +1 -1
  179. PyFunceble/dataset/autocontinue/__init__.py +1 -1
  180. PyFunceble/dataset/autocontinue/base.py +1 -1
  181. PyFunceble/dataset/autocontinue/csv.py +1 -1
  182. PyFunceble/dataset/autocontinue/sql.py +1 -1
  183. PyFunceble/dataset/base.py +1 -1
  184. PyFunceble/dataset/csv_base.py +1 -1
  185. PyFunceble/dataset/db_base.py +1 -1
  186. PyFunceble/dataset/iana.py +1 -1
  187. PyFunceble/dataset/inactive/__init__.py +1 -1
  188. PyFunceble/dataset/inactive/base.py +1 -1
  189. PyFunceble/dataset/inactive/csv.py +1 -1
  190. PyFunceble/dataset/inactive/sql.py +1 -1
  191. PyFunceble/dataset/ipv4_reputation.py +1 -1
  192. PyFunceble/dataset/public_suffix.py +1 -1
  193. PyFunceble/dataset/sql_base.py +1 -1
  194. PyFunceble/dataset/user_agent.py +1 -1
  195. PyFunceble/dataset/whois/__init__.py +1 -1
  196. PyFunceble/dataset/whois/base.py +1 -1
  197. PyFunceble/dataset/whois/csv.py +1 -1
  198. PyFunceble/dataset/whois/sql.py +1 -1
  199. PyFunceble/downloader/__init__.py +1 -1
  200. PyFunceble/downloader/base.py +1 -1
  201. PyFunceble/downloader/exceptions.py +1 -1
  202. PyFunceble/downloader/iana.py +1 -1
  203. PyFunceble/downloader/ipv4_reputation.py +1 -1
  204. PyFunceble/downloader/public_suffix.py +1 -1
  205. PyFunceble/downloader/user_agents.py +1 -1
  206. PyFunceble/exceptions.py +1 -1
  207. PyFunceble/facility.py +1 -1
  208. PyFunceble/factory.py +1 -1
  209. PyFunceble/helpers/__init__.py +1 -1
  210. PyFunceble/helpers/command.py +1 -1
  211. PyFunceble/helpers/dict.py +1 -1
  212. PyFunceble/helpers/directory.py +1 -1
  213. PyFunceble/helpers/download.py +1 -1
  214. PyFunceble/helpers/environment_variable.py +1 -1
  215. PyFunceble/helpers/exceptions.py +1 -1
  216. PyFunceble/helpers/file.py +1 -1
  217. PyFunceble/helpers/hash.py +1 -1
  218. PyFunceble/helpers/list.py +1 -1
  219. PyFunceble/helpers/merge.py +1 -1
  220. PyFunceble/helpers/regex.py +1 -1
  221. PyFunceble/logger.py +1 -1
  222. PyFunceble/query/__init__.py +1 -1
  223. PyFunceble/query/dns/__init__.py +1 -1
  224. PyFunceble/query/dns/nameserver.py +1 -1
  225. PyFunceble/query/dns/query_tool.py +1 -1
  226. PyFunceble/query/dns/resolver.py +1 -1
  227. PyFunceble/query/http_status_code.py +1 -1
  228. PyFunceble/query/netinfo/__init__.py +1 -1
  229. PyFunceble/query/netinfo/address.py +1 -1
  230. PyFunceble/query/netinfo/base.py +1 -1
  231. PyFunceble/query/netinfo/hostbyaddr.py +1 -1
  232. PyFunceble/query/platform.py +1 -1
  233. PyFunceble/query/record/__init__.py +1 -1
  234. PyFunceble/query/record/base.py +1 -1
  235. PyFunceble/query/record/dns.py +1 -1
  236. PyFunceble/query/record/whois.py +1 -1
  237. PyFunceble/query/requests/__init__.py +1 -1
  238. PyFunceble/query/requests/adapter/__init__.py +1 -1
  239. PyFunceble/query/requests/adapter/base.py +1 -1
  240. PyFunceble/query/requests/adapter/http.py +1 -1
  241. PyFunceble/query/requests/adapter/https.py +1 -1
  242. PyFunceble/query/requests/requester.py +1 -1
  243. PyFunceble/query/whois/__init__.py +1 -1
  244. PyFunceble/query/whois/converter/__init__.py +1 -1
  245. PyFunceble/query/whois/converter/base.py +1 -1
  246. PyFunceble/query/whois/converter/digit2digits.py +1 -1
  247. PyFunceble/query/whois/converter/expiration_date.py +1 -1
  248. PyFunceble/query/whois/converter/month2unified.py +1 -1
  249. PyFunceble/query/whois/converter/registrar.py +1 -1
  250. PyFunceble/query/whois/query_tool.py +1 -1
  251. PyFunceble/sessions.py +1 -1
  252. PyFunceble/storage.py +2 -2
  253. PyFunceble/storage_facility.py +1 -1
  254. PyFunceble/utils/__init__.py +1 -1
  255. PyFunceble/utils/platform.py +1 -1
  256. PyFunceble/utils/profile.py +1 -1
  257. PyFunceble/utils/version.py +6 -4
  258. PyFunceble_dev-4.2.27.dist-info/METADATA +630 -0
  259. PyFunceble_dev-4.2.27.dist-info/RECORD +283 -0
  260. {PyFunceble_dev-4.2.26.dist-info → PyFunceble_dev-4.2.27.dist-info}/WHEEL +1 -1
  261. PyFunceble_dev-4.2.26.dist-info/METADATA +0 -416
  262. PyFunceble_dev-4.2.26.dist-info/RECORD +0 -283
  263. {PyFunceble_dev-4.2.26.dist-info → PyFunceble_dev-4.2.27.dist-info}/LICENSE +0 -0
  264. {PyFunceble_dev-4.2.26.dist-info → PyFunceble_dev-4.2.27.dist-info}/entry_points.txt +0 -0
  265. {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