funcnodes-basic 0.1.5__py3-none-any.whl → 0.1.6__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- from funcnodes import Shelf
1
+ from funcnodes_core import Shelf
2
2
  from .logic import NODE_SHELF as logic_shelf
3
3
  from .math_nodes import NODE_SHELF as math_shelf
4
4
  from .lists import NODE_SHELF as lists_shelf
@@ -6,7 +6,7 @@ from .strings import NODE_SHELF as strings_shelf
6
6
  from .dicts import NODE_SHELF as dicts_shelf
7
7
 
8
8
 
9
- __version__ = "0.1.5"
9
+ __version__ = "0.1.6"
10
10
 
11
11
  NODE_SHELF = Shelf(
12
12
  nodes=[],
funcnodes_basic/dicts.py CHANGED
@@ -1,7 +1,8 @@
1
1
  """
2
2
  work with python dictionaries
3
3
  """
4
- import funcnodes as fn
4
+
5
+ import funcnodes_core as fn
5
6
  from typing import Any, List, Tuple
6
7
 
7
8
 
funcnodes_basic/lists.py CHANGED
@@ -1,5 +1,5 @@
1
1
  from typing import List, Union, Any
2
- import funcnodes as fn
2
+ import funcnodes_core as fn
3
3
 
4
4
 
5
5
  @fn.NodeDecorator(
funcnodes_basic/logic.py CHANGED
@@ -1,11 +1,11 @@
1
1
  """Logic Nodes for control flow and decision making."""
2
2
 
3
- from funcnodes.node import Node, TriggerStack
4
- from typing import Any, List, Optional, Union
5
- from funcnodes.io import NodeInput, NodeOutput, NoValue
3
+ from funcnodes_core.node import Node, TriggerStack
4
+ from typing import Any, List, Optional
5
+ from funcnodes_core.io import NodeInput, NodeOutput, NoValue
6
6
  import asyncio
7
7
 
8
- import funcnodes as fn
8
+ import funcnodes_core as fn
9
9
 
10
10
 
11
11
  class IfNode(Node):
@@ -101,7 +101,7 @@ class CollectorNode(Node):
101
101
  if reset != NoValue:
102
102
  self.collection = []
103
103
  self.inputs["reset"].value = NoValue
104
-
104
+
105
105
  self.collection.append(input)
106
106
  self.outputs["output"].value = self.collection
107
107
 
@@ -3,8 +3,8 @@
3
3
  import math
4
4
  import sys
5
5
  from typing import List
6
- from funcnodes.nodemaker import NodeDecorator
7
- from funcnodes.lib import module_to_shelf
6
+ from funcnodes_core.nodemaker import NodeDecorator
7
+ from funcnodes_core.lib import module_to_shelf
8
8
 
9
9
 
10
10
  # region: Basic math nodes
@@ -1,8 +1,9 @@
1
1
  """
2
2
  basic functionalities for strings
3
3
  """
4
- import funcnodes as fn
5
- from typing import Any, List, Tuple, Literal, Optional
4
+
5
+ import funcnodes_core as fn
6
+ from typing import List, Tuple, Literal, Optional
6
7
  import re
7
8
 
8
9
 
@@ -1,15 +1,15 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: funcnodes-basic
3
- Version: 0.1.5
3
+ Version: 0.1.6
4
4
  Summary: Basic functionalities for funcnodes
5
5
  Author: Julian Kimmig
6
6
  Author-email: julian.kimmig@gmx.net
7
- Requires-Python: >=3.11,<4.0
7
+ Requires-Python: >=3.11
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Programming Language :: Python :: 3.11
10
10
  Classifier: Programming Language :: Python :: 3.12
11
- Requires-Dist: funcnodes
12
- Requires-Dist: requests
11
+ Requires-Dist: funcnodes-core
13
12
  Description-Content-Type: text/markdown
14
13
 
14
+ Basic Nodes for Funcnodes,
15
15
 
@@ -0,0 +1,10 @@
1
+ funcnodes_basic/__init__.py,sha256=UL4pdrfkc7isefMdzdp6r4wt_JP2xfB2tsS2hYjUS5I,517
2
+ funcnodes_basic/dicts.py,sha256=koNJEwIq9ryC7evBpnI-QmR7MBIbgUWqpPpwhB3M69Y,2507
3
+ funcnodes_basic/lists.py,sha256=Sm4u1lqCbB9dQcY_YOTMRsBccUYfKGXaU_3kiqX8YhY,1566
4
+ funcnodes_basic/logic.py,sha256=ecWXzkgjxYMfMdvm0Gdt-agsSbe9-_ilCNfhLz5OFXk,3575
5
+ funcnodes_basic/math_nodes.py,sha256=tOwKty1x2TSXiHMFTFJQThZ1Ef0hSNUbCrOEhBPIpEM,10606
6
+ funcnodes_basic/strings.py,sha256=3K0VvObVLdXpQmw1Aaxz3ZOdX6jkw9pUh_IB2qITmX0,16430
7
+ funcnodes_basic-0.1.6.dist-info/METADATA,sha256=OQNMV4_V9Xaa26IfS2M0bxBJkbbYGU-om4fnBiFpz3g,436
8
+ funcnodes_basic-0.1.6.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
9
+ funcnodes_basic-0.1.6.dist-info/entry_points.txt,sha256=Y7-9Rw_0qbyg8MrdLG6zjiEmUYBug_K4TBdJz9MAKxA,76
10
+ funcnodes_basic-0.1.6.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- funcnodes_basic/__init__.py,sha256=pW8tjzQrw225_cB_Qu-wXdpyaRmsu-yg1dOFErMc_Xs,512
2
- funcnodes_basic/dicts.py,sha256=Fgowtdw-G36jSH4iNpCl0MwOPsuuvZvDdmFZTZYHzys,2501
3
- funcnodes_basic/lists.py,sha256=cDBaXY_I2D1-CHbIA4_7OV2Dn2zk47c20hCAQHhPoO4,1561
4
- funcnodes_basic/logic.py,sha256=qmZMQ0LfXzv4XM8bxVhXXDt5I9CWzn_OIiUrZkJjDeM,3579
5
- funcnodes_basic/math_nodes.py,sha256=eKgjAE-udWfpRzZ1d5luhwZQO0DnZwYasO83Zxi9wBA,10596
6
- funcnodes_basic/strings.py,sha256=BbLuq6m96Sia02UEmi-aUi5L5bebGbcgwvpTnGFVD2E,16429
7
- funcnodes_basic-0.1.5.dist-info/METADATA,sha256=6yOX2cSNBOES-b-gafTx4nvi_FWFoC2Pkcqj7Wrmc1s,432
8
- funcnodes_basic-0.1.5.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
9
- funcnodes_basic-0.1.5.dist-info/entry_points.txt,sha256=Y7-9Rw_0qbyg8MrdLG6zjiEmUYBug_K4TBdJz9MAKxA,76
10
- funcnodes_basic-0.1.5.dist-info/RECORD,,