Metadata-Version: 2.1
Name: comfyui-basic-data-handling
Version: 0.0.7
Summary: Basic Python functions for manipulating data that every programmer is used to, lightweight with no additional dependencies.

Supported data types:
- ComfyUI native: BOOLEAN, FLOAT, INT, STRING, and data lists
- Python types as custom data types: DICT, LIST, SET, DATETIME, TIMEDELTA
- PyTorch: TENSOR

Feature categories:
- Boolean logic operations
- Type casting/conversion between all supported data types
- Comparison operations
- Data container manipulation
- Flow control (conditionals, branching, execution order)
- Mathematical operations
- Mathematical formula node in a safe implementation
- String manipulation
- File system path handling, including STRING, IMAGE and MASK load and save
- SET operations
- time and date handling
- PyTorch Tensor manipulation (arithmetic, slicing, reshaping)
Home-page: https://github.com/StableLlama/ComfyUI-basic_data_handling
Requires-Python: >=3.10
