funcnodes-basic 0.1.6__py3-none-any.whl → 0.1.7__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.
@@ -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.6"
9
+ __version__ = "0.1.7"
10
10
 
11
11
  NODE_SHELF = Shelf(
12
12
  nodes=[],
@@ -0,0 +1,22 @@
1
+ Metadata-Version: 2.1
2
+ Name: funcnodes-basic
3
+ Version: 0.1.7
4
+ Summary: Basic functionalities for funcnodes
5
+ License: MIT
6
+ Author: Julian Kimmig
7
+ Author-email: julian.kimmig@gmx.net
8
+ Requires-Python: >=3.11
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Programming Language :: Python :: 3.11
12
+ Classifier: Programming Language :: Python :: 3.12
13
+ Requires-Dist: funcnodes
14
+ Requires-Dist: funcnodes-core (>=0.1.14)
15
+ Project-URL: download, https://pypi.org/project/funcnodes-basic/#files
16
+ Project-URL: homepage, https://github.com/Linkdlab/funcnodes_basic
17
+ Project-URL: source, https://github.com/Linkdlab/funcnodes_basic
18
+ Project-URL: tracker, https://github.com/Linkdlab/funcnodes_basic/issues
19
+ Description-Content-Type: text/markdown
20
+
21
+ Basic Nodes for Funcnodes,
22
+
@@ -1,10 +1,10 @@
1
- funcnodes_basic/__init__.py,sha256=UL4pdrfkc7isefMdzdp6r4wt_JP2xfB2tsS2hYjUS5I,517
1
+ funcnodes_basic/__init__.py,sha256=3DSRkCFI9OP6St2-r0UTQN9lEdqcRXZmyPTo3AoVAN4,517
2
2
  funcnodes_basic/dicts.py,sha256=koNJEwIq9ryC7evBpnI-QmR7MBIbgUWqpPpwhB3M69Y,2507
3
3
  funcnodes_basic/lists.py,sha256=Sm4u1lqCbB9dQcY_YOTMRsBccUYfKGXaU_3kiqX8YhY,1566
4
4
  funcnodes_basic/logic.py,sha256=ecWXzkgjxYMfMdvm0Gdt-agsSbe9-_ilCNfhLz5OFXk,3575
5
5
  funcnodes_basic/math_nodes.py,sha256=tOwKty1x2TSXiHMFTFJQThZ1Ef0hSNUbCrOEhBPIpEM,10606
6
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,,
7
+ funcnodes_basic-0.1.7.dist-info/METADATA,sha256=nmk19IvZptynIYHJED1YIRzFQU-B5q7k83GIHHbK9c0,812
8
+ funcnodes_basic-0.1.7.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
9
+ funcnodes_basic-0.1.7.dist-info/entry_points.txt,sha256=Y7-9Rw_0qbyg8MrdLG6zjiEmUYBug_K4TBdJz9MAKxA,76
10
+ funcnodes_basic-0.1.7.dist-info/RECORD,,
@@ -1,15 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: funcnodes-basic
3
- Version: 0.1.6
4
- Summary: Basic functionalities for funcnodes
5
- Author: Julian Kimmig
6
- Author-email: julian.kimmig@gmx.net
7
- Requires-Python: >=3.11
8
- Classifier: Programming Language :: Python :: 3
9
- Classifier: Programming Language :: Python :: 3.11
10
- Classifier: Programming Language :: Python :: 3.12
11
- Requires-Dist: funcnodes-core
12
- Description-Content-Type: text/markdown
13
-
14
- Basic Nodes for Funcnodes,
15
-