PyFunceble-dev 4.2.15__tar.gz → 4.2.17__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.15 → pyfunceble_dev-4.2.17}/PKG-INFO +43 -43
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/entry_points/pyfunceble/cli.py +3 -2
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/system/launcher.py +55 -33
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/query/collection.py +10 -1
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/storage.py +1 -1
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble_dev.egg-info/PKG-INFO +43 -43
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/version.yaml +1 -1
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/CODE_OF_CONDUCT.rst +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/CONTRIBUTING.rst +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/LICENSE +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/MANIFEST.in +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/availability/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/availability/base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/availability/domain.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/availability/domain_and_ip.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/availability/extras/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/availability/extras/base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/availability/extras/dns.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/availability/extras/etoxic.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/availability/extras/parked.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/availability/extras/rules.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/availability/extras/subject_switch.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/availability/ip.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/availability/params.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/availability/status.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/availability/url.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/complex_json_encoder.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/params_base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/reputation/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/reputation/base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/reputation/domain.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/reputation/domain_and_ip.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/reputation/ip.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/reputation/params.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/reputation/status.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/reputation/url.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/status_base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/syntax/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/syntax/base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/syntax/domain.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/syntax/domain_and_ip.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/syntax/domain_base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/syntax/ip.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/syntax/ipv4.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/syntax/ipv6.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/syntax/params.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/syntax/second_lvl_domain.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/syntax/status.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/syntax/subdomain.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/syntax/url.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/utils/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/utils/whois.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/continuous_integration/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/continuous_integration/base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/continuous_integration/exceptions.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/continuous_integration/github_actions.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/continuous_integration/gitlab_ci.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/continuous_integration/jenkins.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/continuous_integration/travis_ci.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/continuous_integration/utils.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/credential_loader.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/entry_points/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/entry_points/clean.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/entry_points/iana.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/entry_points/production.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/entry_points/public_suffix.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/entry_points/pyfunceble/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/entry_points/pyfunceble/argsparser.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/execution_time.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/facility.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/factory.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/file_preloader.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/filesystem/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/filesystem/cleanup.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/filesystem/counter.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/filesystem/dir_base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/filesystem/dir_structure/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/filesystem/dir_structure/backup.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/filesystem/dir_structure/base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/filesystem/dir_structure/restore.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/filesystem/json_base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/filesystem/printer/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/filesystem/printer/base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/filesystem/printer/file.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/filesystem/printer/stdout.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/filesystem/registrar_counter.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/filesystem/status_file.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/migrators/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/migrators/alembic.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/migrators/base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/migrators/csv_file/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/migrators/csv_file/base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/migrators/csv_file/inactive_source_delete.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/migrators/csv_file/whois_registrar_add.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/migrators/db_base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/migrators/file_cleanup/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/migrators/file_cleanup/base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/migrators/file_cleanup/hashes_file.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/migrators/file_cleanup/mining_file.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/migrators/file_cleanup/production_config_file.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/migrators/json2csv/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/migrators/json2csv/base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/migrators/json2csv/inactive.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/migrators/json2csv/whois.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/migrators/mariadb/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/migrators/mariadb/base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/migrators/mariadb/file_and_status.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/migrators/mariadb/whois_record_idna_subject.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/processes/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/processes/base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/processes/chancy_producer.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/processes/chancy_tester.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/processes/dir_files_sorter.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/processes/file_sorter.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/processes/migrator.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/processes/miner.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/processes/producer.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/processes/tester.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/processes/workers/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/processes/workers/base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/processes/workers/chancy_producer.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/processes/workers/chancy_tester.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/processes/workers/dir_files_sorter.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/processes/workers/file_sorter.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/processes/workers/file_sorter_base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/processes/workers/migrator.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/processes/workers/miner.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/processes/workers/producer.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/processes/workers/tester.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/scripts/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/scripts/iana.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/scripts/production.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/scripts/public_suffix.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/storage.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/storage_facility.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/system/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/system/base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/system/integrator.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/utils/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/utils/ascii_logo.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/utils/sort.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/utils/stdout.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/utils/testing.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/utils/version.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/config/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/config/compare.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/config/loader.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/converter/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/converter/adblock_input_line2subject.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/converter/base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/converter/cidr2subject.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/converter/input_line2subject.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/converter/internal_url.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/converter/rpz_input_line2subject.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/converter/rpz_policy2subject.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/converter/subject2complements.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/converter/url2netloc.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/converter/wildcard2subject.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/data/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/data/alembic/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/data/alembic/mysql/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/data/alembic/mysql/env.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/data/alembic/mysql/script.py.mako +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/data/alembic/mysql/versions/35c79626ecb9_fix_some_columns.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/data/alembic/mysql/versions/3a4c55a9320d_add_continue_table.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/data/alembic/mysql/versions/3d6f4a33cdb2_add_inactive_table.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/data/alembic/mysql/versions/45713fea8097_deletion_uneeded_columns_from_whois_.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/data/alembic/mysql/versions/459a0d7b8f09_add_idna_subject_column_into_whois.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/data/alembic/mysql/versions/6f4729deaf03_delete_inactive_source_column.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/data/alembic/mysql/versions/7bcf7fa64ba1_rename_created_to_created_at_and.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/data/alembic/mysql/versions/83ada95132bf_delete_the_file_table.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/data/alembic/mysql/versions/912bbcb77a6c_add_registrar_column.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/data/alembic/mysql/versions/95dc17ddd729_introduction_of_the_session_id_column.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/data/alembic/mysql/versions/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/data/alembic/mysql/versions/ade87195b0a0_base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/data/alembic/mysql/versions/bef7bcaac3f2_make_id_a_bigint.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/data/alembic/mysql/versions/d8893cd406db_allow_whois_record_to_be_empty_null.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/data/alembic/mysql/versions/e04e8301d1a2_deletion_of_the_mined_table.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/data/alembic/postgresql/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/data/alembic/postgresql/env.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/data/alembic/postgresql/script.py.mako +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/data/alembic/postgresql/versions/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/data/alembic/postgresql/versions/a32ac5d66eee_initial_version.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/data/infrastructure/.PyFunceble_production.yaml +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/data/infrastructure/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/data/infrastructure/dir_structure_production.json +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/database/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/database/credential/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/database/credential/base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/database/credential/mariadb.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/database/credential/mysql.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/database/credential/postgresql.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/database/schemas/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/database/schemas/autocontinue.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/database/schemas/inactive.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/database/schemas/status.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/database/schemas/whois_record.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/database/session.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/database/sqlalchemy/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/database/sqlalchemy/all_schemas.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/database/sqlalchemy/base_schema.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/dataset/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/dataset/autocontinue/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/dataset/autocontinue/base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/dataset/autocontinue/csv.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/dataset/autocontinue/sql.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/dataset/base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/dataset/csv_base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/dataset/db_base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/dataset/iana.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/dataset/inactive/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/dataset/inactive/base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/dataset/inactive/csv.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/dataset/inactive/sql.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/dataset/ipv4_reputation.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/dataset/public_suffix.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/dataset/sql_base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/dataset/user_agent.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/dataset/whois/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/dataset/whois/base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/dataset/whois/csv.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/dataset/whois/sql.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/downloader/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/downloader/base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/downloader/exceptions.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/downloader/iana.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/downloader/ipv4_reputation.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/downloader/public_suffix.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/downloader/user_agents.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/exceptions.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/facility.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/factory.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/helpers/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/helpers/command.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/helpers/dict.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/helpers/directory.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/helpers/download.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/helpers/environment_variable.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/helpers/exceptions.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/helpers/file.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/helpers/hash.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/helpers/list.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/helpers/merge.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/helpers/regex.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/logger.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/query/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/query/dns/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/query/dns/nameserver.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/query/dns/query_tool.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/query/dns/resolver.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/query/http_status_code.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/query/netinfo/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/query/netinfo/address.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/query/netinfo/base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/query/netinfo/hostbyaddr.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/query/record/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/query/record/base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/query/record/dns.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/query/record/whois.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/query/requests/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/query/requests/adapter/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/query/requests/adapter/base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/query/requests/adapter/http.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/query/requests/adapter/https.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/query/requests/requester.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/query/whois/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/query/whois/converter/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/query/whois/converter/base.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/query/whois/converter/digit2digits.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/query/whois/converter/expiration_date.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/query/whois/converter/month2unified.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/query/whois/converter/registrar.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/query/whois/query_tool.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/sessions.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/storage_facility.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/utils/__init__.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/utils/platform.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/utils/profile.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/utils/version.py +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble_dev.egg-info/SOURCES.txt +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble_dev.egg-info/dependency_links.txt +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble_dev.egg-info/entry_points.txt +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble_dev.egg-info/requires.txt +42 -42
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble_dev.egg-info/top_level.txt +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/README.rst +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/requirements.dev.txt +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/requirements.docs.txt +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/requirements.test.txt +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/requirements.txt +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/requirements.win.txt +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/setup.cfg +0 -0
- {pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: PyFunceble-dev
|
3
|
-
Version: 4.2.
|
3
|
+
Version: 4.2.17
|
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,77 @@ 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: colorama
|
25
|
-
Requires-Dist: PyYAML
|
26
|
-
Requires-Dist: setuptools>=65.5.1
|
27
|
-
Requires-Dist: domain2idna~=1.12.0
|
28
|
-
Requires-Dist: inflection
|
29
|
-
Requires-Dist: requests[socks]<3
|
30
|
-
Requires-Dist: packaging
|
31
24
|
Requires-Dist: SQLAlchemy~=2.0
|
32
25
|
Requires-Dist: python-box[all]~=6.0.0
|
33
|
-
Requires-Dist:
|
26
|
+
Requires-Dist: setuptools>=65.5.1
|
27
|
+
Requires-Dist: packaging
|
34
28
|
Requires-Dist: shtab
|
35
|
-
Requires-Dist:
|
36
|
-
Requires-Dist:
|
29
|
+
Requires-Dist: requests[socks]<3
|
30
|
+
Requires-Dist: PyYAML
|
37
31
|
Requires-Dist: PyMySQL
|
32
|
+
Requires-Dist: domain2idna~=1.12.0
|
38
33
|
Requires-Dist: dnspython[DOH]~=2.6.0
|
34
|
+
Requires-Dist: colorama
|
35
|
+
Requires-Dist: python-dotenv
|
36
|
+
Requires-Dist: inflection
|
37
|
+
Requires-Dist: cryptography~=42.0
|
38
|
+
Requires-Dist: alembic
|
39
39
|
Provides-Extra: docs
|
40
|
-
Requires-Dist: sphinx>=3.4.3; extra == "docs"
|
41
40
|
Requires-Dist: sphinx_rtd_theme; extra == "docs"
|
42
|
-
Requires-Dist: Pygments>=2.0; extra == "docs"
|
43
41
|
Requires-Dist: alabaster<0.8,>=0.7; extra == "docs"
|
42
|
+
Requires-Dist: sphinx>=3.4.3; extra == "docs"
|
43
|
+
Requires-Dist: Pygments>=2.0; extra == "docs"
|
44
44
|
Provides-Extra: dev
|
45
45
|
Requires-Dist: black; extra == "dev"
|
46
|
+
Requires-Dist: isort; extra == "dev"
|
46
47
|
Requires-Dist: pylint; extra == "dev"
|
47
48
|
Requires-Dist: flake8; extra == "dev"
|
48
|
-
Requires-Dist: isort; extra == "dev"
|
49
49
|
Provides-Extra: test
|
50
|
-
Requires-Dist: coverage; extra == "test"
|
51
50
|
Requires-Dist: tox; extra == "test"
|
51
|
+
Requires-Dist: coverage; extra == "test"
|
52
52
|
Provides-Extra: psql
|
53
|
-
Requires-Dist: colorama; extra == "psql"
|
54
|
-
Requires-Dist: PyYAML; extra == "psql"
|
55
|
-
Requires-Dist: setuptools>=65.5.1; extra == "psql"
|
56
|
-
Requires-Dist: domain2idna~=1.12.0; extra == "psql"
|
57
|
-
Requires-Dist: inflection; extra == "psql"
|
58
|
-
Requires-Dist: requests[socks]<3; extra == "psql"
|
59
|
-
Requires-Dist: packaging; extra == "psql"
|
60
53
|
Requires-Dist: SQLAlchemy~=2.0; extra == "psql"
|
61
54
|
Requires-Dist: python-box[all]~=6.0.0; extra == "psql"
|
62
|
-
Requires-Dist: python-dotenv; extra == "psql"
|
63
55
|
Requires-Dist: psycopg2; extra == "psql"
|
56
|
+
Requires-Dist: setuptools>=65.5.1; extra == "psql"
|
57
|
+
Requires-Dist: packaging; extra == "psql"
|
64
58
|
Requires-Dist: shtab; extra == "psql"
|
65
|
-
Requires-Dist:
|
66
|
-
Requires-Dist:
|
59
|
+
Requires-Dist: requests[socks]<3; extra == "psql"
|
60
|
+
Requires-Dist: PyYAML; extra == "psql"
|
67
61
|
Requires-Dist: PyMySQL; extra == "psql"
|
62
|
+
Requires-Dist: domain2idna~=1.12.0; extra == "psql"
|
68
63
|
Requires-Dist: dnspython[DOH]~=2.6.0; extra == "psql"
|
64
|
+
Requires-Dist: colorama; extra == "psql"
|
65
|
+
Requires-Dist: python-dotenv; extra == "psql"
|
66
|
+
Requires-Dist: inflection; extra == "psql"
|
67
|
+
Requires-Dist: cryptography~=42.0; extra == "psql"
|
68
|
+
Requires-Dist: alembic; extra == "psql"
|
69
69
|
Provides-Extra: full
|
70
|
-
Requires-Dist:
|
71
|
-
Requires-Dist:
|
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"
|
72
75
|
Requires-Dist: coverage; extra == "full"
|
73
|
-
Requires-Dist: shtab; extra == "full"
|
74
|
-
Requires-Dist: cryptography~=42.0; extra == "full"
|
75
|
-
Requires-Dist: flake8; extra == "full"
|
76
76
|
Requires-Dist: alabaster<0.8,>=0.7; extra == "full"
|
77
|
+
Requires-Dist: inflection; extra == "full"
|
78
|
+
Requires-Dist: cryptography~=42.0; extra == "full"
|
77
79
|
Requires-Dist: sphinx>=3.4.3; extra == "full"
|
78
|
-
Requires-Dist:
|
79
|
-
Requires-Dist: python-dotenv; extra == "full"
|
80
|
-
Requires-Dist: black; extra == "full"
|
81
|
-
Requires-Dist: PyMySQL; extra == "full"
|
82
|
-
Requires-Dist: alembic; extra == "full"
|
83
|
-
Requires-Dist: pylint; extra == "full"
|
84
|
-
Requires-Dist: tox; extra == "full"
|
85
|
-
Requires-Dist: setuptools>=65.5.1; extra == "full"
|
80
|
+
Requires-Dist: PyYAML; extra == "full"
|
86
81
|
Requires-Dist: isort; extra == "full"
|
87
82
|
Requires-Dist: sphinx_rtd_theme; extra == "full"
|
88
|
-
Requires-Dist: PyYAML; extra == "full"
|
89
|
-
Requires-Dist: requests[socks]<3; extra == "full"
|
90
|
-
Requires-Dist: SQLAlchemy~=2.0; extra == "full"
|
91
|
-
Requires-Dist: packaging; extra == "full"
|
92
83
|
Requires-Dist: python-box[all]~=6.0.0; extra == "full"
|
84
|
+
Requires-Dist: requests[socks]<3; extra == "full"
|
93
85
|
Requires-Dist: Pygments>=2.0; extra == "full"
|
94
|
-
Requires-Dist:
|
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
|
+
Requires-Dist: packaging; extra == "full"
|
91
|
+
Requires-Dist: shtab; extra == "full"
|
92
|
+
Requires-Dist: domain2idna~=1.12.0; extra == "full"
|
93
|
+
Requires-Dist: tox; extra == "full"
|
94
|
+
Requires-Dist: alembic; extra == "full"
|
95
95
|
|
96
96
|
.. image:: https://raw.githubusercontent.com/PyFunceble/logo/dev/Green/HD/RM.png
|
97
97
|
|
{pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/entry_points/pyfunceble/cli.py
RENAMED
@@ -1040,8 +1040,8 @@ def get_multiprocessing_group_data() -> List[Tuple[List[str], dict]]:
|
|
1040
1040
|
|
1041
1041
|
available_cpu = os.cpu_count()
|
1042
1042
|
|
1043
|
-
if available_cpu:
|
1044
|
-
default_max_workers = available_cpu
|
1043
|
+
if available_cpu is not None and available_cpu > 2:
|
1044
|
+
default_max_workers = available_cpu - 2
|
1045
1045
|
else:
|
1046
1046
|
default_max_workers = 1
|
1047
1047
|
|
@@ -1054,6 +1054,7 @@ def get_multiprocessing_group_data() -> List[Tuple[List[str], dict]]:
|
|
1054
1054
|
{
|
1055
1055
|
"dest": "cli_testing.max_workers",
|
1056
1056
|
"type": int,
|
1057
|
+
"default": default_max_workers,
|
1057
1058
|
"help": "Sets the number of maximal workers to use.\n"
|
1058
1059
|
f"If not given, {default_max_workers} "
|
1059
1060
|
"(based on the current machine) will be applied. %s"
|
@@ -60,6 +60,7 @@ import multiprocessing
|
|
60
60
|
import os
|
61
61
|
import secrets
|
62
62
|
import sys
|
63
|
+
import time
|
63
64
|
import traceback
|
64
65
|
from typing import List, Optional, Union
|
65
66
|
|
@@ -636,6 +637,59 @@ class SystemLauncher(SystemBase):
|
|
636
637
|
{"directory": protocol["output_dir"]}
|
637
638
|
)
|
638
639
|
|
640
|
+
def handle_platform_contribution() -> None:
|
641
|
+
"""
|
642
|
+
Assuming that we are testing a platform contribution, proceed with the
|
643
|
+
testing.
|
644
|
+
"""
|
645
|
+
|
646
|
+
query_tool = CollectionQueryTool()
|
647
|
+
|
648
|
+
max_breakoff = 120.0
|
649
|
+
breakoff_multiplier = 0.5
|
650
|
+
|
651
|
+
initial_breakoff = (
|
652
|
+
PyFunceble.storage.CONFIGURATION.cli_testing.max_workers
|
653
|
+
* breakoff_multiplier
|
654
|
+
)
|
655
|
+
breakoff = initial_breakoff
|
656
|
+
|
657
|
+
while True:
|
658
|
+
for next_contract in next(
|
659
|
+
query_tool.pull_contract(
|
660
|
+
PyFunceble.storage.CONFIGURATION.cli_testing.max_workers
|
661
|
+
)
|
662
|
+
):
|
663
|
+
if "subject" not in next_contract or not next_contract["subject"]:
|
664
|
+
continue
|
665
|
+
|
666
|
+
protocol_data = copy.deepcopy(protocol)
|
667
|
+
|
668
|
+
protocol_data["checker_type"] = next_contract[
|
669
|
+
"checker_type"
|
670
|
+
].upper()
|
671
|
+
protocol_data["subject_type"] = next_contract["subject_type"]
|
672
|
+
protocol_data["subject"] = protocol_data["idna_subject"] = (
|
673
|
+
next_contract["subject"]["subject"]
|
674
|
+
)
|
675
|
+
protocol_data["contract"] = copy.deepcopy(next_contract)
|
676
|
+
|
677
|
+
self.tester_process_manager.add_to_input_queue(
|
678
|
+
protocol_data, worker_name="main"
|
679
|
+
)
|
680
|
+
|
681
|
+
self.ci_stop_in_the_middle_if_time_exceeded()
|
682
|
+
|
683
|
+
if PyFunceble.storage.CONFIGURATION.cli_testing.display_mode.dots:
|
684
|
+
PyFunceble.cli.utils.stdout.print_single_line("S")
|
685
|
+
|
686
|
+
time.sleep(breakoff)
|
687
|
+
|
688
|
+
if breakoff < max_breakoff:
|
689
|
+
breakoff += 0.02
|
690
|
+
else:
|
691
|
+
breakoff = initial_breakoff
|
692
|
+
|
639
693
|
for protocol in self.testing_protocol:
|
640
694
|
self.ci_stop_in_the_middle_if_time_exceeded()
|
641
695
|
|
@@ -665,39 +719,7 @@ class SystemLauncher(SystemBase):
|
|
665
719
|
elif protocol["type"] == "file":
|
666
720
|
handle_file(protocol)
|
667
721
|
elif protocol["type"] == "platform-contribution":
|
668
|
-
|
669
|
-
|
670
|
-
while True:
|
671
|
-
for next_contract in next(
|
672
|
-
query_tool.pull_contract(
|
673
|
-
PyFunceble.storage.CONFIGURATION.cli_testing.max_workers
|
674
|
-
)
|
675
|
-
):
|
676
|
-
if (
|
677
|
-
"subject" not in next_contract
|
678
|
-
or not next_contract["subject"]
|
679
|
-
):
|
680
|
-
continue
|
681
|
-
|
682
|
-
protocol_data = copy.deepcopy(protocol)
|
683
|
-
|
684
|
-
protocol_data["checker_type"] = next_contract[
|
685
|
-
"checker_type"
|
686
|
-
].upper()
|
687
|
-
protocol_data["subject_type"] = next_contract["subject_type"]
|
688
|
-
protocol_data["subject"] = protocol_data["idna_subject"] = (
|
689
|
-
next_contract["subject"]["subject"]
|
690
|
-
)
|
691
|
-
protocol_data["contract"] = copy.deepcopy(next_contract)
|
692
|
-
|
693
|
-
self.tester_process_manager.add_to_input_queue(
|
694
|
-
protocol_data, worker_name="main"
|
695
|
-
)
|
696
|
-
|
697
|
-
self.ci_stop_in_the_middle_if_time_exceeded()
|
698
|
-
|
699
|
-
if PyFunceble.storage.CONFIGURATION.cli_testing.display_mode.dots:
|
700
|
-
PyFunceble.cli.utils.stdout.print_single_line()
|
722
|
+
handle_platform_contribution()
|
701
723
|
return self
|
702
724
|
|
703
725
|
def generate_waiting_files(self) -> "SystemLauncher":
|
@@ -146,6 +146,10 @@ class CollectionQueryTool:
|
|
146
146
|
else:
|
147
147
|
self.guess_and_set_timeout()
|
148
148
|
|
149
|
+
self._url_base = EnvironmentVariableHelper(
|
150
|
+
"PYFUNCEBLE_COLLECTION_API_URL"
|
151
|
+
).get_value(default=None)
|
152
|
+
|
149
153
|
self.session = requests.Session()
|
150
154
|
self.session.headers.update(
|
151
155
|
{
|
@@ -513,6 +517,9 @@ class CollectionQueryTool:
|
|
513
517
|
|
514
518
|
PyFunceble.facility.Logger.info("Starting to pull next contract")
|
515
519
|
|
520
|
+
if not isinstance(amount, int) or amount < 1:
|
521
|
+
amount = 1
|
522
|
+
|
516
523
|
url = f"{self.url_base}/v1/contracts/next"
|
517
524
|
params = {
|
518
525
|
"limit": amount,
|
@@ -536,8 +543,10 @@ class CollectionQueryTool:
|
|
536
543
|
PyFunceble.facility.Logger.info("Finished to pull next contract")
|
537
544
|
|
538
545
|
yield response_json
|
546
|
+
else:
|
547
|
+
response_json = []
|
539
548
|
except (requests.RequestException, json.decoder.JSONDecodeError):
|
540
|
-
response_json = [
|
549
|
+
response_json = []
|
541
550
|
|
542
551
|
PyFunceble.facility.Logger.debug(
|
543
552
|
"Failed to pull next contract. Response: %r", response_json
|
@@ -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.17.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"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: PyFunceble-dev
|
3
|
-
Version: 4.2.
|
3
|
+
Version: 4.2.17
|
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,77 @@ 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: colorama
|
25
|
-
Requires-Dist: PyYAML
|
26
|
-
Requires-Dist: setuptools>=65.5.1
|
27
|
-
Requires-Dist: domain2idna~=1.12.0
|
28
|
-
Requires-Dist: inflection
|
29
|
-
Requires-Dist: requests[socks]<3
|
30
|
-
Requires-Dist: packaging
|
31
24
|
Requires-Dist: SQLAlchemy~=2.0
|
32
25
|
Requires-Dist: python-box[all]~=6.0.0
|
33
|
-
Requires-Dist:
|
26
|
+
Requires-Dist: setuptools>=65.5.1
|
27
|
+
Requires-Dist: packaging
|
34
28
|
Requires-Dist: shtab
|
35
|
-
Requires-Dist:
|
36
|
-
Requires-Dist:
|
29
|
+
Requires-Dist: requests[socks]<3
|
30
|
+
Requires-Dist: PyYAML
|
37
31
|
Requires-Dist: PyMySQL
|
32
|
+
Requires-Dist: domain2idna~=1.12.0
|
38
33
|
Requires-Dist: dnspython[DOH]~=2.6.0
|
34
|
+
Requires-Dist: colorama
|
35
|
+
Requires-Dist: python-dotenv
|
36
|
+
Requires-Dist: inflection
|
37
|
+
Requires-Dist: cryptography~=42.0
|
38
|
+
Requires-Dist: alembic
|
39
39
|
Provides-Extra: docs
|
40
|
-
Requires-Dist: sphinx>=3.4.3; extra == "docs"
|
41
40
|
Requires-Dist: sphinx_rtd_theme; extra == "docs"
|
42
|
-
Requires-Dist: Pygments>=2.0; extra == "docs"
|
43
41
|
Requires-Dist: alabaster<0.8,>=0.7; extra == "docs"
|
42
|
+
Requires-Dist: sphinx>=3.4.3; extra == "docs"
|
43
|
+
Requires-Dist: Pygments>=2.0; extra == "docs"
|
44
44
|
Provides-Extra: dev
|
45
45
|
Requires-Dist: black; extra == "dev"
|
46
|
+
Requires-Dist: isort; extra == "dev"
|
46
47
|
Requires-Dist: pylint; extra == "dev"
|
47
48
|
Requires-Dist: flake8; extra == "dev"
|
48
|
-
Requires-Dist: isort; extra == "dev"
|
49
49
|
Provides-Extra: test
|
50
|
-
Requires-Dist: coverage; extra == "test"
|
51
50
|
Requires-Dist: tox; extra == "test"
|
51
|
+
Requires-Dist: coverage; extra == "test"
|
52
52
|
Provides-Extra: psql
|
53
|
-
Requires-Dist: colorama; extra == "psql"
|
54
|
-
Requires-Dist: PyYAML; extra == "psql"
|
55
|
-
Requires-Dist: setuptools>=65.5.1; extra == "psql"
|
56
|
-
Requires-Dist: domain2idna~=1.12.0; extra == "psql"
|
57
|
-
Requires-Dist: inflection; extra == "psql"
|
58
|
-
Requires-Dist: requests[socks]<3; extra == "psql"
|
59
|
-
Requires-Dist: packaging; extra == "psql"
|
60
53
|
Requires-Dist: SQLAlchemy~=2.0; extra == "psql"
|
61
54
|
Requires-Dist: python-box[all]~=6.0.0; extra == "psql"
|
62
|
-
Requires-Dist: python-dotenv; extra == "psql"
|
63
55
|
Requires-Dist: psycopg2; extra == "psql"
|
56
|
+
Requires-Dist: setuptools>=65.5.1; extra == "psql"
|
57
|
+
Requires-Dist: packaging; extra == "psql"
|
64
58
|
Requires-Dist: shtab; extra == "psql"
|
65
|
-
Requires-Dist:
|
66
|
-
Requires-Dist:
|
59
|
+
Requires-Dist: requests[socks]<3; extra == "psql"
|
60
|
+
Requires-Dist: PyYAML; extra == "psql"
|
67
61
|
Requires-Dist: PyMySQL; extra == "psql"
|
62
|
+
Requires-Dist: domain2idna~=1.12.0; extra == "psql"
|
68
63
|
Requires-Dist: dnspython[DOH]~=2.6.0; extra == "psql"
|
64
|
+
Requires-Dist: colorama; extra == "psql"
|
65
|
+
Requires-Dist: python-dotenv; extra == "psql"
|
66
|
+
Requires-Dist: inflection; extra == "psql"
|
67
|
+
Requires-Dist: cryptography~=42.0; extra == "psql"
|
68
|
+
Requires-Dist: alembic; extra == "psql"
|
69
69
|
Provides-Extra: full
|
70
|
-
Requires-Dist:
|
71
|
-
Requires-Dist:
|
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"
|
72
75
|
Requires-Dist: coverage; extra == "full"
|
73
|
-
Requires-Dist: shtab; extra == "full"
|
74
|
-
Requires-Dist: cryptography~=42.0; extra == "full"
|
75
|
-
Requires-Dist: flake8; extra == "full"
|
76
76
|
Requires-Dist: alabaster<0.8,>=0.7; extra == "full"
|
77
|
+
Requires-Dist: inflection; extra == "full"
|
78
|
+
Requires-Dist: cryptography~=42.0; extra == "full"
|
77
79
|
Requires-Dist: sphinx>=3.4.3; extra == "full"
|
78
|
-
Requires-Dist:
|
79
|
-
Requires-Dist: python-dotenv; extra == "full"
|
80
|
-
Requires-Dist: black; extra == "full"
|
81
|
-
Requires-Dist: PyMySQL; extra == "full"
|
82
|
-
Requires-Dist: alembic; extra == "full"
|
83
|
-
Requires-Dist: pylint; extra == "full"
|
84
|
-
Requires-Dist: tox; extra == "full"
|
85
|
-
Requires-Dist: setuptools>=65.5.1; extra == "full"
|
80
|
+
Requires-Dist: PyYAML; extra == "full"
|
86
81
|
Requires-Dist: isort; extra == "full"
|
87
82
|
Requires-Dist: sphinx_rtd_theme; extra == "full"
|
88
|
-
Requires-Dist: PyYAML; extra == "full"
|
89
|
-
Requires-Dist: requests[socks]<3; extra == "full"
|
90
|
-
Requires-Dist: SQLAlchemy~=2.0; extra == "full"
|
91
|
-
Requires-Dist: packaging; extra == "full"
|
92
83
|
Requires-Dist: python-box[all]~=6.0.0; extra == "full"
|
84
|
+
Requires-Dist: requests[socks]<3; extra == "full"
|
93
85
|
Requires-Dist: Pygments>=2.0; extra == "full"
|
94
|
-
Requires-Dist:
|
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
|
+
Requires-Dist: packaging; extra == "full"
|
91
|
+
Requires-Dist: shtab; extra == "full"
|
92
|
+
Requires-Dist: domain2idna~=1.12.0; extra == "full"
|
93
|
+
Requires-Dist: tox; extra == "full"
|
94
|
+
Requires-Dist: alembic; extra == "full"
|
95
95
|
|
96
96
|
.. image:: https://raw.githubusercontent.com/PyFunceble/logo/dev/Green/HD/RM.png
|
97
97
|
|
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.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/availability/domain_and_ip.py
RENAMED
File without changes
|
{pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/availability/extras/__init__.py
RENAMED
File without changes
|
{pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/availability/extras/base.py
RENAMED
File without changes
|
{pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/availability/extras/dns.py
RENAMED
File without changes
|
{pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/availability/extras/etoxic.py
RENAMED
File without changes
|
{pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/checker/availability/extras/parked.py
RENAMED
File without changes
|
{pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/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.15 → pyfunceble_dev-4.2.17}/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.15 → pyfunceble_dev-4.2.17}/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.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/continuous_integration/__init__.py
RENAMED
File without changes
|
{pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/continuous_integration/base.py
RENAMED
File without changes
|
{pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/continuous_integration/exceptions.py
RENAMED
File without changes
|
File without changes
|
{pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/continuous_integration/gitlab_ci.py
RENAMED
File without changes
|
{pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/continuous_integration/jenkins.py
RENAMED
File without changes
|
{pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/continuous_integration/travis_ci.py
RENAMED
File without changes
|
{pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/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.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/entry_points/public_suffix.py
RENAMED
File without changes
|
{pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/entry_points/pyfunceble/__init__.py
RENAMED
File without changes
|
{pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/entry_points/pyfunceble/argsparser.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.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/filesystem/dir_structure/__init__.py
RENAMED
File without changes
|
{pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/filesystem/dir_structure/backup.py
RENAMED
File without changes
|
{pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/filesystem/dir_structure/base.py
RENAMED
File without changes
|
{pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/filesystem/dir_structure/restore.py
RENAMED
File without changes
|
File without changes
|
{pyfunceble_dev-4.2.15 → pyfunceble_dev-4.2.17}/PyFunceble/cli/filesystem/printer/__init__.py
RENAMED
File without changes
|