LICENSE
MANIFEST.in
README.md
pyproject.toml
src/funcnodes_basic/__init__.py
src/funcnodes_basic/dataclass.py
src/funcnodes_basic/dicts.py
src/funcnodes_basic/input.py
src/funcnodes_basic/lists.py
src/funcnodes_basic/logic.py
src/funcnodes_basic/math_nodes.py
src/funcnodes_basic/strings.py
src/funcnodes_basic.egg-info/PKG-INFO
src/funcnodes_basic.egg-info/SOURCES.txt
src/funcnodes_basic.egg-info/dependency_links.txt
src/funcnodes_basic.egg-info/entry_points.txt
src/funcnodes_basic.egg-info/requires.txt
src/funcnodes_basic.egg-info/top_level.txt
tests/test_all_nodes_pytest.py
tests/test_dataclass.py
tests/test_dict.py
tests/test_import.py
tests/test_inputs.py
tests/test_lists.py
tests/test_logic.py
tests/test_math.py
tests/test_strings.py