hbutils.file
Single-file processing utilities and stream helpers.
This module serves as the public entry point for file-related functionality in
hbutils.file. It re-exports utilities from the hbutils.file.stream
submodule, providing a convenient import surface for single-file operations.
If you need to operate on filesystems (e.g., directory operations, path
manipulations), see hbutils.system.filesystem instead.
The module focuses on operations that target a single file rather than filesystem-level tasks.
Note
This module focuses on single file operations. For filesystem-level
operations, refer to the filesystem utilities in
hbutils.system.filesystem.
Example:
>>> from hbutils.file import *
>>> # Use stream utilities for file operations