PyFunceble-dev 4.2.22__tar.gz → 4.2.24__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.22 → pyfunceble_dev-4.2.24}/PKG-INFO +44 -44
- pyfunceble_dev-4.2.24/PyFunceble/cli/continuous_integration/standalone.py +104 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/continuous_integration/utils.py +2 -1
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/filesystem/printer/base.py +53 -2
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/filesystem/printer/file.py +2 -1
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/filesystem/printer/stdout.py +2 -1
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/processes/workers/producer.py +7 -2
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/storage.py +1 -1
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble_dev.egg-info/PKG-INFO +44 -44
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble_dev.egg-info/SOURCES.txt +1 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/version.yaml +1 -1
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/CODE_OF_CONDUCT.rst +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/CONTRIBUTING.rst +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/LICENSE +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/MANIFEST.in +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/availability/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/availability/base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/availability/domain.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/availability/domain_and_ip.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/availability/extras/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/availability/extras/base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/availability/extras/dns.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/availability/extras/etoxic.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/availability/extras/parked.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/availability/extras/rules.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/availability/extras/subject_switch.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/availability/ip.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/availability/params.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/availability/status.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/availability/url.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/complex_json_encoder.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/params_base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/reputation/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/reputation/base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/reputation/domain.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/reputation/domain_and_ip.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/reputation/ip.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/reputation/params.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/reputation/status.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/reputation/url.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/status_base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/syntax/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/syntax/base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/syntax/domain.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/syntax/domain_and_ip.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/syntax/domain_base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/syntax/ip.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/syntax/ipv4.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/syntax/ipv6.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/syntax/params.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/syntax/second_lvl_domain.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/syntax/status.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/syntax/subdomain.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/syntax/url.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/utils/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/utils/whois.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/continuous_integration/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/continuous_integration/base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/continuous_integration/exceptions.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/continuous_integration/github_actions.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/continuous_integration/gitlab_ci.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/continuous_integration/jenkins.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/continuous_integration/travis_ci.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/credential_loader.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/entry_points/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/entry_points/clean.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/entry_points/iana.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/entry_points/production.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/entry_points/public_suffix.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/entry_points/pyfunceble/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/entry_points/pyfunceble/argsparser.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/entry_points/pyfunceble/cli.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/execution_time.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/facility.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/factory.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/file_preloader.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/filesystem/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/filesystem/cleanup.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/filesystem/counter.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/filesystem/dir_base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/filesystem/dir_structure/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/filesystem/dir_structure/backup.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/filesystem/dir_structure/base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/filesystem/dir_structure/restore.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/filesystem/json_base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/filesystem/printer/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/filesystem/registrar_counter.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/filesystem/status_file.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/migrators/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/migrators/alembic.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/migrators/base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/migrators/csv_file/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/migrators/csv_file/base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/migrators/csv_file/inactive_source_delete.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/migrators/csv_file/whois_registrar_add.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/migrators/db_base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/migrators/file_cleanup/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/migrators/file_cleanup/base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/migrators/file_cleanup/hashes_file.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/migrators/file_cleanup/mining_file.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/migrators/file_cleanup/production_config_file.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/migrators/json2csv/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/migrators/json2csv/base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/migrators/json2csv/inactive.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/migrators/json2csv/whois.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/migrators/mariadb/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/migrators/mariadb/base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/migrators/mariadb/file_and_status.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/migrators/mariadb/whois_record_idna_subject.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/processes/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/processes/base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/processes/chancy_producer.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/processes/chancy_tester.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/processes/dir_files_sorter.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/processes/file_sorter.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/processes/migrator.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/processes/miner.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/processes/producer.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/processes/tester.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/processes/workers/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/processes/workers/base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/processes/workers/chancy_producer.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/processes/workers/chancy_tester.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/processes/workers/dir_files_sorter.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/processes/workers/file_sorter.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/processes/workers/file_sorter_base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/processes/workers/migrator.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/processes/workers/miner.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/processes/workers/tester.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/scripts/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/scripts/iana.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/scripts/production.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/scripts/public_suffix.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/storage.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/storage_facility.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/system/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/system/base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/system/integrator.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/system/launcher.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/utils/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/utils/ascii_logo.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/utils/sort.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/utils/stdout.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/utils/testing.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/utils/version.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/config/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/config/compare.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/config/loader.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/converter/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/converter/adblock_input_line2subject.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/converter/base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/converter/cidr2subject.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/converter/input_line2subject.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/converter/internal_url.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/converter/rpz_input_line2subject.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/converter/rpz_policy2subject.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/converter/subject2complements.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/converter/url2netloc.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/converter/wildcard2subject.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/data/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/data/alembic/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/data/alembic/mysql/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/data/alembic/mysql/env.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/data/alembic/mysql/script.py.mako +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/data/alembic/mysql/versions/35c79626ecb9_fix_some_columns.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/data/alembic/mysql/versions/3a4c55a9320d_add_continue_table.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/data/alembic/mysql/versions/3d6f4a33cdb2_add_inactive_table.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/data/alembic/mysql/versions/45713fea8097_deletion_uneeded_columns_from_whois_.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/data/alembic/mysql/versions/459a0d7b8f09_add_idna_subject_column_into_whois.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/data/alembic/mysql/versions/6f4729deaf03_delete_inactive_source_column.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/data/alembic/mysql/versions/7bcf7fa64ba1_rename_created_to_created_at_and.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/data/alembic/mysql/versions/83ada95132bf_delete_the_file_table.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/data/alembic/mysql/versions/912bbcb77a6c_add_registrar_column.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/data/alembic/mysql/versions/95dc17ddd729_introduction_of_the_session_id_column.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/data/alembic/mysql/versions/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/data/alembic/mysql/versions/ade87195b0a0_base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/data/alembic/mysql/versions/bef7bcaac3f2_make_id_a_bigint.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/data/alembic/mysql/versions/d8893cd406db_allow_whois_record_to_be_empty_null.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/data/alembic/mysql/versions/e04e8301d1a2_deletion_of_the_mined_table.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/data/alembic/postgresql/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/data/alembic/postgresql/env.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/data/alembic/postgresql/script.py.mako +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/data/alembic/postgresql/versions/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/data/alembic/postgresql/versions/a32ac5d66eee_initial_version.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/data/infrastructure/.PyFunceble_production.yaml +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/data/infrastructure/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/data/infrastructure/dir_structure_production.json +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/database/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/database/credential/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/database/credential/base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/database/credential/mariadb.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/database/credential/mysql.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/database/credential/postgresql.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/database/schemas/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/database/schemas/autocontinue.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/database/schemas/inactive.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/database/schemas/status.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/database/schemas/whois_record.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/database/session.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/database/sqlalchemy/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/database/sqlalchemy/all_schemas.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/database/sqlalchemy/base_schema.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/dataset/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/dataset/autocontinue/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/dataset/autocontinue/base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/dataset/autocontinue/csv.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/dataset/autocontinue/sql.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/dataset/base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/dataset/csv_base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/dataset/db_base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/dataset/iana.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/dataset/inactive/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/dataset/inactive/base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/dataset/inactive/csv.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/dataset/inactive/sql.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/dataset/ipv4_reputation.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/dataset/public_suffix.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/dataset/sql_base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/dataset/user_agent.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/dataset/whois/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/dataset/whois/base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/dataset/whois/csv.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/dataset/whois/sql.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/downloader/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/downloader/base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/downloader/exceptions.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/downloader/iana.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/downloader/ipv4_reputation.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/downloader/public_suffix.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/downloader/user_agents.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/exceptions.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/facility.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/factory.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/helpers/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/helpers/command.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/helpers/dict.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/helpers/directory.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/helpers/download.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/helpers/environment_variable.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/helpers/exceptions.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/helpers/file.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/helpers/hash.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/helpers/list.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/helpers/merge.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/helpers/regex.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/logger.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/query/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/query/dns/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/query/dns/nameserver.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/query/dns/query_tool.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/query/dns/resolver.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/query/http_status_code.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/query/netinfo/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/query/netinfo/address.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/query/netinfo/base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/query/netinfo/hostbyaddr.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/query/platform.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/query/record/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/query/record/base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/query/record/dns.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/query/record/whois.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/query/requests/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/query/requests/adapter/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/query/requests/adapter/base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/query/requests/adapter/http.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/query/requests/adapter/https.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/query/requests/requester.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/query/whois/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/query/whois/converter/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/query/whois/converter/base.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/query/whois/converter/digit2digits.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/query/whois/converter/expiration_date.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/query/whois/converter/month2unified.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/query/whois/converter/registrar.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/query/whois/query_tool.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/sessions.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/storage_facility.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/utils/__init__.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/utils/platform.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/utils/profile.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/utils/version.py +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble_dev.egg-info/dependency_links.txt +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble_dev.egg-info/entry_points.txt +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble_dev.egg-info/requires.txt +43 -43
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble_dev.egg-info/top_level.txt +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/README.rst +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/requirements.dev.txt +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/requirements.docs.txt +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/requirements.test.txt +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/requirements.txt +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/requirements.win.txt +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/setup.cfg +0 -0
- {pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/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.24
|
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,81 +21,81 @@ Classifier: Programming Language :: Python :: 3
|
|
21
21
|
Classifier: License :: OSI Approved
|
22
22
|
Requires-Python: >=3.8, <4
|
23
23
|
License-File: LICENSE
|
24
|
-
Requires-Dist:
|
25
|
-
Requires-Dist:
|
26
|
-
Requires-Dist: inflection
|
24
|
+
Requires-Dist: cryptography~=42.0
|
25
|
+
Requires-Dist: dnspython[DOH]~=2.6.0
|
27
26
|
Requires-Dist: PyMySQL
|
28
27
|
Requires-Dist: SQLAlchemy~=2.0
|
29
|
-
Requires-Dist:
|
28
|
+
Requires-Dist: python-dotenv
|
29
|
+
Requires-Dist: colorama
|
30
|
+
Requires-Dist: shtab
|
31
|
+
Requires-Dist: inflection
|
30
32
|
Requires-Dist: PyYAML
|
31
33
|
Requires-Dist: requests[socks]<3
|
32
|
-
Requires-Dist:
|
33
|
-
Requires-Dist:
|
34
|
-
Requires-Dist: dnspython[DOH]~=2.6.0
|
34
|
+
Requires-Dist: packaging
|
35
|
+
Requires-Dist: domain2idna~=1.12.0
|
35
36
|
Requires-Dist: python-box[all]~=6.0.0
|
36
|
-
Requires-Dist: python-dotenv
|
37
|
-
Requires-Dist: colorama
|
38
37
|
Requires-Dist: alembic
|
38
|
+
Requires-Dist: setuptools>=65.5.1
|
39
39
|
Provides-Extra: docs
|
40
|
+
Requires-Dist: alabaster<0.8,>=0.7; extra == "docs"
|
40
41
|
Requires-Dist: requests>=2.32.0; extra == "docs"
|
42
|
+
Requires-Dist: sphinx>=3.4.3; extra == "docs"
|
43
|
+
Requires-Dist: urllib3>=2.2.2; extra == "docs"
|
41
44
|
Requires-Dist: Pygments>=2.0; extra == "docs"
|
42
45
|
Requires-Dist: sphinx_rtd_theme; extra == "docs"
|
43
|
-
Requires-Dist: alabaster<0.8,>=0.7; extra == "docs"
|
44
|
-
Requires-Dist: urllib3>=2.2.2; extra == "docs"
|
45
|
-
Requires-Dist: sphinx>=3.4.3; extra == "docs"
|
46
46
|
Provides-Extra: dev
|
47
47
|
Requires-Dist: flake8; extra == "dev"
|
48
|
-
Requires-Dist: pylint; extra == "dev"
|
49
48
|
Requires-Dist: black; extra == "dev"
|
50
49
|
Requires-Dist: isort; extra == "dev"
|
50
|
+
Requires-Dist: pylint; extra == "dev"
|
51
51
|
Provides-Extra: test
|
52
|
-
Requires-Dist: tox; extra == "test"
|
53
52
|
Requires-Dist: coverage; extra == "test"
|
53
|
+
Requires-Dist: tox; extra == "test"
|
54
54
|
Provides-Extra: psql
|
55
|
-
Requires-Dist:
|
56
|
-
Requires-Dist:
|
57
|
-
Requires-Dist: inflection; extra == "psql"
|
55
|
+
Requires-Dist: cryptography~=42.0; extra == "psql"
|
56
|
+
Requires-Dist: dnspython[DOH]~=2.6.0; extra == "psql"
|
58
57
|
Requires-Dist: PyMySQL; extra == "psql"
|
59
58
|
Requires-Dist: SQLAlchemy~=2.0; extra == "psql"
|
60
|
-
Requires-Dist: cryptography~=42.0; extra == "psql"
|
61
|
-
Requires-Dist: PyYAML; extra == "psql"
|
62
|
-
Requires-Dist: requests[socks]<3; extra == "psql"
|
63
|
-
Requires-Dist: shtab; extra == "psql"
|
64
59
|
Requires-Dist: psycopg2; extra == "psql"
|
65
|
-
Requires-Dist: setuptools>=65.5.1; extra == "psql"
|
66
|
-
Requires-Dist: dnspython[DOH]~=2.6.0; extra == "psql"
|
67
|
-
Requires-Dist: python-box[all]~=6.0.0; extra == "psql"
|
68
60
|
Requires-Dist: python-dotenv; extra == "psql"
|
69
61
|
Requires-Dist: colorama; extra == "psql"
|
62
|
+
Requires-Dist: shtab; extra == "psql"
|
63
|
+
Requires-Dist: inflection; extra == "psql"
|
64
|
+
Requires-Dist: PyYAML; extra == "psql"
|
65
|
+
Requires-Dist: requests[socks]<3; extra == "psql"
|
66
|
+
Requires-Dist: packaging; extra == "psql"
|
67
|
+
Requires-Dist: domain2idna~=1.12.0; extra == "psql"
|
68
|
+
Requires-Dist: python-box[all]~=6.0.0; extra == "psql"
|
70
69
|
Requires-Dist: alembic; extra == "psql"
|
70
|
+
Requires-Dist: setuptools>=65.5.1; extra == "psql"
|
71
71
|
Provides-Extra: full
|
72
|
-
Requires-Dist: requests>=2.32.0; extra == "full"
|
73
|
-
Requires-Dist: packaging; extra == "full"
|
74
|
-
Requires-Dist: black; extra == "full"
|
75
72
|
Requires-Dist: cryptography~=42.0; extra == "full"
|
76
|
-
Requires-Dist:
|
77
|
-
Requires-Dist:
|
78
|
-
Requires-Dist: tox; extra == "full"
|
79
|
-
Requires-Dist: alembic; extra == "full"
|
80
|
-
Requires-Dist: sphinx>=3.4.3; extra == "full"
|
81
|
-
Requires-Dist: inflection; extra == "full"
|
73
|
+
Requires-Dist: colorama; extra == "full"
|
74
|
+
Requires-Dist: requests[socks]<3; extra == "full"
|
82
75
|
Requires-Dist: flake8; extra == "full"
|
83
|
-
Requires-Dist: shtab; extra == "full"
|
84
|
-
Requires-Dist: alabaster<0.8,>=0.7; extra == "full"
|
85
|
-
Requires-Dist: pylint; extra == "full"
|
86
76
|
Requires-Dist: isort; extra == "full"
|
87
|
-
Requires-Dist:
|
88
|
-
Requires-Dist: requests[socks]<3; extra == "full"
|
77
|
+
Requires-Dist: sphinx>=3.4.3; extra == "full"
|
89
78
|
Requires-Dist: python-box[all]~=6.0.0; extra == "full"
|
90
|
-
Requires-Dist:
|
91
|
-
Requires-Dist:
|
92
|
-
Requires-Dist:
|
79
|
+
Requires-Dist: Pygments>=2.0; extra == "full"
|
80
|
+
Requires-Dist: black; extra == "full"
|
81
|
+
Requires-Dist: setuptools>=65.5.1; extra == "full"
|
93
82
|
Requires-Dist: coverage; extra == "full"
|
83
|
+
Requires-Dist: python-dotenv; extra == "full"
|
84
|
+
Requires-Dist: alabaster<0.8,>=0.7; extra == "full"
|
85
|
+
Requires-Dist: packaging; extra == "full"
|
94
86
|
Requires-Dist: domain2idna~=1.12.0; extra == "full"
|
87
|
+
Requires-Dist: urllib3>=2.2.2; extra == "full"
|
88
|
+
Requires-Dist: alembic; extra == "full"
|
89
|
+
Requires-Dist: SQLAlchemy~=2.0; extra == "full"
|
90
|
+
Requires-Dist: inflection; extra == "full"
|
91
|
+
Requires-Dist: requests>=2.32.0; extra == "full"
|
92
|
+
Requires-Dist: tox; extra == "full"
|
93
|
+
Requires-Dist: dnspython[DOH]~=2.6.0; extra == "full"
|
95
94
|
Requires-Dist: PyMySQL; extra == "full"
|
95
|
+
Requires-Dist: pylint; extra == "full"
|
96
|
+
Requires-Dist: shtab; extra == "full"
|
97
|
+
Requires-Dist: PyYAML; extra == "full"
|
96
98
|
Requires-Dist: sphinx_rtd_theme; extra == "full"
|
97
|
-
Requires-Dist: setuptools>=65.5.1; extra == "full"
|
98
|
-
Requires-Dist: SQLAlchemy~=2.0; extra == "full"
|
99
99
|
|
100
100
|
.. image:: https://raw.githubusercontent.com/PyFunceble/logo/dev/Green/HD/RM.png
|
101
101
|
|
@@ -0,0 +1,104 @@
|
|
1
|
+
"""
|
2
|
+
The tool to check the availability or syntax of domain, IP or URL.
|
3
|
+
|
4
|
+
::
|
5
|
+
|
6
|
+
|
7
|
+
██████╗ ██╗ ██╗███████╗██╗ ██╗███╗ ██╗ ██████╗███████╗██████╗ ██╗ ███████╗
|
8
|
+
██╔══██╗╚██╗ ██╔╝██╔════╝██║ ██║████╗ ██║██╔════╝██╔════╝██╔══██╗██║ ██╔════╝
|
9
|
+
██████╔╝ ╚████╔╝ █████╗ ██║ ██║██╔██╗ ██║██║ █████╗ ██████╔╝██║ █████╗
|
10
|
+
██╔═══╝ ╚██╔╝ ██╔══╝ ██║ ██║██║╚██╗██║██║ ██╔══╝ ██╔══██╗██║ ██╔══╝
|
11
|
+
██║ ██║ ██║ ╚██████╔╝██║ ╚████║╚██████╗███████╗██████╔╝███████╗███████╗
|
12
|
+
╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝ ╚═════╝╚══════╝╚═════╝ ╚══════╝╚══════╝
|
13
|
+
|
14
|
+
Provides the CI engine and detection tool for standalone instances.
|
15
|
+
|
16
|
+
Author:
|
17
|
+
Nissar Chababy, @funilrys, contactTATAfunilrysTODTODcom
|
18
|
+
|
19
|
+
Special thanks:
|
20
|
+
https://pyfunceble.github.io/#/special-thanks
|
21
|
+
|
22
|
+
Contributors:
|
23
|
+
https://pyfunceble.github.io/#/contributors
|
24
|
+
|
25
|
+
Project link:
|
26
|
+
https://github.com/funilrys/PyFunceble
|
27
|
+
|
28
|
+
Project documentation:
|
29
|
+
https://pyfunceble.readthedocs.io/en/dev/
|
30
|
+
|
31
|
+
Project homepage:
|
32
|
+
https://pyfunceble.github.io/
|
33
|
+
|
34
|
+
License:
|
35
|
+
::
|
36
|
+
|
37
|
+
|
38
|
+
Copyright 2017, 2018, 2019, 2020, 2022, 2023, 2024 Nissar Chababy
|
39
|
+
|
40
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
41
|
+
you may not use this file except in compliance with the License.
|
42
|
+
You may obtain a copy of the License at
|
43
|
+
|
44
|
+
https://www.apache.org/licenses/LICENSE-2.0
|
45
|
+
|
46
|
+
Unless required by applicable law or agreed to in writing, software
|
47
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
48
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
49
|
+
See the License for the specific language governing permissions and
|
50
|
+
limitations under the License.
|
51
|
+
"""
|
52
|
+
|
53
|
+
import PyFunceble.cli.continuous_integration.exceptions
|
54
|
+
import PyFunceble.facility
|
55
|
+
from PyFunceble.cli.continuous_integration.base import ContinuousIntegrationBase
|
56
|
+
from PyFunceble.helpers.environment_variable import EnvironmentVariableHelper
|
57
|
+
|
58
|
+
|
59
|
+
class Standalone(ContinuousIntegrationBase):
|
60
|
+
"""
|
61
|
+
Provides a standalone interface which let end-user run PyFunceble in a standalone
|
62
|
+
environment, without any GIT related CI/CD stuff.
|
63
|
+
"""
|
64
|
+
|
65
|
+
def guess_and_set_authorized(self) -> "Standalone":
|
66
|
+
"""
|
67
|
+
Tries to guess the authorization.
|
68
|
+
"""
|
69
|
+
|
70
|
+
needed_environment_vars = ["PYFUNCEBLE_STANDALONE_CI"]
|
71
|
+
|
72
|
+
if all(EnvironmentVariableHelper(x).exists() for x in needed_environment_vars):
|
73
|
+
self.authorized = True
|
74
|
+
elif PyFunceble.facility.ConfigLoader.is_already_loaded():
|
75
|
+
if bool(PyFunceble.storage.CONFIGURATION.cli_testing.ci.active):
|
76
|
+
self.authorized = all(
|
77
|
+
EnvironmentVariableHelper(x).exists()
|
78
|
+
for x in needed_environment_vars
|
79
|
+
)
|
80
|
+
else:
|
81
|
+
super().guess_and_set_authorized()
|
82
|
+
else:
|
83
|
+
super().guess_and_set_authorized()
|
84
|
+
|
85
|
+
return self
|
86
|
+
|
87
|
+
def guess_and_set_token(self) -> "Standalone":
|
88
|
+
return self
|
89
|
+
|
90
|
+
@ContinuousIntegrationBase.execute_if_authorized(None)
|
91
|
+
def init_git(self) -> ContinuousIntegrationBase:
|
92
|
+
return self
|
93
|
+
|
94
|
+
@ContinuousIntegrationBase.execute_if_authorized(None)
|
95
|
+
def bypass(self) -> None:
|
96
|
+
return None
|
97
|
+
|
98
|
+
@ContinuousIntegrationBase.execute_if_authorized(None)
|
99
|
+
def init_git_remote_with_token(self) -> "Standalone":
|
100
|
+
return self
|
101
|
+
|
102
|
+
@ContinuousIntegrationBase.execute_if_authorized(None)
|
103
|
+
def apply_commit(self, *, push: bool = True) -> None:
|
104
|
+
return super().apply_end_commit(push=push)
|
{pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/continuous_integration/utils.py
RENAMED
@@ -55,6 +55,7 @@ from PyFunceble.cli.continuous_integration.base import ContinuousIntegrationBase
|
|
55
55
|
from PyFunceble.cli.continuous_integration.github_actions import GitHubActions
|
56
56
|
from PyFunceble.cli.continuous_integration.gitlab_ci import GitLabCI
|
57
57
|
from PyFunceble.cli.continuous_integration.jenkins import Jenkins
|
58
|
+
from PyFunceble.cli.continuous_integration.standalone import Standalone
|
58
59
|
from PyFunceble.cli.continuous_integration.travis_ci import TravisCI
|
59
60
|
|
60
61
|
|
@@ -63,7 +64,7 @@ def ci_object(*args, **kwargs) -> ContinuousIntegrationBase:
|
|
63
64
|
A placeholder which provides the CI object to use.
|
64
65
|
"""
|
65
66
|
|
66
|
-
known_objects = [Jenkins, GitHubActions, TravisCI, GitLabCI]
|
67
|
+
known_objects = [Jenkins, GitHubActions, TravisCI, GitLabCI, Standalone]
|
67
68
|
result = None
|
68
69
|
|
69
70
|
for known in known_objects:
|
@@ -53,7 +53,7 @@ License:
|
|
53
53
|
import copy
|
54
54
|
import functools
|
55
55
|
import string
|
56
|
-
from typing import Dict, Optional
|
56
|
+
from typing import Dict, List, Optional
|
57
57
|
|
58
58
|
|
59
59
|
class PrinterBase:
|
@@ -118,12 +118,14 @@ class PrinterBase:
|
|
118
118
|
|
119
119
|
_template_to_use: Optional[str] = None
|
120
120
|
_dataset: Optional[Dict[str, str]] = None
|
121
|
+
_skip_column: Optional[List[str]] = []
|
121
122
|
|
122
123
|
def __init__(
|
123
124
|
self,
|
124
125
|
template_to_use: Optional[str] = None,
|
125
126
|
*,
|
126
127
|
dataset: Optional[Dict[str, str]] = None,
|
128
|
+
skip_column: Optional[List[str]] = None,
|
127
129
|
) -> None:
|
128
130
|
if template_to_use is not None:
|
129
131
|
self.template_to_use = template_to_use
|
@@ -131,6 +133,9 @@ class PrinterBase:
|
|
131
133
|
if dataset is not None:
|
132
134
|
self.dataset = dataset
|
133
135
|
|
136
|
+
if skip_column is not None:
|
137
|
+
self.skip_column = skip_column
|
138
|
+
|
134
139
|
def ensure_template_to_use_is_given(func): # pylint: disable=no-self-argument
|
135
140
|
"""
|
136
141
|
Ensures that the template to use is given before launching the
|
@@ -167,6 +172,46 @@ class PrinterBase:
|
|
167
172
|
|
168
173
|
return wrapper
|
169
174
|
|
175
|
+
@property
|
176
|
+
def skip_column(self) -> Optional[List[str]]:
|
177
|
+
"""
|
178
|
+
Provides the current state of the :code:`_skip_column` attribute.
|
179
|
+
"""
|
180
|
+
|
181
|
+
return self._skip_column
|
182
|
+
|
183
|
+
@skip_column.setter
|
184
|
+
def skip_column(self, value: List[str]) -> None:
|
185
|
+
"""
|
186
|
+
Sets the columns to skip.
|
187
|
+
|
188
|
+
:param value:
|
189
|
+
The value to set.
|
190
|
+
|
191
|
+
:raise TypeError:
|
192
|
+
When the given :code:`value` is not a :py:class:`list`.
|
193
|
+
"""
|
194
|
+
|
195
|
+
if not isinstance(value, list):
|
196
|
+
raise TypeError(f"<value> should be {list}, {type(value)} given.")
|
197
|
+
|
198
|
+
if any(not isinstance(x, str) for x in value):
|
199
|
+
raise TypeError(f"<value> should be a list of {str}, {type(value)} given.")
|
200
|
+
|
201
|
+
self._skip_column = value
|
202
|
+
|
203
|
+
def set_skip_column(self, value: List[str]) -> "PrinterBase":
|
204
|
+
"""
|
205
|
+
Sets the columns to skip.
|
206
|
+
|
207
|
+
:param value:
|
208
|
+
The value to set.
|
209
|
+
"""
|
210
|
+
|
211
|
+
self.skip_column = value
|
212
|
+
|
213
|
+
return self
|
214
|
+
|
170
215
|
@property
|
171
216
|
def template_to_use(self) -> Optional[str]:
|
172
217
|
"""
|
@@ -269,6 +314,12 @@ class PrinterBase:
|
|
269
314
|
if key not in self.TEMPLATES[self.template_to_use].template:
|
270
315
|
continue
|
271
316
|
|
317
|
+
if key in self.skip_column:
|
318
|
+
self.TEMPLATES[self.template_to_use].template = self.TEMPLATES[
|
319
|
+
self.template_to_use
|
320
|
+
].template.replace(f"${key} ", "")
|
321
|
+
continue
|
322
|
+
|
272
323
|
to_print_data[0][key] = f"{value:<{self.STD_LENGTH[key]}}"
|
273
324
|
|
274
325
|
for key, value in to_print_data[0].items():
|
@@ -297,7 +348,7 @@ class PrinterBase:
|
|
297
348
|
ignore_length = ["simple", "hosts", "plain", "execution_time"]
|
298
349
|
|
299
350
|
for key, value in self.dataset.items():
|
300
|
-
if key not in self.HEADERS:
|
351
|
+
if key not in self.HEADERS or key in self.skip_column:
|
301
352
|
continue
|
302
353
|
|
303
354
|
if not value and value != 0:
|
@@ -82,11 +82,12 @@ class FilePrinter(PrinterBase):
|
|
82
82
|
*,
|
83
83
|
dataset: Optional[Dict[str, str]] = None,
|
84
84
|
destination: Optional[str] = None,
|
85
|
+
**kwargs,
|
85
86
|
) -> None:
|
86
87
|
if destination is not None:
|
87
88
|
self.destination = destination
|
88
89
|
|
89
|
-
super().__init__(template_to_use=template_to_use, dataset=dataset)
|
90
|
+
super().__init__(template_to_use=template_to_use, dataset=dataset, **kwargs)
|
90
91
|
|
91
92
|
def ensure_destination_is_given(func): # pylint: disable=no-self-argument
|
92
93
|
"""
|
@@ -110,13 +110,14 @@ class StdoutPrinter(PrinterBase):
|
|
110
110
|
*,
|
111
111
|
dataset: Optional[Dict[str, str]] = None,
|
112
112
|
allow_coloration: Optional[bool] = None,
|
113
|
+
**kwargs,
|
113
114
|
) -> None:
|
114
115
|
if allow_coloration is not None:
|
115
116
|
self.allow_coloration = allow_coloration
|
116
117
|
else:
|
117
118
|
self.guess_allow_coloration()
|
118
119
|
|
119
|
-
super().__init__(template_to_use=template_to_use, dataset=dataset)
|
120
|
+
super().__init__(template_to_use=template_to_use, dataset=dataset, **kwargs)
|
120
121
|
|
121
122
|
@property
|
122
123
|
def allow_coloration(self) -> bool:
|
{pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/cli/processes/workers/producer.py
RENAMED
@@ -105,8 +105,13 @@ class ProducerWorker(WorkerBase):
|
|
105
105
|
)
|
106
106
|
|
107
107
|
def __post_init__(self) -> None:
|
108
|
-
|
109
|
-
|
108
|
+
skip_columns = []
|
109
|
+
|
110
|
+
if not PyFunceble.storage.CONFIGURATION.cli_testing.display_mode.registrar:
|
111
|
+
skip_columns.append("registrar")
|
112
|
+
|
113
|
+
self.stdout_printer = StdoutPrinter(skip_column=skip_columns)
|
114
|
+
self.file_printer = FilePrinter(skip_column=skip_columns)
|
110
115
|
self.whois_dataset = get_whois_dataset_object(db_session=self.db_session)
|
111
116
|
self.inactive_dataset = get_inactive_dataset_object(db_session=self.db_session)
|
112
117
|
self.continue_dataset = get_continue_databaset_object(
|
@@ -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.24.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.24
|
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,81 +21,81 @@ Classifier: Programming Language :: Python :: 3
|
|
21
21
|
Classifier: License :: OSI Approved
|
22
22
|
Requires-Python: >=3.8, <4
|
23
23
|
License-File: LICENSE
|
24
|
-
Requires-Dist:
|
25
|
-
Requires-Dist:
|
26
|
-
Requires-Dist: inflection
|
24
|
+
Requires-Dist: cryptography~=42.0
|
25
|
+
Requires-Dist: dnspython[DOH]~=2.6.0
|
27
26
|
Requires-Dist: PyMySQL
|
28
27
|
Requires-Dist: SQLAlchemy~=2.0
|
29
|
-
Requires-Dist:
|
28
|
+
Requires-Dist: python-dotenv
|
29
|
+
Requires-Dist: colorama
|
30
|
+
Requires-Dist: shtab
|
31
|
+
Requires-Dist: inflection
|
30
32
|
Requires-Dist: PyYAML
|
31
33
|
Requires-Dist: requests[socks]<3
|
32
|
-
Requires-Dist:
|
33
|
-
Requires-Dist:
|
34
|
-
Requires-Dist: dnspython[DOH]~=2.6.0
|
34
|
+
Requires-Dist: packaging
|
35
|
+
Requires-Dist: domain2idna~=1.12.0
|
35
36
|
Requires-Dist: python-box[all]~=6.0.0
|
36
|
-
Requires-Dist: python-dotenv
|
37
|
-
Requires-Dist: colorama
|
38
37
|
Requires-Dist: alembic
|
38
|
+
Requires-Dist: setuptools>=65.5.1
|
39
39
|
Provides-Extra: docs
|
40
|
+
Requires-Dist: alabaster<0.8,>=0.7; extra == "docs"
|
40
41
|
Requires-Dist: requests>=2.32.0; extra == "docs"
|
42
|
+
Requires-Dist: sphinx>=3.4.3; extra == "docs"
|
43
|
+
Requires-Dist: urllib3>=2.2.2; extra == "docs"
|
41
44
|
Requires-Dist: Pygments>=2.0; extra == "docs"
|
42
45
|
Requires-Dist: sphinx_rtd_theme; extra == "docs"
|
43
|
-
Requires-Dist: alabaster<0.8,>=0.7; extra == "docs"
|
44
|
-
Requires-Dist: urllib3>=2.2.2; extra == "docs"
|
45
|
-
Requires-Dist: sphinx>=3.4.3; extra == "docs"
|
46
46
|
Provides-Extra: dev
|
47
47
|
Requires-Dist: flake8; extra == "dev"
|
48
|
-
Requires-Dist: pylint; extra == "dev"
|
49
48
|
Requires-Dist: black; extra == "dev"
|
50
49
|
Requires-Dist: isort; extra == "dev"
|
50
|
+
Requires-Dist: pylint; extra == "dev"
|
51
51
|
Provides-Extra: test
|
52
|
-
Requires-Dist: tox; extra == "test"
|
53
52
|
Requires-Dist: coverage; extra == "test"
|
53
|
+
Requires-Dist: tox; extra == "test"
|
54
54
|
Provides-Extra: psql
|
55
|
-
Requires-Dist:
|
56
|
-
Requires-Dist:
|
57
|
-
Requires-Dist: inflection; extra == "psql"
|
55
|
+
Requires-Dist: cryptography~=42.0; extra == "psql"
|
56
|
+
Requires-Dist: dnspython[DOH]~=2.6.0; extra == "psql"
|
58
57
|
Requires-Dist: PyMySQL; extra == "psql"
|
59
58
|
Requires-Dist: SQLAlchemy~=2.0; extra == "psql"
|
60
|
-
Requires-Dist: cryptography~=42.0; extra == "psql"
|
61
|
-
Requires-Dist: PyYAML; extra == "psql"
|
62
|
-
Requires-Dist: requests[socks]<3; extra == "psql"
|
63
|
-
Requires-Dist: shtab; extra == "psql"
|
64
59
|
Requires-Dist: psycopg2; extra == "psql"
|
65
|
-
Requires-Dist: setuptools>=65.5.1; extra == "psql"
|
66
|
-
Requires-Dist: dnspython[DOH]~=2.6.0; extra == "psql"
|
67
|
-
Requires-Dist: python-box[all]~=6.0.0; extra == "psql"
|
68
60
|
Requires-Dist: python-dotenv; extra == "psql"
|
69
61
|
Requires-Dist: colorama; extra == "psql"
|
62
|
+
Requires-Dist: shtab; extra == "psql"
|
63
|
+
Requires-Dist: inflection; extra == "psql"
|
64
|
+
Requires-Dist: PyYAML; extra == "psql"
|
65
|
+
Requires-Dist: requests[socks]<3; extra == "psql"
|
66
|
+
Requires-Dist: packaging; extra == "psql"
|
67
|
+
Requires-Dist: domain2idna~=1.12.0; extra == "psql"
|
68
|
+
Requires-Dist: python-box[all]~=6.0.0; extra == "psql"
|
70
69
|
Requires-Dist: alembic; extra == "psql"
|
70
|
+
Requires-Dist: setuptools>=65.5.1; extra == "psql"
|
71
71
|
Provides-Extra: full
|
72
|
-
Requires-Dist: requests>=2.32.0; extra == "full"
|
73
|
-
Requires-Dist: packaging; extra == "full"
|
74
|
-
Requires-Dist: black; extra == "full"
|
75
72
|
Requires-Dist: cryptography~=42.0; extra == "full"
|
76
|
-
Requires-Dist:
|
77
|
-
Requires-Dist:
|
78
|
-
Requires-Dist: tox; extra == "full"
|
79
|
-
Requires-Dist: alembic; extra == "full"
|
80
|
-
Requires-Dist: sphinx>=3.4.3; extra == "full"
|
81
|
-
Requires-Dist: inflection; extra == "full"
|
73
|
+
Requires-Dist: colorama; extra == "full"
|
74
|
+
Requires-Dist: requests[socks]<3; extra == "full"
|
82
75
|
Requires-Dist: flake8; extra == "full"
|
83
|
-
Requires-Dist: shtab; extra == "full"
|
84
|
-
Requires-Dist: alabaster<0.8,>=0.7; extra == "full"
|
85
|
-
Requires-Dist: pylint; extra == "full"
|
86
76
|
Requires-Dist: isort; extra == "full"
|
87
|
-
Requires-Dist:
|
88
|
-
Requires-Dist: requests[socks]<3; extra == "full"
|
77
|
+
Requires-Dist: sphinx>=3.4.3; extra == "full"
|
89
78
|
Requires-Dist: python-box[all]~=6.0.0; extra == "full"
|
90
|
-
Requires-Dist:
|
91
|
-
Requires-Dist:
|
92
|
-
Requires-Dist:
|
79
|
+
Requires-Dist: Pygments>=2.0; extra == "full"
|
80
|
+
Requires-Dist: black; extra == "full"
|
81
|
+
Requires-Dist: setuptools>=65.5.1; extra == "full"
|
93
82
|
Requires-Dist: coverage; extra == "full"
|
83
|
+
Requires-Dist: python-dotenv; extra == "full"
|
84
|
+
Requires-Dist: alabaster<0.8,>=0.7; extra == "full"
|
85
|
+
Requires-Dist: packaging; extra == "full"
|
94
86
|
Requires-Dist: domain2idna~=1.12.0; extra == "full"
|
87
|
+
Requires-Dist: urllib3>=2.2.2; extra == "full"
|
88
|
+
Requires-Dist: alembic; extra == "full"
|
89
|
+
Requires-Dist: SQLAlchemy~=2.0; extra == "full"
|
90
|
+
Requires-Dist: inflection; extra == "full"
|
91
|
+
Requires-Dist: requests>=2.32.0; extra == "full"
|
92
|
+
Requires-Dist: tox; extra == "full"
|
93
|
+
Requires-Dist: dnspython[DOH]~=2.6.0; extra == "full"
|
95
94
|
Requires-Dist: PyMySQL; extra == "full"
|
95
|
+
Requires-Dist: pylint; extra == "full"
|
96
|
+
Requires-Dist: shtab; extra == "full"
|
97
|
+
Requires-Dist: PyYAML; extra == "full"
|
96
98
|
Requires-Dist: sphinx_rtd_theme; extra == "full"
|
97
|
-
Requires-Dist: setuptools>=65.5.1; extra == "full"
|
98
|
-
Requires-Dist: SQLAlchemy~=2.0; extra == "full"
|
99
99
|
|
100
100
|
.. image:: https://raw.githubusercontent.com/PyFunceble/logo/dev/Green/HD/RM.png
|
101
101
|
|
@@ -76,6 +76,7 @@ PyFunceble/cli/continuous_integration/exceptions.py
|
|
76
76
|
PyFunceble/cli/continuous_integration/github_actions.py
|
77
77
|
PyFunceble/cli/continuous_integration/gitlab_ci.py
|
78
78
|
PyFunceble/cli/continuous_integration/jenkins.py
|
79
|
+
PyFunceble/cli/continuous_integration/standalone.py
|
79
80
|
PyFunceble/cli/continuous_integration/travis_ci.py
|
80
81
|
PyFunceble/cli/continuous_integration/utils.py
|
81
82
|
PyFunceble/cli/entry_points/__init__.py
|
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.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/availability/domain_and_ip.py
RENAMED
File without changes
|
{pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/availability/extras/__init__.py
RENAMED
File without changes
|
{pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/availability/extras/base.py
RENAMED
File without changes
|
{pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/availability/extras/dns.py
RENAMED
File without changes
|
{pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/availability/extras/etoxic.py
RENAMED
File without changes
|
{pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/PyFunceble/checker/availability/extras/parked.py
RENAMED
File without changes
|
{pyfunceble_dev-4.2.22 → pyfunceble_dev-4.2.24}/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.22 → pyfunceble_dev-4.2.24}/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
|