memory-graph 0.3.57__tar.gz → 0.3.58__tar.gz
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.
- {memory_graph-0.3.57/memory_graph.egg-info → memory_graph-0.3.58}/PKG-INFO +2 -2
- {memory_graph-0.3.57 → memory_graph-0.3.58}/README.md +1 -1
- memory_graph-0.3.58/images/add_one.png +0 -0
- memory_graph-0.3.58/images/avltree_key_value.png +0 -0
- memory_graph-0.3.58/images/avltree_leaf.png +0 -0
- memory_graph-0.3.58/images/avltree_linear.png +0 -0
- memory_graph-0.3.58/images/avltree_table.png +0 -0
- memory_graph-0.3.58/images/bin_search.png +0 -0
- memory_graph-0.3.58/images/bin_search_linear.png +0 -0
- memory_graph-0.3.58/images/bin_tree.png +0 -0
- memory_graph-0.3.58/images/binary.gif +0 -0
- memory_graph-0.3.58/images/copy_immutable.png +0 -0
- memory_graph-0.3.58/images/copy_method.png +0 -0
- memory_graph-0.3.58/images/copy_mix.png +0 -0
- memory_graph-0.3.58/images/copy_mutable.png +0 -0
- memory_graph-0.3.58/images/debugging.gif +0 -0
- memory_graph-0.3.58/images/embedded1.png +0 -0
- memory_graph-0.3.58/images/embedded2.png +0 -0
- memory_graph-0.3.58/images/extension_numpy.png +0 -0
- memory_graph-0.3.58/images/extension_pandas.png +0 -0
- memory_graph-0.3.58/images/factorial.gif +0 -0
- memory_graph-0.3.58/images/hash_set.png +0 -0
- memory_graph-0.3.58/images/hidden_edges.png +0 -0
- memory_graph-0.3.58/images/immutable1.png +0 -0
- memory_graph-0.3.58/images/immutable2.png +0 -0
- memory_graph-0.3.58/images/introspect_depth.png +0 -0
- memory_graph-0.3.58/images/linked_list.png +0 -0
- memory_graph-0.3.58/images/many_types.png +0 -0
- memory_graph-0.3.58/images/mutable1.png +0 -0
- memory_graph-0.3.58/images/mutable2.png +0 -0
- memory_graph-0.3.58/images/power_set.gif +0 -0
- memory_graph-0.3.58/images/rebinding1.png +0 -0
- memory_graph-0.3.58/images/rebinding2.png +0 -0
- memory_graph-0.3.58/images/wrap_int.png +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/memory_graph/__init__.py +1 -1
- {memory_graph-0.3.57 → memory_graph-0.3.58}/memory_graph/config_default.py +1 -1
- {memory_graph-0.3.57 → memory_graph-0.3.58/memory_graph.egg-info}/PKG-INFO +2 -2
- {memory_graph-0.3.57 → memory_graph-0.3.58}/pyproject.toml +1 -1
- memory_graph-0.3.57/images/add_one.png +0 -0
- memory_graph-0.3.57/images/avltree_key_value.png +0 -0
- memory_graph-0.3.57/images/avltree_leaf.png +0 -0
- memory_graph-0.3.57/images/avltree_linear.png +0 -0
- memory_graph-0.3.57/images/avltree_table.png +0 -0
- memory_graph-0.3.57/images/bin_search.png +0 -0
- memory_graph-0.3.57/images/bin_search_linear.png +0 -0
- memory_graph-0.3.57/images/bin_tree.png +0 -0
- memory_graph-0.3.57/images/binary.gif +0 -0
- memory_graph-0.3.57/images/copy_immutable.png +0 -0
- memory_graph-0.3.57/images/copy_method.png +0 -0
- memory_graph-0.3.57/images/copy_mix.png +0 -0
- memory_graph-0.3.57/images/copy_mutable.png +0 -0
- memory_graph-0.3.57/images/debugging.gif +0 -0
- memory_graph-0.3.57/images/embedded1.png +0 -0
- memory_graph-0.3.57/images/embedded2.png +0 -0
- memory_graph-0.3.57/images/extension_numpy.png +0 -0
- memory_graph-0.3.57/images/extension_pandas.png +0 -0
- memory_graph-0.3.57/images/factorial.gif +0 -0
- memory_graph-0.3.57/images/hash_set.png +0 -0
- memory_graph-0.3.57/images/hidden_edges.png +0 -0
- memory_graph-0.3.57/images/immutable1.png +0 -0
- memory_graph-0.3.57/images/immutable2.png +0 -0
- memory_graph-0.3.57/images/introspect_depth.png +0 -0
- memory_graph-0.3.57/images/linked_list.png +0 -0
- memory_graph-0.3.57/images/many_types.png +0 -0
- memory_graph-0.3.57/images/mutable1.png +0 -0
- memory_graph-0.3.57/images/mutable2.png +0 -0
- memory_graph-0.3.57/images/power_set.gif +0 -0
- memory_graph-0.3.57/images/rebinding1.png +0 -0
- memory_graph-0.3.57/images/rebinding2.png +0 -0
- memory_graph-0.3.57/images/wrap_int.png +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/LICENSE.txt +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/MANIFEST.in +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/add_one.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/avltree.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/avltree_dir.png +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/avltree_fail.png +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/bin_search.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/bin_tree.gif +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/bin_tree.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/binary.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/colab_example.png +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/copy_immutable.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/copy_method.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/copy_mix.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/copy_mutable.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/create_gif.sh +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/create_images.sh +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/debug_vscode.png +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/debugging.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/extension_numpy.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/extension_pandas.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/extension_torch.png +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/extension_torch.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/factorial.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/hash_set.gif +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/hash_set.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/hidden_edges.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/immutable.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/introspect_depth.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/ipython.png +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/jupyter_example.png +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/linked_list.gif +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/linked_list.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/many_types.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/marimo_example.png +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/memory_graph_web_debugger.png +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/mutable.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/name_rebinding.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/not_node_types.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/power_set.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/uva.png +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/vscode_copying.gif +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/images/wrap_int.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/memory_graph/call_stack.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/memory_graph/config.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/memory_graph/config_helpers.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/memory_graph/extension_numpy.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/memory_graph/extension_pandas.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/memory_graph/extension_torch.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/memory_graph/html_table.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/memory_graph/list_view.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/memory_graph/memory_to_nodes.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/memory_graph/node_base.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/memory_graph/node_key_value.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/memory_graph/node_leaf.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/memory_graph/node_linear.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/memory_graph/node_table.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/memory_graph/sequence.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/memory_graph/slicer.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/memory_graph/slices.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/memory_graph/slices_iterator.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/memory_graph/slices_table_iterator.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/memory_graph/test.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/memory_graph/test_max_graph_depth.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/memory_graph/test_memory_graph.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/memory_graph/test_memory_to_nodes.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/memory_graph/test_sequence.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/memory_graph/test_slicer.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/memory_graph/test_slices.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/memory_graph/test_slices_iterator.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/memory_graph/utils.py +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/memory_graph.egg-info/SOURCES.txt +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/memory_graph.egg-info/dependency_links.txt +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/memory_graph.egg-info/requires.txt +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/memory_graph.egg-info/top_level.txt +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/setup.cfg +0 -0
- {memory_graph-0.3.57 → memory_graph-0.3.58}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: memory_graph
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.58
|
|
4
4
|
Summary: Teaching tool and debugging aid in context of references, mutable data types, and shallow and deep copy.
|
|
5
5
|
Author-email: Bas Terwijn <bterwijn@gmail.com>
|
|
6
6
|
License-Expression: BSD-2-Clause
|
|
@@ -712,7 +712,7 @@ Different aspects of memory_graph can be configured. The default configuration c
|
|
|
712
712
|
- Maximum number of missing edges that are shown with default value 2. Dashed references are used to indicate that there are more references to a node than are shown.
|
|
713
713
|
|
|
714
714
|
- ***mg.config.fontname*** : str
|
|
715
|
-
- The font used in the graph, default '
|
|
715
|
+
- The font used in the graph, default 'Times-Roman' (widely available on the web).
|
|
716
716
|
|
|
717
717
|
- ***mg.config.fontsize*** : str
|
|
718
718
|
- The font size used in the graph, default '14'.
|
|
@@ -692,7 +692,7 @@ Different aspects of memory_graph can be configured. The default configuration c
|
|
|
692
692
|
- Maximum number of missing edges that are shown with default value 2. Dashed references are used to indicate that there are more references to a node than are shown.
|
|
693
693
|
|
|
694
694
|
- ***mg.config.fontname*** : str
|
|
695
|
-
- The font used in the graph, default '
|
|
695
|
+
- The font used in the graph, default 'Times-Roman' (widely available on the web).
|
|
696
696
|
|
|
697
697
|
- ***mg.config.fontsize*** : str
|
|
698
698
|
- The font size used in the graph, default '14'.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: memory_graph
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.58
|
|
4
4
|
Summary: Teaching tool and debugging aid in context of references, mutable data types, and shallow and deep copy.
|
|
5
5
|
Author-email: Bas Terwijn <bterwijn@gmail.com>
|
|
6
6
|
License-Expression: BSD-2-Clause
|
|
@@ -712,7 +712,7 @@ Different aspects of memory_graph can be configured. The default configuration c
|
|
|
712
712
|
- Maximum number of missing edges that are shown with default value 2. Dashed references are used to indicate that there are more references to a node than are shown.
|
|
713
713
|
|
|
714
714
|
- ***mg.config.fontname*** : str
|
|
715
|
-
- The font used in the graph, default '
|
|
715
|
+
- The font used in the graph, default 'Times-Roman' (widely available on the web).
|
|
716
716
|
|
|
717
717
|
- ***mg.config.fontsize*** : str
|
|
718
718
|
- The font size used in the graph, default '14'.
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "memory_graph"
|
|
7
|
-
version = "0.3.
|
|
7
|
+
version = "0.3.58"
|
|
8
8
|
description = "Teaching tool and debugging aid in context of references, mutable data types, and shallow and deep copy."
|
|
9
9
|
authors = [
|
|
10
10
|
{name = "Bas Terwijn", email = "bterwijn@gmail.com"}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|