diff --git a/pyproject.toml b/pyproject.toml index fcf3b52..3eaae18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,26 +5,23 @@ build-backend = "setuptools.build_meta" [project] name = "basic_data_handling" version = "0.4.2" -description = """Basic Python functions for manipulating data that every programmer is used to. -Comprehensive node collection for data manipulation in ComfyUI workflows. +description = """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 Feature categories: -- Boolean logic operations (and, or, not, xor, nand, nor) +- Boolean logic operations - Type casting/conversion between all supported data types -- Comparison operations (equality, numerical comparison, range checking) -- Data structures manipulation (data lists, LIST, DICT, SET) +- Comparison operations +- Data container manipulation - Flow control (conditionals, branching, execution order) -- Mathematical operations (arithmetic, trigonometry, logarithmic functions) +- Mathematical operations - Mathematical formula node in a safe implementation -- String manipulation (case conversion, formatting, splitting, validation) -- File system path handling (path operations, information, searching) -- SET operations (creation, modification, comparison, mathematical set theory) - -All nodes are lightweight with no additional dependencies required.""" +- String manipulation +- File system path handling +- SET operations""" authors = [ {name = "StableLlama"} ]