PyFunceble-dev 4.2.10__tar.gz → 4.2.11__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.
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PKG-INFO +1 -1
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/query/collection.py +25 -14
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/storage.py +1 -1
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble_dev.egg-info/PKG-INFO +1 -1
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/version.yaml +1 -1
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/CODE_OF_CONDUCT.rst +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/CONTRIBUTING.rst +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/LICENSE +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/MANIFEST.in +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/availability/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/availability/base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/availability/domain.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/availability/domain_and_ip.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/availability/extras/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/availability/extras/base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/availability/extras/dns.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/availability/extras/etoxic.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/availability/extras/parked.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/availability/extras/rules.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/availability/extras/subject_switch.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/availability/ip.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/availability/params.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/availability/status.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/availability/url.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/complex_json_encoder.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/params_base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/reputation/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/reputation/base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/reputation/domain.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/reputation/domain_and_ip.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/reputation/ip.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/reputation/params.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/reputation/status.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/reputation/url.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/status_base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/syntax/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/syntax/base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/syntax/domain.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/syntax/domain_and_ip.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/syntax/domain_base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/syntax/ip.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/syntax/ipv4.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/syntax/ipv6.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/syntax/params.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/syntax/second_lvl_domain.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/syntax/status.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/syntax/subdomain.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/syntax/url.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/utils/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/utils/whois.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/continuous_integration/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/continuous_integration/base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/continuous_integration/exceptions.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/continuous_integration/github_actions.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/continuous_integration/gitlab_ci.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/continuous_integration/jenkins.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/continuous_integration/travis_ci.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/continuous_integration/utils.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/credential_loader.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/entry_points/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/entry_points/clean.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/entry_points/iana.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/entry_points/production.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/entry_points/public_suffix.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/entry_points/pyfunceble/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/entry_points/pyfunceble/argsparser.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/entry_points/pyfunceble/cli.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/execution_time.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/facility.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/factory.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/file_preloader.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/filesystem/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/filesystem/cleanup.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/filesystem/counter.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/filesystem/dir_base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/filesystem/dir_structure/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/filesystem/dir_structure/backup.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/filesystem/dir_structure/base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/filesystem/dir_structure/restore.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/filesystem/json_base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/filesystem/printer/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/filesystem/printer/base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/filesystem/printer/file.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/filesystem/printer/stdout.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/filesystem/registrar_counter.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/filesystem/status_file.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/migrators/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/migrators/alembic.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/migrators/base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/migrators/csv_file/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/migrators/csv_file/base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/migrators/csv_file/inactive_source_delete.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/migrators/csv_file/whois_registrar_add.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/migrators/db_base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/migrators/file_cleanup/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/migrators/file_cleanup/base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/migrators/file_cleanup/hashes_file.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/migrators/file_cleanup/mining_file.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/migrators/file_cleanup/production_config_file.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/migrators/json2csv/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/migrators/json2csv/base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/migrators/json2csv/inactive.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/migrators/json2csv/whois.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/migrators/mariadb/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/migrators/mariadb/base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/migrators/mariadb/file_and_status.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/migrators/mariadb/whois_record_idna_subject.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/processes/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/processes/base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/processes/chancy_producer.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/processes/chancy_tester.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/processes/dir_files_sorter.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/processes/file_sorter.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/processes/migrator.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/processes/miner.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/processes/producer.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/processes/tester.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/processes/workers/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/processes/workers/base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/processes/workers/chancy_producer.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/processes/workers/chancy_tester.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/processes/workers/dir_files_sorter.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/processes/workers/file_sorter.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/processes/workers/file_sorter_base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/processes/workers/migrator.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/processes/workers/miner.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/processes/workers/producer.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/processes/workers/tester.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/scripts/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/scripts/iana.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/scripts/production.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/scripts/public_suffix.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/storage.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/storage_facility.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/system/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/system/base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/system/integrator.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/system/launcher.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/utils/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/utils/ascii_logo.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/utils/sort.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/utils/stdout.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/utils/testing.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/utils/version.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/config/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/config/compare.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/config/loader.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/converter/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/converter/adblock_input_line2subject.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/converter/base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/converter/cidr2subject.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/converter/input_line2subject.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/converter/internal_url.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/converter/rpz_input_line2subject.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/converter/rpz_policy2subject.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/converter/subject2complements.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/converter/url2netloc.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/converter/wildcard2subject.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/data/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/data/alembic/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/data/alembic/mysql/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/data/alembic/mysql/env.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/data/alembic/mysql/script.py.mako +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/data/alembic/mysql/versions/35c79626ecb9_fix_some_columns.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/data/alembic/mysql/versions/3a4c55a9320d_add_continue_table.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/data/alembic/mysql/versions/3d6f4a33cdb2_add_inactive_table.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/data/alembic/mysql/versions/45713fea8097_deletion_uneeded_columns_from_whois_.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/data/alembic/mysql/versions/459a0d7b8f09_add_idna_subject_column_into_whois.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/data/alembic/mysql/versions/6f4729deaf03_delete_inactive_source_column.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/data/alembic/mysql/versions/7bcf7fa64ba1_rename_created_to_created_at_and.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/data/alembic/mysql/versions/83ada95132bf_delete_the_file_table.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/data/alembic/mysql/versions/912bbcb77a6c_add_registrar_column.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/data/alembic/mysql/versions/95dc17ddd729_introduction_of_the_session_id_column.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/data/alembic/mysql/versions/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/data/alembic/mysql/versions/ade87195b0a0_base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/data/alembic/mysql/versions/bef7bcaac3f2_make_id_a_bigint.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/data/alembic/mysql/versions/d8893cd406db_allow_whois_record_to_be_empty_null.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/data/alembic/mysql/versions/e04e8301d1a2_deletion_of_the_mined_table.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/data/alembic/postgresql/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/data/alembic/postgresql/env.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/data/alembic/postgresql/script.py.mako +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/data/alembic/postgresql/versions/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/data/alembic/postgresql/versions/a32ac5d66eee_initial_version.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/data/infrastructure/.PyFunceble_production.yaml +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/data/infrastructure/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/data/infrastructure/dir_structure_production.json +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/database/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/database/credential/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/database/credential/base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/database/credential/mariadb.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/database/credential/mysql.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/database/credential/postgresql.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/database/schemas/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/database/schemas/autocontinue.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/database/schemas/inactive.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/database/schemas/status.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/database/schemas/whois_record.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/database/session.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/database/sqlalchemy/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/database/sqlalchemy/all_schemas.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/database/sqlalchemy/base_schema.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/dataset/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/dataset/autocontinue/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/dataset/autocontinue/base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/dataset/autocontinue/csv.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/dataset/autocontinue/sql.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/dataset/base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/dataset/csv_base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/dataset/db_base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/dataset/iana.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/dataset/inactive/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/dataset/inactive/base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/dataset/inactive/csv.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/dataset/inactive/sql.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/dataset/ipv4_reputation.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/dataset/public_suffix.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/dataset/sql_base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/dataset/user_agent.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/dataset/whois/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/dataset/whois/base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/dataset/whois/csv.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/dataset/whois/sql.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/downloader/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/downloader/base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/downloader/exceptions.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/downloader/iana.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/downloader/ipv4_reputation.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/downloader/public_suffix.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/downloader/user_agents.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/exceptions.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/facility.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/factory.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/helpers/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/helpers/command.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/helpers/dict.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/helpers/directory.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/helpers/download.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/helpers/environment_variable.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/helpers/exceptions.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/helpers/file.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/helpers/hash.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/helpers/list.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/helpers/merge.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/helpers/regex.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/logger.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/query/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/query/dns/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/query/dns/nameserver.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/query/dns/query_tool.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/query/dns/resolver.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/query/http_status_code.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/query/netinfo/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/query/netinfo/address.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/query/netinfo/base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/query/netinfo/hostbyaddr.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/query/record/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/query/record/base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/query/record/dns.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/query/record/whois.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/query/requests/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/query/requests/adapter/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/query/requests/adapter/base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/query/requests/adapter/http.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/query/requests/adapter/https.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/query/requests/requester.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/query/whois/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/query/whois/converter/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/query/whois/converter/base.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/query/whois/converter/digit2digits.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/query/whois/converter/expiration_date.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/query/whois/converter/month2unified.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/query/whois/converter/registrar.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/query/whois/query_tool.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/sessions.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/storage_facility.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/utils/__init__.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/utils/platform.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/utils/profile.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/utils/version.py +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble_dev.egg-info/SOURCES.txt +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble_dev.egg-info/dependency_links.txt +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble_dev.egg-info/entry_points.txt +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble_dev.egg-info/requires.txt +44 -44
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble_dev.egg-info/top_level.txt +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/README.rst +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/requirements.dev.txt +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/requirements.docs.txt +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/requirements.test.txt +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/requirements.txt +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/requirements.win.txt +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/setup.cfg +0 -0
- {PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/setup.py +0 -0
@@ -811,25 +811,36 @@ class CollectionQueryTool:
|
|
811
811
|
if not self.token:
|
812
812
|
return None
|
813
813
|
|
814
|
-
if isinstance(
|
815
|
-
data,
|
816
|
-
(AvailabilityCheckerStatus, SyntaxCheckerStatus, ReputationCheckerStatus),
|
817
|
-
):
|
818
|
-
data = data.to_dict()
|
819
|
-
|
820
|
-
if not isinstance(data, dict): # pragma: no cover ## Should never happen
|
821
|
-
raise TypeError(f"<data> should be {dict}, {type(data)} given.")
|
822
|
-
|
823
814
|
PyFunceble.facility.Logger.info("Starting to submit WHOIS: %r", data)
|
824
815
|
|
825
816
|
url = f"{self.url_base}/v1/status/whois"
|
826
817
|
|
827
818
|
try:
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
819
|
+
if isinstance(data, dict):
|
820
|
+
response = self.session.post(
|
821
|
+
url,
|
822
|
+
json=data,
|
823
|
+
timeout=self.timeout,
|
824
|
+
)
|
825
|
+
elif isinstance(
|
826
|
+
data,
|
827
|
+
(
|
828
|
+
AvailabilityCheckerStatus,
|
829
|
+
SyntaxCheckerStatus,
|
830
|
+
ReputationCheckerStatus,
|
831
|
+
),
|
832
|
+
):
|
833
|
+
response = self.session.post(
|
834
|
+
url,
|
835
|
+
data=data.to_json(),
|
836
|
+
timeout=self.timeout,
|
837
|
+
)
|
838
|
+
else:
|
839
|
+
response = self.session.post(
|
840
|
+
url,
|
841
|
+
data=data,
|
842
|
+
timeout=self.timeout,
|
843
|
+
)
|
833
844
|
|
834
845
|
response_json = response.json()
|
835
846
|
|
@@ -61,7 +61,7 @@ from dotenv import load_dotenv
|
|
61
61
|
from PyFunceble.storage_facility import get_config_directory
|
62
62
|
|
63
63
|
PROJECT_NAME: str = "PyFunceble"
|
64
|
-
PROJECT_VERSION: str = "4.2.
|
64
|
+
PROJECT_VERSION: str = "4.2.11.dev (Blue Duckling: Ixora)"
|
65
65
|
|
66
66
|
DISTRIBUTED_CONFIGURATION_FILENAME: str = ".PyFunceble_production.yaml"
|
67
67
|
DISTRIBUTED_DIR_STRUCTURE_FILENAME: str = "dir_structure_production.json"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/availability/domain_and_ip.py
RENAMED
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/availability/extras/__init__.py
RENAMED
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/availability/extras/base.py
RENAMED
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/availability/extras/dns.py
RENAMED
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/availability/extras/etoxic.py
RENAMED
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/availability/extras/parked.py
RENAMED
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/availability/extras/rules.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/reputation/domain_and_ip.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/checker/syntax/second_lvl_domain.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/continuous_integration/__init__.py
RENAMED
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/continuous_integration/base.py
RENAMED
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/continuous_integration/exceptions.py
RENAMED
File without changes
|
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/continuous_integration/gitlab_ci.py
RENAMED
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/continuous_integration/jenkins.py
RENAMED
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/continuous_integration/travis_ci.py
RENAMED
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/continuous_integration/utils.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/entry_points/public_suffix.py
RENAMED
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/entry_points/pyfunceble/__init__.py
RENAMED
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/entry_points/pyfunceble/argsparser.py
RENAMED
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/entry_points/pyfunceble/cli.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/filesystem/dir_structure/__init__.py
RENAMED
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/filesystem/dir_structure/backup.py
RENAMED
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/filesystem/dir_structure/base.py
RENAMED
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/filesystem/dir_structure/restore.py
RENAMED
File without changes
|
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/filesystem/printer/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/filesystem/registrar_counter.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/migrators/csv_file/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/migrators/file_cleanup/__init__.py
RENAMED
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/migrators/file_cleanup/base.py
RENAMED
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/migrators/file_cleanup/hashes_file.py
RENAMED
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/migrators/file_cleanup/mining_file.py
RENAMED
File without changes
|
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/migrators/json2csv/__init__.py
RENAMED
File without changes
|
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/migrators/json2csv/inactive.py
RENAMED
File without changes
|
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/migrators/mariadb/__init__.py
RENAMED
File without changes
|
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/migrators/mariadb/file_and_status.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/processes/dir_files_sorter.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/processes/workers/__init__.py
RENAMED
File without changes
|
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/processes/workers/chancy_producer.py
RENAMED
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/processes/workers/chancy_tester.py
RENAMED
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/processes/workers/dir_files_sorter.py
RENAMED
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/processes/workers/file_sorter.py
RENAMED
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/processes/workers/file_sorter_base.py
RENAMED
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/processes/workers/migrator.py
RENAMED
File without changes
|
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/cli/processes/workers/producer.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/converter/adblock_input_line2subject.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/converter/rpz_input_line2subject.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/data/alembic/mysql/script.py.mako
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/data/alembic/mysql/versions/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/data/alembic/postgresql/__init__.py
RENAMED
File without changes
|
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/data/alembic/postgresql/script.py.mako
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{PyFunceble-dev-4.2.10 → PyFunceble-dev-4.2.11}/PyFunceble/database/credential/postgresql.py
RENAMED
File without changes
|