PyFunceble-dev 4.2.17__tar.gz → 4.2.19__tar.gz

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 (297) hide show
  1. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PKG-INFO +46 -42
  2. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/availability/base.py +14 -14
  3. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/availability/domain.py +2 -2
  4. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/availability/domain_and_ip.py +3 -3
  5. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/base.py +26 -26
  6. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/params_base.py +1 -1
  7. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/reputation/base.py +16 -16
  8. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/reputation/domain_and_ip.py +3 -3
  9. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/syntax/domain_and_ip.py +1 -1
  10. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/continuous_integration/base.py +40 -11
  11. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/entry_points/pyfunceble/cli.py +13 -13
  12. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/execution_time.py +2 -2
  13. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/file_preloader.py +4 -4
  14. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/filesystem/printer/file.py +2 -2
  15. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/migrators/json2csv/inactive.py +5 -2
  16. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/processes/workers/base.py +6 -4
  17. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/processes/workers/producer.py +7 -7
  18. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/system/integrator.py +26 -2
  19. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/system/launcher.py +3 -3
  20. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/utils/version.py +5 -3
  21. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/config/compare.py +8 -5
  22. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/config/loader.py +3 -3
  23. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/data/infrastructure/.PyFunceble_production.yaml +53 -8
  24. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/dataset/autocontinue/csv.py +2 -2
  25. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/dataset/autocontinue/sql.py +2 -2
  26. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/dataset/csv_base.py +4 -2
  27. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/dataset/inactive/csv.py +3 -3
  28. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/dataset/inactive/sql.py +2 -2
  29. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/dataset/sql_base.py +2 -2
  30. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/dataset/whois/base.py +4 -2
  31. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/dataset/whois/sql.py +2 -2
  32. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/downloader/base.py +9 -7
  33. pyfunceble_dev-4.2.17/PyFunceble/query/collection.py → pyfunceble_dev-4.2.19/PyFunceble/query/platform.py +205 -21
  34. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/storage.py +2 -2
  35. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble_dev.egg-info/PKG-INFO +46 -42
  36. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble_dev.egg-info/SOURCES.txt +1 -1
  37. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble_dev.egg-info/requires.txt +45 -41
  38. pyfunceble_dev-4.2.19/requirements.docs.txt +6 -0
  39. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/version.yaml +1 -1
  40. pyfunceble_dev-4.2.17/requirements.docs.txt +0 -4
  41. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/CODE_OF_CONDUCT.rst +0 -0
  42. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/CONTRIBUTING.rst +0 -0
  43. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/LICENSE +0 -0
  44. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/MANIFEST.in +0 -0
  45. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/__init__.py +0 -0
  46. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/__init__.py +0 -0
  47. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/availability/__init__.py +0 -0
  48. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/availability/extras/__init__.py +0 -0
  49. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/availability/extras/base.py +0 -0
  50. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/availability/extras/dns.py +0 -0
  51. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/availability/extras/etoxic.py +0 -0
  52. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/availability/extras/parked.py +0 -0
  53. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/availability/extras/rules.py +0 -0
  54. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/availability/extras/subject_switch.py +0 -0
  55. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/availability/ip.py +0 -0
  56. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/availability/params.py +0 -0
  57. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/availability/status.py +0 -0
  58. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/availability/url.py +0 -0
  59. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/complex_json_encoder.py +0 -0
  60. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/reputation/__init__.py +0 -0
  61. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/reputation/domain.py +0 -0
  62. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/reputation/ip.py +0 -0
  63. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/reputation/params.py +0 -0
  64. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/reputation/status.py +0 -0
  65. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/reputation/url.py +0 -0
  66. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/status_base.py +0 -0
  67. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/syntax/__init__.py +0 -0
  68. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/syntax/base.py +0 -0
  69. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/syntax/domain.py +0 -0
  70. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/syntax/domain_base.py +0 -0
  71. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/syntax/ip.py +0 -0
  72. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/syntax/ipv4.py +0 -0
  73. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/syntax/ipv6.py +0 -0
  74. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/syntax/params.py +0 -0
  75. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/syntax/second_lvl_domain.py +0 -0
  76. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/syntax/status.py +0 -0
  77. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/syntax/subdomain.py +0 -0
  78. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/syntax/url.py +0 -0
  79. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/utils/__init__.py +0 -0
  80. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/checker/utils/whois.py +0 -0
  81. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/__init__.py +0 -0
  82. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/continuous_integration/__init__.py +0 -0
  83. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/continuous_integration/exceptions.py +0 -0
  84. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/continuous_integration/github_actions.py +0 -0
  85. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/continuous_integration/gitlab_ci.py +0 -0
  86. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/continuous_integration/jenkins.py +0 -0
  87. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/continuous_integration/travis_ci.py +0 -0
  88. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/continuous_integration/utils.py +0 -0
  89. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/credential_loader.py +0 -0
  90. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/entry_points/__init__.py +0 -0
  91. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/entry_points/clean.py +0 -0
  92. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/entry_points/iana.py +0 -0
  93. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/entry_points/production.py +0 -0
  94. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/entry_points/public_suffix.py +0 -0
  95. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/entry_points/pyfunceble/__init__.py +0 -0
  96. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/entry_points/pyfunceble/argsparser.py +0 -0
  97. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/facility.py +0 -0
  98. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/factory.py +0 -0
  99. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/filesystem/__init__.py +0 -0
  100. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/filesystem/cleanup.py +0 -0
  101. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/filesystem/counter.py +0 -0
  102. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/filesystem/dir_base.py +0 -0
  103. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/filesystem/dir_structure/__init__.py +0 -0
  104. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/filesystem/dir_structure/backup.py +0 -0
  105. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/filesystem/dir_structure/base.py +0 -0
  106. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/filesystem/dir_structure/restore.py +0 -0
  107. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/filesystem/json_base.py +0 -0
  108. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/filesystem/printer/__init__.py +0 -0
  109. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/filesystem/printer/base.py +0 -0
  110. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/filesystem/printer/stdout.py +0 -0
  111. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/filesystem/registrar_counter.py +0 -0
  112. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/filesystem/status_file.py +0 -0
  113. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/migrators/__init__.py +0 -0
  114. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/migrators/alembic.py +0 -0
  115. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/migrators/base.py +0 -0
  116. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/migrators/csv_file/__init__.py +0 -0
  117. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/migrators/csv_file/base.py +0 -0
  118. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/migrators/csv_file/inactive_source_delete.py +0 -0
  119. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/migrators/csv_file/whois_registrar_add.py +0 -0
  120. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/migrators/db_base.py +0 -0
  121. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/migrators/file_cleanup/__init__.py +0 -0
  122. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/migrators/file_cleanup/base.py +0 -0
  123. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/migrators/file_cleanup/hashes_file.py +0 -0
  124. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/migrators/file_cleanup/mining_file.py +0 -0
  125. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/migrators/file_cleanup/production_config_file.py +0 -0
  126. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/migrators/json2csv/__init__.py +0 -0
  127. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/migrators/json2csv/base.py +0 -0
  128. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/migrators/json2csv/whois.py +0 -0
  129. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/migrators/mariadb/__init__.py +0 -0
  130. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/migrators/mariadb/base.py +0 -0
  131. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/migrators/mariadb/file_and_status.py +0 -0
  132. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/migrators/mariadb/whois_record_idna_subject.py +0 -0
  133. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/processes/__init__.py +0 -0
  134. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/processes/base.py +0 -0
  135. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/processes/chancy_producer.py +0 -0
  136. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/processes/chancy_tester.py +0 -0
  137. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/processes/dir_files_sorter.py +0 -0
  138. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/processes/file_sorter.py +0 -0
  139. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/processes/migrator.py +0 -0
  140. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/processes/miner.py +0 -0
  141. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/processes/producer.py +0 -0
  142. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/processes/tester.py +0 -0
  143. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/processes/workers/__init__.py +0 -0
  144. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/processes/workers/chancy_producer.py +0 -0
  145. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/processes/workers/chancy_tester.py +0 -0
  146. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/processes/workers/dir_files_sorter.py +0 -0
  147. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/processes/workers/file_sorter.py +0 -0
  148. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/processes/workers/file_sorter_base.py +0 -0
  149. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/processes/workers/migrator.py +0 -0
  150. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/processes/workers/miner.py +0 -0
  151. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/processes/workers/tester.py +0 -0
  152. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/scripts/__init__.py +0 -0
  153. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/scripts/iana.py +0 -0
  154. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/scripts/production.py +0 -0
  155. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/scripts/public_suffix.py +0 -0
  156. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/storage.py +0 -0
  157. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/storage_facility.py +0 -0
  158. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/system/__init__.py +0 -0
  159. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/system/base.py +0 -0
  160. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/utils/__init__.py +0 -0
  161. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/utils/ascii_logo.py +0 -0
  162. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/utils/sort.py +0 -0
  163. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/utils/stdout.py +0 -0
  164. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/cli/utils/testing.py +0 -0
  165. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/config/__init__.py +0 -0
  166. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/converter/__init__.py +0 -0
  167. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/converter/adblock_input_line2subject.py +0 -0
  168. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/converter/base.py +0 -0
  169. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/converter/cidr2subject.py +0 -0
  170. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/converter/input_line2subject.py +0 -0
  171. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/converter/internal_url.py +0 -0
  172. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/converter/rpz_input_line2subject.py +0 -0
  173. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/converter/rpz_policy2subject.py +0 -0
  174. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/converter/subject2complements.py +0 -0
  175. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/converter/url2netloc.py +0 -0
  176. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/converter/wildcard2subject.py +0 -0
  177. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/data/__init__.py +0 -0
  178. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/data/alembic/__init__.py +0 -0
  179. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/data/alembic/mysql/__init__.py +0 -0
  180. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/data/alembic/mysql/env.py +0 -0
  181. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/data/alembic/mysql/script.py.mako +0 -0
  182. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/data/alembic/mysql/versions/35c79626ecb9_fix_some_columns.py +0 -0
  183. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/data/alembic/mysql/versions/3a4c55a9320d_add_continue_table.py +0 -0
  184. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/data/alembic/mysql/versions/3d6f4a33cdb2_add_inactive_table.py +0 -0
  185. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/data/alembic/mysql/versions/45713fea8097_deletion_uneeded_columns_from_whois_.py +0 -0
  186. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/data/alembic/mysql/versions/459a0d7b8f09_add_idna_subject_column_into_whois.py +0 -0
  187. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/data/alembic/mysql/versions/6f4729deaf03_delete_inactive_source_column.py +0 -0
  188. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/data/alembic/mysql/versions/7bcf7fa64ba1_rename_created_to_created_at_and.py +0 -0
  189. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/data/alembic/mysql/versions/83ada95132bf_delete_the_file_table.py +0 -0
  190. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/data/alembic/mysql/versions/912bbcb77a6c_add_registrar_column.py +0 -0
  191. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/data/alembic/mysql/versions/95dc17ddd729_introduction_of_the_session_id_column.py +0 -0
  192. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/data/alembic/mysql/versions/__init__.py +0 -0
  193. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/data/alembic/mysql/versions/ade87195b0a0_base.py +0 -0
  194. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/data/alembic/mysql/versions/bef7bcaac3f2_make_id_a_bigint.py +0 -0
  195. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/data/alembic/mysql/versions/d8893cd406db_allow_whois_record_to_be_empty_null.py +0 -0
  196. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/data/alembic/mysql/versions/e04e8301d1a2_deletion_of_the_mined_table.py +0 -0
  197. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/data/alembic/postgresql/__init__.py +0 -0
  198. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/data/alembic/postgresql/env.py +0 -0
  199. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/data/alembic/postgresql/script.py.mako +0 -0
  200. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/data/alembic/postgresql/versions/__init__.py +0 -0
  201. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/data/alembic/postgresql/versions/a32ac5d66eee_initial_version.py +0 -0
  202. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/data/infrastructure/__init__.py +0 -0
  203. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/data/infrastructure/dir_structure_production.json +0 -0
  204. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/database/__init__.py +0 -0
  205. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/database/credential/__init__.py +0 -0
  206. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/database/credential/base.py +0 -0
  207. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/database/credential/mariadb.py +0 -0
  208. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/database/credential/mysql.py +0 -0
  209. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/database/credential/postgresql.py +0 -0
  210. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/database/schemas/__init__.py +0 -0
  211. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/database/schemas/autocontinue.py +0 -0
  212. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/database/schemas/inactive.py +0 -0
  213. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/database/schemas/status.py +0 -0
  214. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/database/schemas/whois_record.py +0 -0
  215. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/database/session.py +0 -0
  216. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/database/sqlalchemy/__init__.py +0 -0
  217. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/database/sqlalchemy/all_schemas.py +0 -0
  218. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/database/sqlalchemy/base_schema.py +0 -0
  219. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/dataset/__init__.py +0 -0
  220. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/dataset/autocontinue/__init__.py +0 -0
  221. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/dataset/autocontinue/base.py +0 -0
  222. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/dataset/base.py +0 -0
  223. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/dataset/db_base.py +0 -0
  224. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/dataset/iana.py +0 -0
  225. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/dataset/inactive/__init__.py +0 -0
  226. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/dataset/inactive/base.py +0 -0
  227. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/dataset/ipv4_reputation.py +0 -0
  228. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/dataset/public_suffix.py +0 -0
  229. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/dataset/user_agent.py +0 -0
  230. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/dataset/whois/__init__.py +0 -0
  231. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/dataset/whois/csv.py +0 -0
  232. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/downloader/__init__.py +0 -0
  233. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/downloader/exceptions.py +0 -0
  234. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/downloader/iana.py +0 -0
  235. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/downloader/ipv4_reputation.py +0 -0
  236. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/downloader/public_suffix.py +0 -0
  237. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/downloader/user_agents.py +0 -0
  238. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/exceptions.py +0 -0
  239. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/facility.py +0 -0
  240. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/factory.py +0 -0
  241. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/helpers/__init__.py +0 -0
  242. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/helpers/command.py +0 -0
  243. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/helpers/dict.py +0 -0
  244. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/helpers/directory.py +0 -0
  245. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/helpers/download.py +0 -0
  246. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/helpers/environment_variable.py +0 -0
  247. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/helpers/exceptions.py +0 -0
  248. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/helpers/file.py +0 -0
  249. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/helpers/hash.py +0 -0
  250. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/helpers/list.py +0 -0
  251. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/helpers/merge.py +0 -0
  252. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/helpers/regex.py +0 -0
  253. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/logger.py +0 -0
  254. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/query/__init__.py +0 -0
  255. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/query/dns/__init__.py +0 -0
  256. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/query/dns/nameserver.py +0 -0
  257. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/query/dns/query_tool.py +0 -0
  258. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/query/dns/resolver.py +0 -0
  259. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/query/http_status_code.py +0 -0
  260. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/query/netinfo/__init__.py +0 -0
  261. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/query/netinfo/address.py +0 -0
  262. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/query/netinfo/base.py +0 -0
  263. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/query/netinfo/hostbyaddr.py +0 -0
  264. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/query/record/__init__.py +0 -0
  265. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/query/record/base.py +0 -0
  266. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/query/record/dns.py +0 -0
  267. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/query/record/whois.py +0 -0
  268. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/query/requests/__init__.py +0 -0
  269. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/query/requests/adapter/__init__.py +0 -0
  270. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/query/requests/adapter/base.py +0 -0
  271. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/query/requests/adapter/http.py +0 -0
  272. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/query/requests/adapter/https.py +0 -0
  273. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/query/requests/requester.py +0 -0
  274. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/query/whois/__init__.py +0 -0
  275. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/query/whois/converter/__init__.py +0 -0
  276. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/query/whois/converter/base.py +0 -0
  277. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/query/whois/converter/digit2digits.py +0 -0
  278. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/query/whois/converter/expiration_date.py +0 -0
  279. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/query/whois/converter/month2unified.py +0 -0
  280. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/query/whois/converter/registrar.py +0 -0
  281. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/query/whois/query_tool.py +0 -0
  282. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/sessions.py +0 -0
  283. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/storage_facility.py +0 -0
  284. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/utils/__init__.py +0 -0
  285. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/utils/platform.py +0 -0
  286. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/utils/profile.py +0 -0
  287. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble/utils/version.py +0 -0
  288. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble_dev.egg-info/dependency_links.txt +0 -0
  289. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble_dev.egg-info/entry_points.txt +0 -0
  290. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/PyFunceble_dev.egg-info/top_level.txt +0 -0
  291. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/README.rst +0 -0
  292. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/requirements.dev.txt +0 -0
  293. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/requirements.test.txt +0 -0
  294. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/requirements.txt +0 -0
  295. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/requirements.win.txt +0 -0
  296. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/setup.cfg +0 -0
  297. {pyfunceble_dev-4.2.17 → pyfunceble_dev-4.2.19}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: PyFunceble-dev
3
- Version: 4.2.17
3
+ Version: 4.2.19
4
4
  Summary: The tool to check the availability or syntax of domain, IP or URL.
5
5
  Home-page: https://github.com/funilrys/PyFunceble
6
6
  Author: funilrys
@@ -21,77 +21,81 @@ Classifier: Programming Language :: Python :: 3
21
21
  Classifier: License :: OSI Approved
22
22
  Requires-Python: >=3.8, <4
23
23
  License-File: LICENSE
24
+ Requires-Dist: dnspython[DOH]~=2.6.0
25
+ Requires-Dist: PyYAML
26
+ Requires-Dist: setuptools>=65.5.1
24
27
  Requires-Dist: SQLAlchemy~=2.0
28
+ Requires-Dist: domain2idna~=1.12.0
29
+ Requires-Dist: PyMySQL
30
+ Requires-Dist: python-dotenv
31
+ Requires-Dist: alembic
25
32
  Requires-Dist: python-box[all]~=6.0.0
26
- Requires-Dist: setuptools>=65.5.1
27
- Requires-Dist: packaging
28
- Requires-Dist: shtab
29
33
  Requires-Dist: requests[socks]<3
30
- Requires-Dist: PyYAML
31
- Requires-Dist: PyMySQL
32
- Requires-Dist: domain2idna~=1.12.0
33
- Requires-Dist: dnspython[DOH]~=2.6.0
34
+ Requires-Dist: cryptography~=42.0
35
+ Requires-Dist: packaging
34
36
  Requires-Dist: colorama
35
- Requires-Dist: python-dotenv
36
37
  Requires-Dist: inflection
37
- Requires-Dist: cryptography~=42.0
38
- Requires-Dist: alembic
38
+ Requires-Dist: shtab
39
39
  Provides-Extra: docs
40
- Requires-Dist: sphinx_rtd_theme; extra == "docs"
41
40
  Requires-Dist: alabaster<0.8,>=0.7; extra == "docs"
41
+ Requires-Dist: urllib3>=2.2.2; extra == "docs"
42
42
  Requires-Dist: sphinx>=3.4.3; extra == "docs"
43
+ Requires-Dist: requests>=2.32.0; extra == "docs"
44
+ Requires-Dist: sphinx_rtd_theme; extra == "docs"
43
45
  Requires-Dist: Pygments>=2.0; extra == "docs"
44
46
  Provides-Extra: dev
45
47
  Requires-Dist: black; extra == "dev"
46
48
  Requires-Dist: isort; extra == "dev"
47
- Requires-Dist: pylint; extra == "dev"
48
49
  Requires-Dist: flake8; extra == "dev"
50
+ Requires-Dist: pylint; extra == "dev"
49
51
  Provides-Extra: test
50
52
  Requires-Dist: tox; extra == "test"
51
53
  Requires-Dist: coverage; extra == "test"
52
54
  Provides-Extra: psql
53
- Requires-Dist: SQLAlchemy~=2.0; extra == "psql"
54
- Requires-Dist: python-box[all]~=6.0.0; extra == "psql"
55
+ Requires-Dist: dnspython[DOH]~=2.6.0; extra == "psql"
56
+ Requires-Dist: PyYAML; extra == "psql"
55
57
  Requires-Dist: psycopg2; extra == "psql"
56
58
  Requires-Dist: setuptools>=65.5.1; extra == "psql"
57
- Requires-Dist: packaging; extra == "psql"
58
- Requires-Dist: shtab; extra == "psql"
59
- Requires-Dist: requests[socks]<3; extra == "psql"
60
- Requires-Dist: PyYAML; extra == "psql"
61
- Requires-Dist: PyMySQL; extra == "psql"
59
+ Requires-Dist: SQLAlchemy~=2.0; extra == "psql"
62
60
  Requires-Dist: domain2idna~=1.12.0; extra == "psql"
63
- Requires-Dist: dnspython[DOH]~=2.6.0; extra == "psql"
64
- Requires-Dist: colorama; extra == "psql"
61
+ Requires-Dist: PyMySQL; extra == "psql"
65
62
  Requires-Dist: python-dotenv; extra == "psql"
66
- Requires-Dist: inflection; extra == "psql"
67
- Requires-Dist: cryptography~=42.0; extra == "psql"
68
63
  Requires-Dist: alembic; extra == "psql"
64
+ Requires-Dist: python-box[all]~=6.0.0; extra == "psql"
65
+ Requires-Dist: requests[socks]<3; extra == "psql"
66
+ Requires-Dist: cryptography~=42.0; extra == "psql"
67
+ Requires-Dist: packaging; extra == "psql"
68
+ Requires-Dist: colorama; extra == "psql"
69
+ Requires-Dist: inflection; extra == "psql"
70
+ Requires-Dist: shtab; extra == "psql"
69
71
  Provides-Extra: full
70
- Requires-Dist: SQLAlchemy~=2.0; extra == "full"
71
- Requires-Dist: setuptools>=65.5.1; extra == "full"
72
- Requires-Dist: black; extra == "full"
73
- Requires-Dist: PyMySQL; extra == "full"
74
- Requires-Dist: dnspython[DOH]~=2.6.0; extra == "full"
75
- Requires-Dist: coverage; extra == "full"
72
+ Requires-Dist: pylint; extra == "full"
76
73
  Requires-Dist: alabaster<0.8,>=0.7; extra == "full"
77
- Requires-Dist: inflection; extra == "full"
78
- Requires-Dist: cryptography~=42.0; extra == "full"
79
- Requires-Dist: sphinx>=3.4.3; extra == "full"
80
- Requires-Dist: PyYAML; extra == "full"
81
- Requires-Dist: isort; extra == "full"
82
- Requires-Dist: sphinx_rtd_theme; extra == "full"
74
+ Requires-Dist: domain2idna~=1.12.0; extra == "full"
75
+ Requires-Dist: python-dotenv; extra == "full"
83
76
  Requires-Dist: python-box[all]~=6.0.0; extra == "full"
84
77
  Requires-Dist: requests[socks]<3; extra == "full"
85
- Requires-Dist: Pygments>=2.0; extra == "full"
86
- Requires-Dist: flake8; extra == "full"
87
- Requires-Dist: pylint; extra == "full"
88
- Requires-Dist: colorama; extra == "full"
89
- Requires-Dist: python-dotenv; extra == "full"
90
78
  Requires-Dist: packaging; extra == "full"
79
+ Requires-Dist: coverage; extra == "full"
80
+ Requires-Dist: isort; extra == "full"
81
+ Requires-Dist: PyYAML; extra == "full"
82
+ Requires-Dist: sphinx_rtd_theme; extra == "full"
83
+ Requires-Dist: Pygments>=2.0; extra == "full"
91
84
  Requires-Dist: shtab; extra == "full"
92
- Requires-Dist: domain2idna~=1.12.0; extra == "full"
85
+ Requires-Dist: black; extra == "full"
86
+ Requires-Dist: dnspython[DOH]~=2.6.0; extra == "full"
87
+ Requires-Dist: setuptools>=65.5.1; extra == "full"
88
+ Requires-Dist: SQLAlchemy~=2.0; extra == "full"
89
+ Requires-Dist: PyMySQL; extra == "full"
90
+ Requires-Dist: urllib3>=2.2.2; extra == "full"
91
+ Requires-Dist: flake8; extra == "full"
92
+ Requires-Dist: cryptography~=42.0; extra == "full"
93
+ Requires-Dist: sphinx>=3.4.3; extra == "full"
94
+ Requires-Dist: requests>=2.32.0; extra == "full"
95
+ Requires-Dist: inflection; extra == "full"
93
96
  Requires-Dist: tox; extra == "full"
94
97
  Requires-Dist: alembic; extra == "full"
98
+ Requires-Dist: colorama; extra == "full"
95
99
 
96
100
  .. image:: https://raw.githubusercontent.com/PyFunceble/logo/dev/Green/HD/RM.png
97
101
 
@@ -159,7 +159,7 @@ class AvailabilityCheckerBase(CheckerBase):
159
159
  do_syntax_check_first: Optional[bool] = None,
160
160
  db_session: Optional[Session] = None,
161
161
  use_whois_db: Optional[bool] = None,
162
- use_collection: Optional[bool] = None,
162
+ use_platform: Optional[bool] = None,
163
163
  ) -> None:
164
164
  self.dns_query_tool = DNSQueryTool()
165
165
  self.whois_query_tool = WhoisQueryTool()
@@ -224,7 +224,7 @@ class AvailabilityCheckerBase(CheckerBase):
224
224
  subject,
225
225
  do_syntax_check_first=do_syntax_check_first,
226
226
  db_session=db_session,
227
- use_collection=use_collection,
227
+ use_platform=use_platform,
228
228
  )
229
229
 
230
230
  @property
@@ -1020,27 +1020,27 @@ class AvailabilityCheckerBase(CheckerBase):
1020
1020
 
1021
1021
  raise NotImplementedError()
1022
1022
 
1023
- def try_to_query_status_from_collection(self) -> "AvailabilityCheckerBase":
1023
+ def try_to_query_status_from_platform(self) -> "AvailabilityCheckerBase":
1024
1024
  """
1025
- Tries to get and set the status from the Collection API.
1025
+ Tries to get and set the status from the platform API.
1026
1026
  """
1027
1027
 
1028
1028
  PyFunceble.facility.Logger.info(
1029
- "Started to try to query the status of %r from: Collection Lookup",
1029
+ "Started to try to query the status of %r from: Platform Lookup",
1030
1030
  self.status.idna_subject,
1031
1031
  )
1032
1032
 
1033
- data = self.collection_query_tool.pull(self.idna_subject)
1033
+ data = self.platform_query_tool.pull(self.idna_subject)
1034
1034
 
1035
1035
  if data and "status" in data:
1036
1036
  if (
1037
- self.collection_query_tool.preferred_status_origin == "frequent"
1037
+ self.platform_query_tool.preferred_status_origin == "frequent"
1038
1038
  and data["status"]["availability"]["frequent"]
1039
1039
  ):
1040
1040
  self.status.status = data["status"]["availability"]["frequent"]
1041
- self.status.status_source = "COLLECTION"
1041
+ self.status.status_source = "PLATFORM"
1042
1042
  elif (
1043
- self.collection_query_tool.preferred_status_origin == "latest"
1043
+ self.platform_query_tool.preferred_status_origin == "latest"
1044
1044
  and data["status"]["availability"]["latest"]
1045
1045
  ):
1046
1046
  try:
@@ -1050,21 +1050,21 @@ class AvailabilityCheckerBase(CheckerBase):
1050
1050
  ]
1051
1051
  except KeyError:
1052
1052
  self.status.status = data["status"]["availability"]["latest"]
1053
- self.status.status_source = "COLLECTION"
1053
+ self.status.status_source = "PLATFORM"
1054
1054
  elif (
1055
- self.collection_query_tool.preferred_status_origin == "recommended"
1055
+ self.platform_query_tool.preferred_status_origin == "recommended"
1056
1056
  and data["status"]["availability"]["recommended"]
1057
1057
  ):
1058
1058
  self.status.status = data["status"]["availability"]["recommended"]
1059
- self.status.status_source = "COLLECTION"
1059
+ self.status.status_source = "PLATFORM"
1060
1060
 
1061
1061
  PyFunceble.facility.Logger.info(
1062
- "Could define the status of %r from: Collection Lookup",
1062
+ "Could define the status of %r from: Platform Lookup",
1063
1063
  self.status.idna_subject,
1064
1064
  )
1065
1065
 
1066
1066
  PyFunceble.facility.Logger.info(
1067
- "Finished to try to query the status of %r from: Collection Lookup",
1067
+ "Finished to try to query the status of %r from: Platform Lookup",
1068
1068
  self.status.idna_subject,
1069
1069
  )
1070
1070
 
@@ -129,8 +129,8 @@ class DomainAvailabilityChecker(AvailabilityCheckerBase):
129
129
 
130
130
  status_post_syntax_checker = None
131
131
 
132
- if not self.status.status and self.use_collection:
133
- self.try_to_query_status_from_collection()
132
+ if not self.status.status and self.use_platform:
133
+ self.try_to_query_status_from_platform()
134
134
 
135
135
  if not self.status.status and self.do_syntax_check_first:
136
136
  self.try_to_query_status_from_syntax_lookup(from_domain_test=True)
@@ -111,7 +111,7 @@ class DomainAndIPAvailabilityChecker(AvailabilityCheckerBase):
111
111
  do_syntax_check_first=self.do_syntax_check_first,
112
112
  db_session=self.db_session,
113
113
  use_whois_db=self.use_whois_db,
114
- use_collection=self.use_collection,
114
+ use_platform=self.use_platform,
115
115
  )
116
116
  else:
117
117
  query_object = DomainAvailabilityChecker(
@@ -125,12 +125,12 @@ class DomainAndIPAvailabilityChecker(AvailabilityCheckerBase):
125
125
  do_syntax_check_first=self.do_syntax_check_first,
126
126
  db_session=self.db_session,
127
127
  use_whois_db=self.use_whois_db,
128
- use_collection=self.use_collection,
128
+ use_platform=self.use_platform,
129
129
  )
130
130
 
131
131
  query_object.dns_query_tool = self.dns_query_tool
132
132
  query_object.whois_query_tool = self.whois_query_tool
133
- query_object.collection_query_tool = self.collection_query_tool
133
+ query_object.platform_query_tool = self.platform_query_tool
134
134
  query_object.hostbyaddr_query_tool = self.hostbyaddr_query_tool
135
135
  query_object.addressinfo_query_tool = self.addressinfo_query_tool
136
136
  query_object.http_status_code_query_tool = self.http_status_code_query_tool
@@ -62,7 +62,7 @@ import PyFunceble.storage
62
62
  from PyFunceble.checker.params_base import CheckerParamsBase
63
63
  from PyFunceble.checker.status_base import CheckerStatusBase
64
64
  from PyFunceble.converter.url2netloc import Url2Netloc
65
- from PyFunceble.query.collection import CollectionQueryTool
65
+ from PyFunceble.query.platform import PlatformQueryTool
66
66
 
67
67
 
68
68
  class CheckerBase:
@@ -79,10 +79,10 @@ class CheckerBase:
79
79
  """
80
80
 
81
81
  STD_DO_SYNTAX_CHECK_FIRST: bool = False
82
- STD_USE_COLLECTION: bool = False
82
+ STD_USE_PLATFORM: bool = False
83
83
 
84
84
  _do_syntax_check_first: bool = False
85
- _use_collection: bool = False
85
+ _use_platform: bool = False
86
86
 
87
87
  _subject: Optional[str] = None
88
88
  _idna_subject: Optional[str] = None
@@ -90,7 +90,7 @@ class CheckerBase:
90
90
  url2netloc: Optional[Url2Netloc] = None
91
91
 
92
92
  db_session: Optional[Session] = None
93
- collection_query_tool: Optional[CollectionQueryTool] = None
93
+ platform_query_tool: Optional[PlatformQueryTool] = None
94
94
 
95
95
  status: Optional[CheckerStatusBase] = None
96
96
  params: Optional[CheckerParamsBase] = None
@@ -101,9 +101,9 @@ class CheckerBase:
101
101
  *,
102
102
  do_syntax_check_first: Optional[bool] = None,
103
103
  db_session: Optional[Session] = None,
104
- use_collection: Optional[bool] = None,
104
+ use_platform: Optional[bool] = None,
105
105
  ) -> None:
106
- self.collection_query_tool = CollectionQueryTool()
106
+ self.platform_query_tool = PlatformQueryTool()
107
107
  self.url2netloc = Url2Netloc()
108
108
 
109
109
  if self.params is None:
@@ -120,10 +120,10 @@ class CheckerBase:
120
120
  else:
121
121
  self.do_syntax_check_first = self.STD_DO_SYNTAX_CHECK_FIRST
122
122
 
123
- if use_collection is not None:
124
- self.use_collection = use_collection
123
+ if use_platform is not None:
124
+ self.use_platform = use_platform
125
125
  else:
126
- self.guess_and_set_use_collection()
126
+ self.guess_and_set_use_platform()
127
127
 
128
128
  self.db_session = db_session
129
129
 
@@ -185,7 +185,7 @@ class CheckerBase:
185
185
  def wrapper(self, *args, **kwargs): # pragma: no cover ## Safety!
186
186
  result = func(self, *args, **kwargs) # pylint: disable=not-callable
187
187
 
188
- self.status.tested_at = datetime.datetime.utcnow()
188
+ self.status.tested_at = datetime.datetime.now(datetime.timezone.utc)
189
189
 
190
190
  return result
191
191
 
@@ -320,17 +320,17 @@ class CheckerBase:
320
320
  return self
321
321
 
322
322
  @property
323
- def use_collection(self) -> bool:
323
+ def use_platform(self) -> bool:
324
324
  """
325
- Provides the current value of the :code:`_use_collection` attribute.
325
+ Provides the current value of the :code:`_use_platform` attribute.
326
326
  """
327
327
 
328
- return self._use_collection
328
+ return self._use_platform
329
329
 
330
- @use_collection.setter
331
- def use_collection(self, value: bool) -> None:
330
+ @use_platform.setter
331
+ def use_platform(self, value: bool) -> None:
332
332
  """
333
- Sets the value which authorizes the usage of the Collection.
333
+ Sets the value which authorizes the usage of the platform.
334
334
 
335
335
  :param value:
336
336
  The value to set.
@@ -342,32 +342,32 @@ class CheckerBase:
342
342
  if not isinstance(value, bool):
343
343
  raise TypeError(f"<value> should be {bool}, {type(value)} given.")
344
344
 
345
- self._use_collection = self.params.use_collection = value
345
+ self._use_platform = self.params.use_platform = value
346
346
 
347
- def set_use_collection(self, value: bool) -> "CheckerBase":
347
+ def set_use_platform(self, value: bool) -> "CheckerBase":
348
348
  """
349
- Sets the value which authorizes the usage of the Collection.
349
+ Sets the value which authorizes the usage of the platform.
350
350
 
351
351
  :param value:
352
352
  The value to set.
353
353
  """
354
354
 
355
- self.use_collection = value
355
+ self.use_platform = value
356
356
 
357
357
  return self
358
358
 
359
- def guess_and_set_use_collection(self) -> "CheckerBase":
359
+ def guess_and_set_use_platform(self) -> "CheckerBase":
360
360
  """
361
- Try to guess and set the value of the :code:`use_collection` attribute.
361
+ Try to guess and set the value of the :code:`use_platform` attribute.
362
362
  """
363
363
 
364
364
  if PyFunceble.facility.ConfigLoader.is_already_loaded():
365
- if isinstance(PyFunceble.storage.CONFIGURATION.lookup.collection, bool):
366
- self.use_collection = PyFunceble.storage.CONFIGURATION.lookup.collection
365
+ if isinstance(PyFunceble.storage.CONFIGURATION.lookup.platform, bool):
366
+ self.use_platform = PyFunceble.storage.CONFIGURATION.lookup.platform
367
367
  else:
368
- self.use_collection = self.STD_USE_COLLECTION
368
+ self.use_platform = self.STD_USE_PLATFORM
369
369
  else:
370
- self.use_collection = self.STD_USE_COLLECTION
370
+ self.use_platform = self.STD_USE_PLATFORM
371
371
 
372
372
  def subject_propagator(self) -> "CheckerBase":
373
373
  """
@@ -64,7 +64,7 @@ class CheckerParamsBase:
64
64
  """
65
65
 
66
66
  do_syntax_check_first: Optional[bool] = None
67
- use_collection: Optional[bool] = None
67
+ use_platform: Optional[bool] = None
68
68
 
69
69
  def to_dict(self) -> dict:
70
70
  """
@@ -92,7 +92,7 @@ class ReputationCheckerBase(CheckerBase):
92
92
  subject: Optional[str] = None,
93
93
  do_syntax_check_first: Optional[bool] = None,
94
94
  db_session: Optional[Session] = None,
95
- use_collection: Optional[bool] = None,
95
+ use_platform: Optional[bool] = None,
96
96
  ) -> None:
97
97
  self.dns_query_tool = DNSQueryTool()
98
98
  self.ipv4_reputation_query_tool = IPV4ReputationDataset()
@@ -110,7 +110,7 @@ class ReputationCheckerBase(CheckerBase):
110
110
  subject,
111
111
  do_syntax_check_first=do_syntax_check_first,
112
112
  db_session=db_session,
113
- use_collection=use_collection,
113
+ use_platform=use_platform,
114
114
  )
115
115
 
116
116
  @staticmethod
@@ -242,45 +242,45 @@ class ReputationCheckerBase(CheckerBase):
242
242
 
243
243
  return self
244
244
 
245
- def try_to_query_status_from_collection(self) -> "ReputationCheckerBase":
245
+ def try_to_query_status_from_platform(self) -> "ReputationCheckerBase":
246
246
  """
247
- Tries to get and set the status from the Collection API.
247
+ Tries to get and set the status from the Platform API.
248
248
  """
249
249
 
250
250
  PyFunceble.facility.Logger.info(
251
- "Started to try to query the status of %r from: Collection Lookup",
251
+ "Started to try to query the status of %r from: Platform Lookup",
252
252
  self.status.idna_subject,
253
253
  )
254
254
 
255
- data = self.collection_query_tool[self.idna_subject]
255
+ data = self.platform_query_tool[self.idna_subject]
256
256
 
257
257
  if data and "status" in data:
258
258
  if (
259
- self.collection_query_tool.preferred_status_origin == "frequent"
259
+ self.platform_query_tool.preferred_status_origin == "frequent"
260
260
  and data["status"]["reputation"]["frequent"]
261
261
  ):
262
262
  self.status.status = data["status"]["reputation"]["frequent"]
263
- self.status.status_source = "COLLECTION"
263
+ self.status.status_source = "PLATFORM"
264
264
  elif (
265
- self.collection_query_tool.preferred_status_origin == "latest"
265
+ self.platform_query_tool.preferred_status_origin == "latest"
266
266
  and data["status"]["reputation"]["latest"]
267
267
  ):
268
268
  self.status.status = data["status"]["reputation"]["latest"]["status"]
269
- self.status.status_source = "COLLECTION"
269
+ self.status.status_source = "PLATFORM"
270
270
  elif (
271
- self.collection_query_tool.preferred_status_origin == "recommended"
271
+ self.platform_query_tool.preferred_status_origin == "recommended"
272
272
  and data["status"]["reputation"]["recommended"]
273
273
  ):
274
274
  self.status.status = data["status"]["reputation"]["recommended"]
275
- self.status.status_source = "COLLECTION"
275
+ self.status.status_source = "PLATFORM"
276
276
 
277
277
  PyFunceble.facility.Logger.info(
278
- "Could define the status of %r from: Collection Lookup",
278
+ "Could define the status of %r from: Platform Lookup",
279
279
  self.status.idna_subject,
280
280
  )
281
281
 
282
282
  PyFunceble.facility.Logger.info(
283
- "Finished to try to query the status of %r from: Collection Lookup",
283
+ "Finished to try to query the status of %r from: Platform Lookup",
284
284
  self.status.idna_subject,
285
285
  )
286
286
 
@@ -294,9 +294,9 @@ class ReputationCheckerBase(CheckerBase):
294
294
  status_post_syntax_checker = None
295
295
 
296
296
  if (
297
- not self.status.status and self.use_collection
297
+ not self.status.status and self.use_platform
298
298
  ): # pragma: no cover ## Underlying tested
299
- self.try_to_query_status_from_collection()
299
+ self.try_to_query_status_from_platform()
300
300
 
301
301
  if not self.status.status and self.do_syntax_check_first:
302
302
  self.try_to_query_status_from_syntax_lookup()
@@ -78,18 +78,18 @@ class DomainAndIPReputationChecker(ReputationCheckerBase):
78
78
  self.subject,
79
79
  do_syntax_check_first=self.do_syntax_check_first,
80
80
  db_session=self.db_session,
81
- use_collection=self.use_collection,
81
+ use_platform=self.use_platform,
82
82
  )
83
83
  else:
84
84
  query_object = DomainReputationChecker(
85
85
  self.subject,
86
86
  do_syntax_check_first=self.do_syntax_check_first,
87
87
  db_session=self.db_session,
88
- use_collection=self.use_collection,
88
+ use_platform=self.use_platform,
89
89
  )
90
90
 
91
91
  query_object.ipv4_reputation_query_tool = self.ipv4_reputation_query_tool
92
- query_object.collection_query_tool = self.collection_query_tool
92
+ query_object.platform_query_tool = self.platform_query_tool
93
93
  query_object.dns_query_tool = self.dns_query_tool
94
94
 
95
95
  result = query_object.query_status()
@@ -83,7 +83,7 @@ class DomainAndIPSyntaxChecker(SyntaxCheckerBase):
83
83
  else:
84
84
  query_object = DomainSyntaxChecker(self.subject, db_session=self.db_session)
85
85
 
86
- query_object.collection_query_tool = self.collection_query_tool
86
+ query_object.platform_query_tool = self.platform_query_tool
87
87
 
88
88
  result = query_object.query_status()
89
89
 
@@ -55,7 +55,7 @@ License:
55
55
  import datetime
56
56
  import functools
57
57
  import secrets
58
- from typing import Any, Optional
58
+ from typing import Any, List, Optional
59
59
 
60
60
  import PyFunceble.cli.continuous_integration.exceptions
61
61
  import PyFunceble.facility
@@ -105,6 +105,8 @@ class ContinuousIntegrationBase:
105
105
  STD_END_COMMIT_MESSAGE: str = "PyFunceble - Results"
106
106
  STD_MAX_EXEC_MINUTES: int = 15
107
107
 
108
+ COMMON_CI_SKIP_MARKER: List[str] = ["[skip ci]", "[ci skip]", "[no ci]"]
109
+
108
110
  end_commit_marker: str = "[ci skip]"
109
111
 
110
112
  _authorized: bool = False
@@ -347,6 +349,17 @@ class ContinuousIntegrationBase:
347
349
 
348
350
  self._authorized = value
349
351
 
352
+ @property
353
+ def bypass_bypass(self) -> bool:
354
+ """
355
+ Provides the currently state of the :code:`_bypass_bypass` attribute.
356
+ """
357
+
358
+ return (
359
+ EnvironmentVariableHelper("PYFUNCEBLE_BYPASS_BYPASS").get_value()
360
+ is not None
361
+ )
362
+
350
363
  def set_authorized(self, value: bool) -> "ContinuousIntegrationBase":
351
364
  """
352
365
  Sets the value of the :code:`authorized` attribute.
@@ -786,7 +799,7 @@ class ContinuousIntegrationBase:
786
799
  Sets the starting time to now.
787
800
  """
788
801
 
789
- self.start_time = datetime.datetime.utcnow()
802
+ self.start_time = datetime.datetime.now(datetime.timezone.utc)
790
803
  self.expected_end_time = self.start_time + datetime.timedelta(
791
804
  minutes=self.max_exec_minutes
792
805
  )
@@ -1020,7 +1033,7 @@ class ContinuousIntegrationBase:
1020
1033
  Checks if we exceeded the allocated time we have.
1021
1034
  """
1022
1035
 
1023
- return self.expected_end_time < datetime.datetime.utcnow()
1036
+ return self.expected_end_time < datetime.datetime.now(datetime.timezone.utc)
1024
1037
 
1025
1038
  @execute_if_authorized(None)
1026
1039
  @ensure_token_is_given
@@ -1136,12 +1149,15 @@ class ContinuousIntegrationBase:
1136
1149
  raise PyFunceble.cli.continuous_integration.exceptions.StopExecution()
1137
1150
 
1138
1151
  @execute_if_authorized(None)
1139
- def apply_end_commit(self) -> None:
1152
+ def apply_end_commit(self, *, push: bool = True) -> None:
1140
1153
  """
1141
1154
  Apply the "end" commit and push.
1142
1155
 
1143
1156
  Side effect:
1144
1157
  It runs the declared command to execute.
1158
+
1159
+ :param push:
1160
+ Whether we should push the changes or not.
1145
1161
  """
1146
1162
 
1147
1163
  PyFunceble.facility.Logger.info(
@@ -1189,18 +1205,19 @@ class ContinuousIntegrationBase:
1189
1205
  "Finished to prepare and apply final GIT commit."
1190
1206
  )
1191
1207
 
1192
- if self.git_distribution_branch != self.git_branch:
1193
- self.push_changes(branch_to_use)
1194
- else:
1208
+ if push:
1195
1209
  self.push_changes(branch_to_use)
1196
1210
 
1197
1211
  @execute_if_authorized(None)
1198
- def apply_commit(self) -> None:
1212
+ def apply_commit(self, *, push: bool = True) -> None:
1199
1213
  """
1200
1214
  Apply the commit and push.
1201
1215
 
1202
1216
  Side effect:
1203
1217
  It runs the declared command to execute.
1218
+
1219
+ :param push:
1220
+ Whether we should push the changes or not.
1204
1221
  """
1205
1222
 
1206
1223
  PyFunceble.facility.Logger.info("Started to prepare and apply GIT commit.")
@@ -1234,7 +1251,8 @@ class ContinuousIntegrationBase:
1234
1251
 
1235
1252
  PyFunceble.facility.Logger.info("Finished to prepare and apply GIT commit.")
1236
1253
 
1237
- self.push_changes(self.git_branch)
1254
+ if push:
1255
+ self.push_changes(self.git_branch)
1238
1256
 
1239
1257
  @execute_if_authorized(None)
1240
1258
  def bypass(self) -> None:
@@ -1243,13 +1261,24 @@ class ContinuousIntegrationBase:
1243
1261
 
1244
1262
  - :code:`[PyFunceble skip]` (case insensitive)
1245
1263
  - :code:`[PyFunceble-skip]` (case insensitive)
1264
+ - :code:`[skip-PyFunceble]` (case insensitive)
1265
+ - :code:`[skip PyFunceble]` (case insensitive)
1246
1266
  - :attr:`~PyFunceble.cli.continuous_integration.base.end_commit_marker`
1267
+ - :attr:`~PyFunceble.cli.continuous_integration.base.COMMON_CI_SKIP_MARKER`
1247
1268
  """
1248
1269
 
1249
- our_marker = ["[pyfunceble skip]", "[pyfunceble-skip]", self.end_commit_marker]
1270
+ our_marker = self.COMMON_CI_SKIP_MARKER + [
1271
+ "[pyfunceble skip]",
1272
+ "[pyfunceble-skip]",
1273
+ "[skip-pyfunceble]",
1274
+ "[skip pyfunceble]",
1275
+ self.end_commit_marker,
1276
+ ]
1250
1277
  latest_commit = CommandHelper("git log -1").execute().lower()
1251
1278
 
1252
- if any(x.lower() in latest_commit for x in our_marker):
1279
+ if not self.bypass_bypass and any(
1280
+ x.lower() in latest_commit for x in our_marker
1281
+ ):
1253
1282
  PyFunceble.facility.Logger.info(
1254
1283
  "Bypass marker caught. Saving and stopping process."
1255
1284
  )