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.
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 -19
  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 +2 -69
  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.28.dist-info/METADATA +630 -0
  259. PyFunceble_dev-4.2.28.dist-info/RECORD +283 -0
  260. {PyFunceble_dev-4.2.26.dist-info → PyFunceble_dev-4.2.28.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.28.dist-info}/LICENSE +0 -0
  264. {PyFunceble_dev-4.2.26.dist-info → PyFunceble_dev-4.2.28.dist-info}/entry_points.txt +0 -0
  265. {PyFunceble_dev-4.2.26.dist-info → PyFunceble_dev-4.2.28.dist-info}/top_level.txt +0 -0
@@ -1,176 +1,399 @@
1
+ # .PyFunceble.yaml
2
+ # This is the default configuration of the PyFunceble project.
3
+ #
4
+ # Behavior while using CLI switch:
5
+ #
6
+ # When using the CLI Argument of boolean parameters, they act like a light
7
+ # switch. Meaning that if `no` is defined in the configuration file, using
8
+ # the CLI argument will switch it to `yes`.
9
+ #
10
+ # However, if `yes` is defined in the configuration file, using the CLI
11
+ # argument will switch it to `no`.
12
+ #
13
+
1
14
  debug:
2
15
  # Provides everything related to the debug mode.
3
16
 
4
- # Activates the debug/logging.
17
+ # Enable/Disable the debug mode.
18
+ #
19
+ # NOTE:
20
+ # When enabled, the output will be found inside the logs output directory.
21
+ # If you prefer to have the output to STDOUT, you should declare the
22
+ # following environment variable.
23
+ #
24
+ # PYFUNCEBLE_DEBUG_ON_SCREEN=yes
25
+
26
+ # Environment Variable: PYFUNCEBLE_DEBUG
27
+ # CLI Switch: `--debug`
5
28
  active: no
6
- # Sets the logging level.
29
+
30
+ # Set the logging level.
31
+ #
32
+ # Available: info, error, debug, critical
33
+ #
34
+ # Environment Variables: PYFUNCEBLE_DEBUG_LVL | PYFUNCEBLE_LOGGING_LVL
35
+ # CLI Switch: --logging-level
7
36
  level: info
8
37
 
9
38
  cli_decoding:
10
- # Provides everything related to the decoding from the CLI.
39
+ # Provides everything related to the decoding of input files from the CLI.
11
40
 
12
- # Activates the aggressive decoding.
41
+ # Enable/Disable the aggressive decoding.
42
+ #
43
+ # The aggressive mode is a mode that tries to decode as much as possible without
44
+ # trying to follow any technical conventions.
45
+ #
46
+ # When decoding AdBlock filter lists, it will try to decode almost every
47
+ # domains it finds.
48
+ #
49
+ # When decoding hosts file or plain text files, it will try to convert URLS
50
+ # (e.g https://example.org/hello/world) into domains to test (e.g example.org).
51
+ #
52
+ # CLI Argument: --aggressive
13
53
  aggressive: no
14
54
 
15
- # Activates the decoding using the adblock decoder.
55
+ # Enable/Disable the (exclusive) decoding using the adblock decoder.
56
+ #
57
+ # WARNING:
58
+ # Activating this parameter in your configuration file, will make
59
+ # PyFunceble assume that it has to decode adblock files - exclusively.
60
+ #
61
+ # CLI Argument: --adblock
16
62
  adblock: no
17
63
 
18
- # Activates the decoding using the RPZ decoder.
64
+ # Enable/Disable the (exclusive) decoding using the RPZ decoder.
65
+ #
66
+ # WARNING:
67
+ # Activating this parameter in your configuration file, will make
68
+ # PyFunceble assume that it has to decode RPZ files - exclusively.
69
+ #
70
+ # CLI Argument: --rpz
19
71
  rpz: no
20
72
 
21
- # Activated the decoding using the Wildcard decoder.
73
+ # Enable or disable the reduction of wildcards.
74
+ #
75
+ # Meaning that any caught wildcards (e.g. *.example.org) will be reduced so
76
+ # that we have a "valid" domain to test (e.g. example.org).
77
+ #
78
+ # WARNING:
79
+ # Activating this parameter will reduce wildcards (e.g *.example.org) to
80
+ # match domains (e.g ecample.org)
81
+ #
82
+ # CLI Argument: --wildcard
22
83
  wildcard: no
23
84
 
24
85
  cli_testing:
25
- # Provides everything directly related to the CLI testing.
86
+ # Provides everything directly related to the testing through the CLI.
26
87
 
27
- # Sets the Hosts IP to use while generation the hosts file(s)
88
+ # Set the IP to prefix each hosts file lines with.
89
+ #
90
+ # CLI Argument: -ip | --hosts-ip
28
91
  hosts_ip: "0.0.0.0"
29
92
 
30
- # Sets the number of maximal workers to use.
31
- # If set to null, the system use: CPU * Cores - 2
93
+ # Set the amount of maximal workers to use to perform tests.
94
+ #
95
+ # NOTE:
96
+ # If set to `null`, the value is implicitly CPU * Cores - 2
97
+ #
98
+ # CLI Argument: -w | --max-workers
32
99
  max_workers: null
33
100
 
34
- # Activates the automatic continuation after a break or shortage.
101
+ # Enable/Disable the autocontinue datasets.
102
+ #
103
+ # The autocontinue datasets/database is a database that temporarily store the
104
+ # result of the tested subject in the hope to continue as soon as possible
105
+ # after a break or shortage.
106
+ #
107
+ # CLI Argument: -c | --auto-continue | --continue
35
108
  autocontinue: no
36
109
 
37
- # Activates the storage and creation of a database of all INACTIVA and INVALID
38
- # subjects for continuous testing.
110
+ # Enable/Disable the inactive datasets.
111
+ #
112
+ # The inactive datasets/database is used to store the INACTIVE and INVALID
113
+ # subjects to purposely retest then at a later time.
114
+ #
115
+ # This mechanism let you cleanup your source file while being sure that
116
+ # pyfunceble will retest the old entries of your source file. After retesting,
117
+ # pyfunceble will throw the newly ACTIVE subject from the database and put
118
+ # it into your ACTIVE output files so that you can reintroduce them into
119
+ # your list.
120
+ #
121
+ # CLI Argument: --inactive-db
39
122
  inactive_db: yes
40
123
 
41
- # Activates the storage of some WHOIS information in order to avoid having
42
- # to spam the WHOIS servers.
124
+ # Enable/Disable the whois storage of whois records.
125
+ #
126
+ # This mechanism let us avoid spaming the WHOIS servers by storing the
127
+ # expiration dates from the whois record into a local datasets/database.
128
+ # Later on, PyFunceble will query the local database first.
129
+ #
130
+ # CLI Argument: -wdb | --whois-database
43
131
  whois_db: yes
44
132
 
45
- # Activates the generation of complements.
133
+ # Enable/Disable the testing and generation of complements.
134
+ #
135
+ # A complement is `www.example.org` when `example.org` is given and vice-versa.
136
+ #
137
+ # CLI Argument: --complements
46
138
  complements: no
47
139
 
48
- # Activates the expansion of CIDR to single addresses.
140
+ # Enable/Disable the expension and testing of single addresses of a CIDR.
141
+ #
142
+ # CLI Argument: --cidr
49
143
  cidr_expand: no
50
144
 
51
- # Sets the cooldown time to apply between each tests.
145
+ # Set the cooldown time to apply between each tests.
146
+ #
147
+ # This is essential to avoid spaming remote resources - especially WHOIS servers.
148
+ #
149
+ # WARNING:
150
+ # This must be a value >= 0.0
151
+ #
152
+ # CLI Argument: --cooldown-time
52
153
  cooldown_time: 0.0
53
154
 
54
155
  # Sets the Database Connector type to use.
55
156
  # Available: csv | mariadb | mysql | postgresql
157
+ #
158
+ # Set the type of database to use or generate to store long term information-s.
159
+ #
160
+ # When set to `mariadb`, `mysql` or `postgesql` the following environment
161
+ # variables are required.
162
+ #
163
+ # PYFUNCEBLE_DB_HOST - The host or unix socket path of the database server.
164
+ # PYFUNCEBLE_DB_PORT - The port to use to reach the database server.
165
+ # PYFUNCEBLE_DB_USERNAME - The username to use to connect to the database server - when applicable.
166
+ # PYFUNCEBLE_DB_PASSWORD - The password to use to connect to the database server - when applicable.
167
+ # PYFUNCEBLE_DB_NAME - The name of the database to work with.
168
+ # PYFUNCEBLE_DB_CHARSET - The charset to use - when applicable.
169
+ #
170
+ # Available Values: csv | mariadb | mysql | postgresql
171
+ #
172
+ # CLI Argument: --database-type
56
173
  db_type: csv
57
174
 
58
- # Sets the filter to apply while reading the given input.
59
- # For example, if you give `\.info`, we will only test the subjects who match
60
- # `\.info`.
175
+ # Set the filter to apply while reading inputs.
176
+ #
177
+ # In other words, a global filter to apply to select the subject to tests.
178
+ # Meaning that if you give `\.info$` (for example), we will only test the
179
+ # subjects that ends with `.info`.
180
+ #
181
+ # CLI Argument: --filter
61
182
  file_filter: null
62
183
 
63
- # Activates the mining of data.
184
+ # Enable/Disable the mining of subjects.
185
+ #
186
+ # When enabled, PyFunceble will follow the HTTP redirects and put all redirected
187
+ # subjects into the testing queue and outputs.
188
+ #
189
+ # CLI Argument: --mining
64
190
  mining: no
65
191
 
66
- # Acknowledges that we may test for local network component.
67
- # NOTE: Activating this, will remove the syntax checker completely.
192
+ # Acknowledge/Dismiss that we are testing for subjects that are only on the
193
+ # local network.
194
+ #
195
+ # NOTE:
196
+ # When enabled, no syntax checking will be processed when performing
197
+ # availability and reputation tests.
198
+ #
199
+ # CLI Argument: --local
68
200
  local_network: no
69
201
 
70
- # Activates or disable the preloading of the given input file(s).
71
- # When this is activated, we take the time to pre load and decode the content
72
- # of your file so that we can optimize some of our process regarding the
73
- # auto continue.
202
+ # Enable/Disable the preloading of the given input file(s).
203
+ #
204
+ # When enabled, we take the time to pre-load subjects by decoding inputs files
205
+ # and storing the informatino in the chosen datasets/database format.
206
+ # The hope is to optimise some of our process by only focusing on testing.
74
207
  #
75
- # Note: This has no effect if the auto-continue is deactivated.
208
+ # WARNING:
209
+ # While this is helpful for long running tasks, this might not be a good
210
+ # idea if you are testing a URL directly. This process is not optimizied
211
+ # for sources that are constantly updated (checksums).
212
+ #
213
+ # CLI Argument: --preload
76
214
  preload_file: no
77
215
 
78
- # Activates or disables a chancy tester mode that unleashes the safety
79
- # workflow in place.
216
+ # Enable/Disable a chancy testing mode that unleashes and bypass the safety
217
+ # workflow-s in place in hope of speed.
80
218
  #
81
- # WARNING:
82
- # You shouldn't have to use this unless you feel really lucky and trust your
83
- # machine.
219
+ # DANGER / WARNING:
220
+ # You have been warned. This mode is for the chancy and lucky one.
221
+ #
222
+ # You shouldn't use this unless you fele really, really, really lucky and
223
+ # trust your machine.
224
+ #
225
+ # Enabling this mode makes thinks look 'fast', but it may produce some
226
+ # rather ... unexpected behavior and results - IF N+1 process simultaneously
227
+ # write the same output file.
84
228
  #
85
- # This mode makes things look 'fast', but it may produce some unexpected
86
- # results if :code:`N` process simultaneously write the same output file.
229
+ # This mode also makes the CLI terminal output unparsable - either.
87
230
  #
88
- # This mode makes the graphical CLI output unparsable - either.
231
+ # **MAY THE FORCE BE WITH YOU!**
89
232
  #
90
- # **MAY THE FORCE BE WITH YOU!**
233
+ # CLI Argument: --chancy
91
234
  chancy_tester: no
92
235
 
93
236
  ci:
94
- # Provides everything related to the Continuous integration.
95
-
96
- # Activates the continuous integration mode.
97
- # WARNING: Do not activate without asking or knowing what you are doing.
237
+ # Provides everything related to the testing within a Continuous integration
238
+ # engine.
239
+
240
+ # Enable/Disable the CI/CD mode.
241
+ #
242
+ # When enabled, PyFunceble will assume that it works with a git repository.
243
+ # Therefore, you have to declare the following environment variables to
244
+ # configure git for pushing - which is normally not available withing a
245
+ # CI engine.
246
+ #
247
+ # GIT_NAME - The `git.name` to setup and use.
248
+ # GIT_EMAIL - The `git.email` to setup and use.
249
+ # GIT_BRANCH - (optional) - The git branch to use to distribute results betwen sessions.
250
+ # GIT_DISTRIBUTION_BRANCH - (optional) - The git branch to use to distribute the final results.
251
+ # GITHUB_TOKEN - The token to use to authenticate ourselves against GitHub. Read when under a GitHub Action or Jenkins CI worker.
252
+ # GL_TOKEN - The token to use to authenticate ourselves againt GitLab. Read when under a GitLab Runner.
253
+ # GH_TOKEN - The token to ue to authenticate ourselves against GitHub. Read when under a Travis CI instance.
254
+ #
255
+ # CLI Argument: --ci
98
256
  active: no
99
257
 
100
- # Sets the commit message to apply everytime except for the last one.
258
+ # Set the commit message to apply to all results commit except the final one.
259
+ #
260
+ # CLI Argument: --ci-commit-message
101
261
  commit_message: "PyFunceble - AutoSave"
102
262
 
103
- # Sets the commit message to apply at the very end of the test.
263
+ # Set the commit message to apply to the very last and final result commit.
264
+ #
265
+ # CLI Argument: --ci-end-commit-message
104
266
  end_commit_message: "PyFunceble - Results"
105
267
 
106
- # Sets the number of minutes to wait before starting to save and stop
107
- # a session.
268
+ # Set the number of minutes to wait before to start saving and stopping a session.
269
+ #
270
+ # This parameter can be understood as the running time of PyFunceble under a
271
+ # CI Engine.
272
+ #
273
+ # CLI Argument: --ci-max-minutes
108
274
  max_exec_minutes: 15
109
275
 
110
- # Sets the working branch. This is the branch from where we are testing.
276
+ # Set the branch to use to distribute results between multiple CI/CD sessions.
277
+ #
278
+ # Environment Variable: GIT_BRANCH
279
+ # CLI Argument: --ci-branch
111
280
  branch: master
112
281
 
113
- # Sets the distribution branch. This is the branch that is going to get
114
- # the (final) results.
282
+ # Set the branch to use to distribute the final results of multiple CI/CD session.
283
+ #
284
+ # Environment Variable: GIT_DISTRIBUTION_BRANCH
285
+ # CLI Argument: --ci-distribution-branch
115
286
  distribution_branch: master
116
287
 
117
- # Sets the command to execute everytime before each commits except the last
118
- # one.
288
+ # Set the command to execute before each (except last) result commit.
289
+ #
290
+ # CLI Argument: --ci-command
119
291
  command: null
120
292
 
121
- # Sets the command to execute before the last commit.
293
+ # Set the command to execute before the very last result commit.
294
+ #
295
+ # CLI Argument: --ci-end-command
122
296
  end_command: null
123
297
 
124
298
  display_mode:
125
- # Provides everything related to the display mode.
126
-
127
- # Activates the printing of dots.
299
+ # Provides everything related to the display/OUTPUT of PyFunceble.
300
+
301
+ # Enable/Disable the printing of dots.
302
+ #
303
+ # Dots !? Why Dots ? WTH ?!
304
+ # Yes, you read correctly dots. Those dots are crutial under CI/CD engines
305
+ # that assumes that no-output within a few minutes is an error. To avoid
306
+ # such situation when the CI/CD engines just kill the job, we print dots,
307
+ # when we perform some tasks that may not output anything for a few minutes.
308
+ #
309
+ # An example is when you are on the second session of testing and PyFunceble
310
+ # is going through the list of subjects but it sees that the subject has been
311
+ # already tested.
312
+ #
313
+ # NOTE:
314
+ # This argument is automatically switched to `yes` when under a CI/CD engine
315
+ # (aka cli_testing.ci set to yes).
316
+ #
317
+ # CLI Argument: --dots
128
318
  dots: no
129
319
 
130
- # Activates the printing of the execution time.
320
+ # Enable/Disable the printing of the execution time at the end of a test session.
321
+ #
322
+ # CLI Argument: -ex | --execution
131
323
  execution_time: no
132
324
 
133
- # Activates the output of the percentage information.
325
+ # Enable/Disable the printing of the percentage stats per status at the end
326
+ # of a test session.
327
+ #
328
+ # CLI Argument: --percentage
134
329
  percentage: yes
135
330
 
136
- # Activates the output of the top registrar information.
331
+ # Enable/Disable the printing of the registrar stats per subjects at the end
332
+ # of a test session.
333
+ #
334
+ # CLI Argument: --registrar
137
335
  registrar: no
138
336
 
139
- # Activates the quiet mode.
337
+ # Enable/Disable the printing of any outputs.
338
+ #
339
+ # CLI Argument: -q | --quiet
140
340
  quiet: no
141
341
 
142
- # Activates the output of very few information.
342
+ # Enable/Disable the printing of minimal tabular information when testing.
143
343
  less: yes
144
344
 
145
- # Activates the output of all information.
345
+ # Enable/Disable the printing of most tabular information when testing.
346
+ #
347
+ # CLI Argument: -a | --all
146
348
  all: no
147
349
 
148
- # Activates the output of the status and it's status (only)
350
+ # Enable/Disable the printing of an extreme simple and minimalistic information
351
+ # when testing.
352
+ #
353
+ # CLI Argument: -s | --simple
149
354
  simple: no
150
355
 
151
- # Activates the coloration of stdout.
356
+ # Enable/Disable the printing of colored tabular information.
357
+ #
358
+ # CLI Argument: --colour | --color
152
359
  colour: yes
153
360
 
154
- # Sets the status do display to STDOUT.
155
- # NOTE: This does not have any effect with the generated files.
156
- # Available values: ALL | ACTIVE | INACTIVE | INVALID | SANE | MALICIOUS
361
+ # Set the status to display to STDOUT.
362
+ #
363
+ # WARNING:
364
+ # When this parameter is not set to `ALL`, only the subjects matching the
365
+ # selected status will be printed to STDOUT. Howerver, this doesn't have
366
+ # any effect on the generated files.
367
+ #
368
+ # CLI Argument: --display-status
157
369
  status: all
158
370
 
159
- # Sets the maximum number of registrar to display.
160
- # NOTE: This does not have any effect with the generated files.
371
+ # Set the maximal number of registrar to display when we have to print the
372
+ # registrar stats per subject.
373
+ #
374
+ # NOTE:
375
+ # This doesn't have any effect on the generated files.
376
+ #
377
+ # CLI Argument: --max-registrar
161
378
  max_registrar: 15
162
379
 
163
380
  testing_mode:
164
- # Provides all available testing modes.
165
- # WARNING: Only one can be used at a time.
381
+ # Provides and select the testing mode.
382
+ #
383
+ # NOTE:
384
+ # Only one can be active at a time.
166
385
 
167
- # Activates the availability test.
386
+ # Enable/Disable the availability test mode.
168
387
  availability: yes
169
388
 
170
- # Activates the syntax test.
389
+ # Enable/Disable the syntax test mode.
390
+ #
391
+ # CLI Argument: --syntax
171
392
  syntax: no
172
393
 
173
- # Activates the reputation test.
394
+ # Enable/Disable the reputation test mode.
395
+ #
396
+ # CLI Argument: --reputation
174
397
  reputation: no
175
398
 
176
399
  # BETA: Activates the platform contribution test.
@@ -182,121 +405,218 @@ cli_testing:
182
405
  # NOT IMPLEMENTED (Anticipation for future usage).
183
406
  db_clean: 28
184
407
 
185
- # Provides the number of days to wait before retesting subject which were
186
- # stored into the inactive database.
408
+ # Set the minimal number of days between the retest of subject which were
409
+ # stored into the inactive datasets/database.
410
+ #
411
+ # CLI Argument: -dbr | --days-between-db-retest
187
412
  db_retest: 1
188
413
 
189
414
  sorting_mode:
190
- # Provides all our sorting mode.
191
- # WARNING: The sorting mode is only applied to the files. NOT STDOUT.
192
-
193
- # Activates the hierarchical sorting.
415
+ # Provides everything related to the output sorting.
416
+ #
417
+ # NOTE:
418
+ # Only one can be active at a time.
419
+ #
420
+ # WARNING:
421
+ # The parameters below only applies to the generated files. NOT STDOUT.
422
+
423
+ # Enable/Disable the hierarchical sorting.
424
+ #
425
+ # CLI Argument: --hierarchical
194
426
  hierarchical: no
195
427
 
196
- # Activates the standard sorting.
428
+ # Enable/Disable the standard sorting.
197
429
  standard: yes
198
430
 
199
431
  file_generation:
200
- # Provides everything related to the generation of file.
432
+ # Provides everything related to the generation of files.
201
433
 
202
- # Deactivates the generation of any status file.
434
+ # Enable/Disable the generation of files.
435
+ #
436
+ # CLI Argument: --no-files
203
437
  no_file: no
204
438
 
205
- # Activates the generation of the hosts file(s).
439
+ # Enable/Disable the generation of hosts formatted files.
440
+ #
441
+ # CLI Argument: -h | --hosts
206
442
  hosts: no
207
443
 
208
- # Activates the generation of the plain (or raw) file(s).
444
+ # Enable/Disable the generation of plain/raw formatted files.
445
+ #
446
+ # CLI Argument: --plain
209
447
  plain: yes
210
448
 
211
- # Activates the generation of the analytic file(s).
449
+ # Enable/Disable the generation of analytic files.
450
+ #
451
+ # Analytic ?! WTH !?
452
+ # Yes, analytic! While PyFunceble is really good for a lot of things, sometime
453
+ # it takes some decision without being really sure about it or without
454
+ # wanting to be biased. Therefore, it generates files inside the analytic folder.
455
+ # The files inside the analytic folder are there for human to analyse or
456
+ # to invite the community to influence PyFunceble.
457
+ #
458
+ # If you are sure that the behavior of PyFunceble should be adopted for sure,
459
+ # fill an issue and let's evolve it together :-)
460
+ #
212
461
  analytic: yes
213
462
 
214
- # Activate the generation of an unified file for the copy of what is
215
- # outputted to STDOUT.
463
+ # Enable/Disable the generation of unified results files.
464
+ #
465
+ # WARNING:
466
+ # This parameter simply generate a unified copy of the STDOUT instead of 1
467
+ # file per status.
468
+ #
469
+ # CLI Argument: --unified-results
216
470
  unified_results: no
217
471
 
218
- # Activates or disables the merging of the results of all inputted files into
219
- # one single output subdirectory.
472
+ # Enable/Disable the merging of the results of all inputted files into one
473
+ # single output directory.
474
+ #
475
+ # Normally, PyFunceble generated a dedicated output folder for each inputted
476
+ # files. However, if you want the results to be merged inside a single
477
+ # folder, just switch this parameter.
478
+ #
479
+ # CLI Argument: --merge-output
220
480
  merge_output_dirs: no
221
481
 
222
482
  lookup:
223
- # Provides everything related to the lookup.
483
+ # Provides everything related to the lookups.
224
484
 
225
- # Activates the usage of the DNS lookup.
485
+ # Enable/Disable the usage of DNS records to lookup the status.
486
+ #
487
+ # CLI Argument: --dns-lookup
488
+ # Exclusive CLI Argument: --dns-lookup-only
226
489
  dns: yes
227
490
 
228
- # Activates the usage of the HTTP status code lookup.
491
+ # Enable/Disable the usage of HTTP status codes to lookup the status.
492
+ #
493
+ # CLI Argument: --http | --http-status-code-lookup
494
+ # Exclusive CLI Argument: --http-only | --http-status-code-lookup
229
495
  http_status_code: yes
230
496
 
231
- # Activates the usage of the network information socket.
497
+ # Enable/Disable the usage of network (information) socket to lookup the status.
498
+ #
499
+ # CLI Argument: --netinfo-lookup
500
+ # Exclusive CLI Argument: --netinfo-lookup-only
232
501
  netinfo: yes
233
502
 
234
- # Activates the usage of our special rules.
503
+ # Enable/Disable the usage of special rules to lookup or switch the status.
504
+ #
505
+ # CLI Argument: --special-lookup
506
+ # Exclusive CLI Argument: --special-lookup-only
235
507
  special: yes
236
508
 
237
- # Activates the usage of the WHOIS record.
509
+ # Enable/Disable the usage of WHOIS records to lookup the status.
510
+ #
511
+ # CLI Argument: --whois-lookup
512
+ # Exclusive CLI Argument: --whois-lookup-only
238
513
  whois: yes
239
514
 
240
- # Activates the usage of the reputation data reputation.
515
+ # Enable/Disable the usage of the reputation data to lookup the status.
516
+ #
517
+ # NOTE:
518
+ # The reputation lookup is actualy a lookup against the AlienVault IPv4
519
+ # reputation file.s
520
+ #
521
+ # CLI Argument: --reputation-lookup
522
+ # Exclusive CLI Argument: --reputation-lookup
241
523
  reputation: no
242
524
 
243
525
  # Activate the usage of the platform to lookup status.
244
526
  platform: no
245
527
 
246
- # Sets the timeout to apply to each of our lookup tools who support a timeout
247
- # option.
528
+ # Set the timeout to apply to each of our lookup methods - when possible.
529
+ #
530
+ # WARNING:
531
+ # This should be a value >= 0.
532
+ #
533
+ # CLI Argument: -t | --timeout
248
534
  timeout: 5
249
535
 
250
536
  dns:
251
- # Provides everything related to the DNS lookup.
537
+ # Provides everything related to the DNS resolver & lookup.
252
538
 
253
- # Activates the follow-up of the given order.
539
+ # Enable/Disable the follow-up of the order of DNS server.
540
+ #
541
+ # NOTE:
542
+ # When disabled, the order of the DNS servers is randomized.
543
+ #
544
+ # CLI Argument: --follow-server-order
254
545
  follow_server_order: yes
255
546
 
256
- # Activates the trust mode. Meaning that if one of the DNS give us a negative
257
- # response (without error), we take it as it is.
258
- # When this mode is deactivated (no), when one of the DNS give us a negative
259
- # response (without error), we still ask all other servers.
547
+ # Enable/Disable the trust mode.
548
+ #
549
+ # When this parameter is enabled, we will trust the result of the first DNS
550
+ # server and only switch to the next server in the list ONLY when it is
551
+ # unreachable.
552
+ #
553
+ # However, when this parameter is disabled, we will ask the other server when
554
+ # the previous DNS give us a negative response - until a positive on is given.
555
+ #
556
+ # CLI Argument: --trust-dns-server
260
557
  trust_server: no
261
558
 
262
- # Sets the list of server to communicate with.
263
- # It must be a list.
559
+ # Set the list of DNS server to communicate with.
264
560
  #
265
561
  # WARNING:
266
562
  # IPv6 should be given in this format if a port is explicitly given:
563
+ #
267
564
  # [ip]:port
565
+ #
268
566
  # If you omit the braket, the port will be set to the default one (53).
269
567
  #
270
- # As example:
568
+ # Example:
271
569
  # - first.dns
272
570
  # - second.dns
273
571
  #
572
+ # CLI Argument: --dns
274
573
  server: null
275
574
 
276
- # Sets the protocol to use.
277
- # Available: UDP | TCP | HTTPS | TLS
575
+ # Set the protocol to use.
576
+ #
577
+ # Available Values: UDP | TCP | HTTPS | TLS
578
+ #
579
+ # CLI Argument: --dns-protocol
278
580
  protocol: UDP
279
581
 
280
- # Sets the delay (seconds) to apply between each queries.
281
- # When a value > 0.00000 is given, we will wait for the given amount of
282
- # seconds between each queries.
582
+ # Set the delay (in second) to apply between each queries.
583
+ #
584
+ # WARNING:
585
+ # This should be a value >= 0.0.
586
+ #
587
+ # CLI Argument: --dns-delay
283
588
  delay: 0.0
284
589
 
285
590
  # Not Implemented yet. Reserved for future usage and implementation.
286
591
  share_logs: no
287
592
 
288
593
  user_agent:
289
- # Provides everything related to the user agent choice.
594
+ # Provides everything related to choice of user agent.
290
595
 
596
+ # Set the browser to pickup.
597
+ #
598
+ # WARNING:
599
+ # This parameter will be deprecated (soon?).
600
+ #
601
+ # Available Values: chrome, edge, firefox, ie, opera, safari
291
602
  browser: chrome
603
+
604
+ # Set the platform to pickup.
605
+ #
606
+ # Available Values: linux, macosx, win10
292
607
  platform: linux
293
608
 
294
- # Sets the user agent to use.
295
- # WARNING: If given, this will be used systematically.
609
+ # Set the User-Agent to use.
610
+ #
611
+ # WARNING:
612
+ # If you choose to set this argument, the browser or platform arguments
613
+ # won't be taken into consideration.
614
+ #
615
+ # CLI Argument: -ua | --user-agent
296
616
  custom: null
297
617
 
298
618
  proxy:
299
- # Provides everything related to the proxy.
619
+ # Provides everything related to the proxy usage and configuration.
300
620
  #
301
621
  # The idea:
302
622
  # We have two main keys, "global" and "rules".
@@ -331,14 +651,20 @@ proxy:
331
651
 
332
652
  global:
333
653
  # Global HTTP proxy to use when no rule is given or matched.
654
+ #
655
+ # CLI Argument: --http-proxy
334
656
  http: null
657
+
335
658
  # Global HTTPS proxy to use when no rule is given or matched.
659
+ #
660
+ # CLI Argument: --https-proxy
336
661
  https: null
337
662
 
663
+ # The rules to apply.
664
+ # See example.
338
665
  rules: []
339
666
 
340
-
341
- # Activates the verification of the certificate.
667
+ # Enable/Disable the verification of the certificate when making HTTPS requests.
342
668
  verify_ssl_certificate: no
343
669
 
344
670
  # Set the maximum number of retries to perform.
@@ -346,14 +672,19 @@ verify_ssl_certificate: no
346
672
  max_http_retries: 3
347
673
 
348
674
  http_codes:
349
- # Provides everything related to the HTTP code lookup interpretation.
675
+ # Provides everything related to the HTTP code lookup interpolation.
350
676
 
351
- # Informs PyFunceble that the end-user (not PyFunceble) is managing this list.
352
- # This means that you won't get any update in this section.
677
+ # Stops PyFunceble self management of the list.
678
+ #
679
+ # NOTE:
680
+ # This parameter is deprecated.
353
681
  self_managed: no
354
682
 
355
683
  list:
684
+ # Dictionary with the status codes and their interpolation.
685
+
356
686
  up:
687
+ # A list of status codes to consider as ACTIVE.
357
688
  - 100
358
689
  - 101
359
690
  - 102
@@ -369,6 +700,7 @@ http_codes:
369
700
  - 226
370
701
  - 429
371
702
  potentially_down:
703
+ # A list of status codes to consider as potentially INACTIVE.
372
704
  - 400
373
705
  - 402
374
706
  - 404
@@ -380,6 +712,7 @@ http_codes:
380
712
  - 416
381
713
  - 451
382
714
  potentially_up:
715
+ # A list of status codes to consider as potentially ACTIVE.
383
716
  - 000
384
717
  - 300
385
718
  - 301
@@ -418,32 +751,41 @@ http_codes:
418
751
  - 511
419
752
 
420
753
  links:
421
- # Provides some of our API links.
422
- # NOTE: Not implemented yet as the underlaying infrastructure will be
423
- # rewritten.
754
+ # Provides some of the non hard-coded URLs.
755
+
756
+ # WARNING:
757
+ # The parameters listed bellow are not implemented yet as the
758
+ # underlaying infrastructure will be rewritten.
424
759
  api_date_format: "https://pyfunceble.funilrys.com/api/date-format"
425
760
  api_no_referrer: "https://pyfunceble.funilrys.com/api/no-referrer"
426
761
 
427
762
  platform:
428
763
  # Provides everything related to the platform.
764
+ # PyFunceble alone is a great tool. What if we could just test the subject that
765
+ # were not already tested by others ?
429
766
 
430
- # Activates the push of dataset into the platform.
431
- # WARNING: This is useless, if you don't have an API Token set as the
432
- # PYFUNCEBLE_PLATFORM_API_TOKEN environment variable.
767
+ # Enable or disable the push of datasets (cf: test results) into the collection
768
+ # (API).
769
+ #
770
+ # NOTE:
771
+ # This parameter is useless, unless you have a valid API Token defined
772
+ # into the PYFUNCEBLE_PLATFORM_API_TOKEN environment variable.
773
+ #
774
+ # CLI Argument: --push-collection
433
775
  push: no
434
776
 
435
- # Sets the preferred pull origin.
436
- #
437
- # When choosing `recommended`, the system will pull the recommended status
438
- # that is provided and calculated by the platform.
777
+ # Set the preferred pull "method".
439
778
  #
440
- # When choosing, `frequent`, the system will pull the most frequent status
441
- # that is provided and calculated by the platform.
779
+ # The platform (API) does not only provides datasets but it also offer an
780
+ # aggregation endpoint that let PyFunceble pull datasets.
781
+ # When pulling information about a subject that is already known by the platform,
782
+ # it returns 3 group of results:
442
783
  #
443
- # When choosing, `latest`, the system will pull the latest status that is
444
- # provided and available into the platform.
784
+ # - `frequent`, which provides the status that was mostly been pushed.
785
+ # - `latest`, which provides the status based on the latest submitted datasets.
786
+ # - `recommended`, which provides the recommended status.
445
787
  #
446
- # Available: frequent | latest | recommended
788
+ # CLI Argument: --platform-preferred-origin
447
789
  preferred_status_origin: recommended
448
790
 
449
791
  # Defines the checker type to prioritize when trying to fullfil platform
@@ -465,7 +807,9 @@ platform:
465
807
  # - syntax
466
808
  # - reputation
467
809
  #
468
- # Available: none | availability | reputation | syntax
810
+ # Available Values: none | availability | reputation | syntax
811
+ #
812
+ # CLI Argument: none
469
813
  checker_priority:
470
814
  - none
471
815
 
@@ -484,6 +828,8 @@ platform:
484
828
  #
485
829
  # - reputation
486
830
  #
487
- # Available: none | availability | reputation | syntax
831
+ # Available Values: none | availability | reputation | syntax
832
+ #
833
+ # CLI Argument: none
488
834
  checker_exclude:
489
- - none
835
+ - none