Expand description
The utils module contains utility functions for metadata processing.
Utility functions for metadata processing and HTML manipulation.
This module provides various utility functions for tasks such as HTML escaping, asynchronous file reading, and metadata extraction from files.
Functionsยง
- async_
extract_ metadata_ from_ file - Asynchronously reads a file and extracts metadata from its content.
- escape_
html - Escapes special HTML characters in a string.
- unescape_
html - Unescapes HTML entities in a string.