PyFunceble.cli.filesystem package
Subpackages
- PyFunceble.cli.filesystem.dir_structure package
- PyFunceble.cli.filesystem.printer package
- Submodules
- PyFunceble.cli.filesystem.printer.base module
PrinterBase
PrinterBase.HEADERS
PrinterBase.STD_LENGTH
PrinterBase.STD_UNKNOWN
PrinterBase.TEMPLATES
PrinterBase.dataset
PrinterBase.ensure_dataset_is_given()
PrinterBase.ensure_template_to_use_is_given()
PrinterBase.get_header_to_print()
PrinterBase.get_line_to_print()
PrinterBase.print_header()
PrinterBase.print_interpolated_line()
PrinterBase.set_dataset()
PrinterBase.set_skip_column()
PrinterBase.set_template_to_use()
PrinterBase.skip_column
PrinterBase.template_to_use
- PyFunceble.cli.filesystem.printer.file module
- PyFunceble.cli.filesystem.printer.stdout module
- Module contents
Submodules
PyFunceble.cli.filesystem.cleanup module
PyFunceble.cli.filesystem.counter module
PyFunceble.cli.filesystem.dir_base module
PyFunceble.cli.filesystem.json_base module
PyFunceble.cli.filesystem.registrar_counter module
PyFunceble.cli.filesystem.status_file module
Module contents
The tool to check the availability or syntax of domain, IP or URL.
██████╗ ██╗ ██╗███████╗██╗ ██╗███╗ ██╗ ██████╗███████╗██████╗ ██╗ ███████╗
██╔══██╗╚██╗ ██╔╝██╔════╝██║ ██║████╗ ██║██╔════╝██╔════╝██╔══██╗██║ ██╔════╝
██████╔╝ ╚████╔╝ █████╗ ██║ ██║██╔██╗ ██║██║ █████╗ ██████╔╝██║ █████╗
██╔═══╝ ╚██╔╝ ██╔══╝ ██║ ██║██║╚██╗██║██║ ██╔══╝ ██╔══██╗██║ ██╔══╝
██║ ██║ ██║ ╚██████╔╝██║ ╚████║╚██████╗███████╗██████╔╝███████╗███████╗
╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝ ╚═════╝╚══════╝╚═════╝ ╚══════╝╚══════╝
Provides everything related to our very own filesystem or output structure.
- Author:
Nissar Chababy, @funilrys, contactTATAfunilrysTODTODcom
- Special thanks:
- Contributors:
- Project link:
- Project documentation:
- Project homepage:
License:
Copyright 2017, 2018, 2019, 2020, 2022, 2023, 2024 Nissar Chababy
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.