@@ -5,26 +5,23 @@ build-backend = "setuptools.build_meta"
55[project ]
66name = " basic_data_handling"
77version = " 0.4.2"
8- description = """ Basic Python functions for manipulating data that every programmer is used to.
9- Comprehensive node collection for data manipulation in ComfyUI workflows.
8+ description = """ Basic Python functions for manipulating data that every programmer is used to, lightweight with no additional dependencies.
109
1110Supported data types:
1211- ComfyUI native: BOOLEAN, FLOAT, INT, STRING, and data lists
1312- Python types as custom data types: DICT, LIST, SET
1413
1514Feature categories:
16- - Boolean logic operations (and, or, not, xor, nand, nor)
15+ - Boolean logic operations
1716- Type casting/conversion between all supported data types
18- - Comparison operations (equality, numerical comparison, range checking)
19- - Data structures manipulation (data lists, LIST, DICT, SET)
17+ - Comparison operations
18+ - Data container manipulation
2019- Flow control (conditionals, branching, execution order)
21- - Mathematical operations (arithmetic, trigonometry, logarithmic functions)
20+ - Mathematical operations
2221- Mathematical formula node in a safe implementation
23- - String manipulation (case conversion, formatting, splitting, validation)
24- - File system path handling (path operations, information, searching)
25- - SET operations (creation, modification, comparison, mathematical set theory)
26-
27- All nodes are lightweight with no additional dependencies required."""
22+ - String manipulation
23+ - File system path handling
24+ - SET operations"""
2825authors = [
2926 {name = " StableLlama" }
3027]
0 commit comments