node-graph
View on PyPI — Reverse Dependencies (1)
0.1.12 | node_graph-0.1.12-py3-none-any.whl |
Wheel Details
Project: | node-graph |
Version: | 0.1.12 |
Filename: | node_graph-0.1.12-py3-none-any.whl |
Download: | [link] |
Size: | 36323 |
MD5: | 9c63089976c6f929f60c74132d732b78 |
SHA256: | a60d88d94c1d737e6e223477baf9f78f961be8487168775548786ff21ea7df06 |
Uploaded: | 2024-12-12 15:59:13 +0000 |
dist-info
METADATA · WHEEL · RECORD · entry_points.txt
METADATA
WHEEL
Wheel-Version: | 1.0 |
Generator: | flit 3.10.1 |
Root-Is-Purelib: | true |
Tag: | py3-none-any |
RECORD
Path | Digest | Size |
---|---|---|
node_graph/__init__.py | sha256=taYH4R9uUiDcGzF7uATKPZSzctDmm8ydZ60t3cZF6E0 | 151 |
node_graph/analysis.py | sha256=cGNyAHM-rltys0WzMcZpxRv4rzRRz_iG91HfEXtyy-I | 14711 |
node_graph/collection.py | sha256=IVE2Ft-dXKRV9SJ07aaFH6v9ernculBrUowhpShV7zg | 11475 |
node_graph/decorator.py | sha256=Fo3ojODlX4aI_wLf3fOllM5zv2Nqflsdgi_8AZDMHRM | 11824 |
node_graph/executor.py | sha256=CLuLhjhKU2E5KLo8O9OKkbLSX7fK5IRP8yF3JMuxvUo | 1916 |
node_graph/link.py | sha256=8y_RnKUaauclw-_l5kiJqCrQjdMqh-43_hZFlxhiFrY | 4078 |
node_graph/node.py | sha256=dp9VYydlIMAAiVn4g0quB353UaIOTj-5tgee-1K4Lew | 23021 |
node_graph/node_graph.py | sha256=m5sxO8Vt78h0WeLHUEu5Nm4RcgjE3UdTDx3dMevjYsk | 15524 |
node_graph/property.py | sha256=DKxz3gPV2Ia4t7RnJb9qleioGJvjlQE3VUYGNRLHDBA | 4553 |
node_graph/serializer.py | sha256=O8dTqmyqdhvnxqUyahmmtcCQ8joVFwuC_oUpmLfD1FM | 1956 |
node_graph/socket.py | sha256=Rmminl9nnvO5Ys7jTUnZvdmruyn8oBGk2U4o3WIMUA8 | 16654 |
node_graph/utils.py | sha256=y6Q0jLKFCP-t4W8DDkDdtZMfRMesNp5OXzUvvuTZk5s | 8930 |
node_graph/version.py | sha256=K6TPyM9nhB8vhVwmm8AJ9aystQzXdmAAhHw6rGJ9Aio | 52 |
node_graph/executors/__init__.py | sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU | 0 |
node_graph/nodes/__init__.py | sha256=cOVO7ZoyKAjzTPbcjkX_dDR7KA5XuhTnByqtWcNgspo | 85 |
node_graph/nodes/test_nodes.py | sha256=ZktmnSOaPPjxgzEYu4fwOT_jEJZpTV-_AAJwnq_Tfi8 | 5043 |
node_graph/orm/__init__.py | sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU | 0 |
node_graph/orm/mapping.py | sha256=VBQDrFmdSDdoANpDpRevyZjCWuOfPeyN2Sb1jusXR8A | 210 |
node_graph/properties/__init__.py | sha256=osMkS0FwEZYn214WG25RjOM-qdmqDnTRevhzeWNBUIc | 93 |
node_graph/properties/builtins.py | sha256=P6p5S2zuQlz__clfH0psKW2ytOLpKsVgYJHoNFv_Qc0 | 9832 |
node_graph/sockets/__init__.py | sha256=B9mSWoUpb2z9xvRJXEwiAFWwKb5u6FxBlfwBsVDE0UI | 89 |
node_graph/sockets/builtins.py | sha256=Z1glyLAEO9s8S87oyzSN40DvJdV4AcHuNugUNjfwPIU | 2044 |
node_graph-0.1.12.dist-info/entry_points.txt | sha256=V50DbvPYXlNXsx0XqtQ3wqXj8VMpaIMEt8XAz65v_LU | 1831 |
node_graph-0.1.12.dist-info/LICENSE | sha256=ujK922mRyNVuSxW-__iT_FyxwCWBgbMzlRZxobquq7Q | 1064 |
node_graph-0.1.12.dist-info/WHEEL | sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI | 82 |
node_graph-0.1.12.dist-info/METADATA | sha256=dyJEdPDNV8Xs7XiQjGL-andIvUTtnmUYAyJPznTm58k | 2499 |
node_graph-0.1.12.dist-info/RECORD | — | — |
entry_points.txt
node_graph.test_add = node_graph.nodes.test_nodes:TestAdd
node_graph.test_add_group = node_graph.nodes.test_nodes:TestAddGroup
node_graph.test_enum = node_graph.nodes.test_nodes:TestEnum
node_graph.test_enum_update = node_graph.nodes.test_nodes:TestEnumUpdate
node_graph.test_float = node_graph.nodes.test_nodes:TestFloat
node_graph.test_string = node_graph.nodes.test_nodes:TestString
node_graph.any = node_graph.properties.builtins:PropertyAny
node_graph.base_dict = node_graph.properties.builtins:PropertyBaseDict
node_graph.base_list = node_graph.properties.builtins:PropertyBaseList
node_graph.bool = node_graph.properties.builtins:PropertyBool
node_graph.bool_vector = node_graph.properties.builtins:PropertyBoolVector
node_graph.enum = node_graph.properties.builtins:PropertyEnum
node_graph.float = node_graph.properties.builtins:PropertyFloat
node_graph.float_matrix = node_graph.properties.builtins:PropertyFloatMatrix
node_graph.float_vector = node_graph.properties.builtins:PropertyFloatVector
node_graph.int = node_graph.properties.builtins:PropertyInt
node_graph.int_vector = node_graph.properties.builtins:PropertyIntVector
node_graph.string = node_graph.properties.builtins:PropertyString
node_graph.any = node_graph.sockets.builtins:SocketAny
node_graph.base_dict = node_graph.sockets.builtins:SocketBaseDict
node_graph.base_list = node_graph.sockets.builtins:SocketBaseList
node_graph.bool = node_graph.sockets.builtins:SocketBool
node_graph.float = node_graph.sockets.builtins:SocketFloat
node_graph.float_vector = node_graph.sockets.builtins:SocketFloatVector
node_graph.int = node_graph.sockets.builtins:SocketInt
node_graph.int_vector = node_graph.sockets.builtins:SocketIntVector
node_graph.namespace = node_graph.socket:NodeSocketNamespace
node_graph.string = node_graph.sockets.builtins:SocketString