funcnodes-basic 0.1.0__py3-none-any.whl → 0.1.1__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.
@@ -4,7 +4,7 @@ from .math import NODE_SHELF as math_shelf
4
4
  from .lists import NODE_SHELF as lists_shelf
5
5
  from .strings import NODE_SHELF as strings_shelf
6
6
 
7
- __version__ = "0.1.0"
7
+ __version__ = "0.1.1"
8
8
 
9
9
  NODE_SHELF = Shelf(
10
10
  nodes=[],
@@ -691,6 +691,7 @@ regex_shelf = fn.Shelf(
691
691
  re_escape,
692
692
  re_split,
693
693
  ],
694
+ subshelves=[],
694
695
  name="Regular Expressions",
695
696
  description="Basic regular expression operations.",
696
697
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: funcnodes-basic
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Basic functionalities for funcnodes
5
5
  Author: Julian Kimmig
6
6
  Author-email: julian.kimmig@gmx.net
@@ -0,0 +1,8 @@
1
+ funcnodes_basic/__init__.py,sha256=XWfNAxnVXLrY1GF3L7CbQsbBCZ8CU5Re_FhMJmAIUkY,439
2
+ funcnodes_basic/lists.py,sha256=e0ym5OVZAPRm05gMKxullRspql0oIaHEh4RxXCUsVbE,1553
3
+ funcnodes_basic/logic.py,sha256=X1gHjQzhGYYFJwV0Y-L0Cty3CD-w6UWbcax72JWmGoM,3577
4
+ funcnodes_basic/math.py,sha256=9kYKXCH1f8lXvuxiUJnTORUp29rYrjmi24Di71toiDE,11280
5
+ funcnodes_basic/strings.py,sha256=q-4eP1FU7gtp2bploDB4vo9VBtfu67MZ6-KJDS8myB0,15769
6
+ funcnodes_basic-0.1.1.dist-info/METADATA,sha256=WcniYk0CFeT3gg8KWK1ByXB94BNmhTem9cC-6toSogQ,432
7
+ funcnodes_basic-0.1.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
8
+ funcnodes_basic-0.1.1.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- funcnodes_basic/__init__.py,sha256=6xtcdZgh46Taz6ro_8Yfs9eNLBX9XD1hXspxZ_RYHcI,439
2
- funcnodes_basic/lists.py,sha256=e0ym5OVZAPRm05gMKxullRspql0oIaHEh4RxXCUsVbE,1553
3
- funcnodes_basic/logic.py,sha256=X1gHjQzhGYYFJwV0Y-L0Cty3CD-w6UWbcax72JWmGoM,3577
4
- funcnodes_basic/math.py,sha256=9kYKXCH1f8lXvuxiUJnTORUp29rYrjmi24Di71toiDE,11280
5
- funcnodes_basic/strings.py,sha256=UqzZEuQ4aYf3dLCc2HK7O3FiIMbS-aYJ-hkpzON1sho,15750
6
- funcnodes_basic-0.1.0.dist-info/METADATA,sha256=2aQIJh11BLCCX-AInD5U7k8FmVRCEI0cHW87bhDDcf4,432
7
- funcnodes_basic-0.1.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
8
- funcnodes_basic-0.1.0.dist-info/RECORD,,