memory-graph 0.3.56__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.
Files changed (147) hide show
  1. {memory_graph-0.3.56/memory_graph.egg-info → memory_graph-0.3.58}/PKG-INFO +8 -27
  2. {memory_graph-0.3.56 → memory_graph-0.3.58}/README.md +6 -0
  3. memory_graph-0.3.58/images/add_one.png +0 -0
  4. memory_graph-0.3.58/images/avltree_key_value.png +0 -0
  5. memory_graph-0.3.58/images/avltree_leaf.png +0 -0
  6. memory_graph-0.3.58/images/avltree_linear.png +0 -0
  7. memory_graph-0.3.58/images/avltree_table.png +0 -0
  8. memory_graph-0.3.58/images/bin_search.png +0 -0
  9. memory_graph-0.3.58/images/bin_search_linear.png +0 -0
  10. memory_graph-0.3.58/images/bin_tree.png +0 -0
  11. memory_graph-0.3.58/images/binary.gif +0 -0
  12. memory_graph-0.3.58/images/copy_immutable.png +0 -0
  13. memory_graph-0.3.58/images/copy_method.png +0 -0
  14. memory_graph-0.3.58/images/copy_mix.png +0 -0
  15. memory_graph-0.3.58/images/copy_mutable.png +0 -0
  16. memory_graph-0.3.58/images/debugging.gif +0 -0
  17. memory_graph-0.3.58/images/embedded1.png +0 -0
  18. memory_graph-0.3.58/images/embedded2.png +0 -0
  19. memory_graph-0.3.58/images/extension_numpy.png +0 -0
  20. memory_graph-0.3.58/images/extension_pandas.png +0 -0
  21. memory_graph-0.3.58/images/factorial.gif +0 -0
  22. memory_graph-0.3.58/images/hash_set.png +0 -0
  23. memory_graph-0.3.58/images/hidden_edges.png +0 -0
  24. memory_graph-0.3.58/images/immutable1.png +0 -0
  25. memory_graph-0.3.58/images/immutable2.png +0 -0
  26. memory_graph-0.3.58/images/introspect_depth.png +0 -0
  27. memory_graph-0.3.58/images/linked_list.png +0 -0
  28. memory_graph-0.3.58/images/many_types.png +0 -0
  29. memory_graph-0.3.58/images/mutable1.png +0 -0
  30. memory_graph-0.3.58/images/mutable2.png +0 -0
  31. memory_graph-0.3.58/images/power_set.gif +0 -0
  32. memory_graph-0.3.58/images/rebinding1.png +0 -0
  33. memory_graph-0.3.58/images/rebinding2.png +0 -0
  34. memory_graph-0.3.58/images/wrap_int.png +0 -0
  35. {memory_graph-0.3.56 → memory_graph-0.3.58}/memory_graph/__init__.py +1 -1
  36. {memory_graph-0.3.56 → memory_graph-0.3.58}/memory_graph/config.py +3 -0
  37. {memory_graph-0.3.56 → memory_graph-0.3.58}/memory_graph/config_default.py +3 -0
  38. {memory_graph-0.3.56 → memory_graph-0.3.58}/memory_graph/memory_to_nodes.py +3 -3
  39. {memory_graph-0.3.56 → memory_graph-0.3.58/memory_graph.egg-info}/PKG-INFO +8 -27
  40. {memory_graph-0.3.56 → memory_graph-0.3.58}/pyproject.toml +3 -3
  41. memory_graph-0.3.56/images/add_one.png +0 -0
  42. memory_graph-0.3.56/images/avltree_key_value.png +0 -0
  43. memory_graph-0.3.56/images/avltree_leaf.png +0 -0
  44. memory_graph-0.3.56/images/avltree_linear.png +0 -0
  45. memory_graph-0.3.56/images/avltree_table.png +0 -0
  46. memory_graph-0.3.56/images/bin_search.png +0 -0
  47. memory_graph-0.3.56/images/bin_search_linear.png +0 -0
  48. memory_graph-0.3.56/images/bin_tree.png +0 -0
  49. memory_graph-0.3.56/images/binary.gif +0 -0
  50. memory_graph-0.3.56/images/copy_immutable.png +0 -0
  51. memory_graph-0.3.56/images/copy_method.png +0 -0
  52. memory_graph-0.3.56/images/copy_mix.png +0 -0
  53. memory_graph-0.3.56/images/copy_mutable.png +0 -0
  54. memory_graph-0.3.56/images/debugging.gif +0 -0
  55. memory_graph-0.3.56/images/embedded1.png +0 -0
  56. memory_graph-0.3.56/images/embedded2.png +0 -0
  57. memory_graph-0.3.56/images/extension_numpy.png +0 -0
  58. memory_graph-0.3.56/images/extension_pandas.png +0 -0
  59. memory_graph-0.3.56/images/factorial.gif +0 -0
  60. memory_graph-0.3.56/images/hash_set.png +0 -0
  61. memory_graph-0.3.56/images/hidden_edges.png +0 -0
  62. memory_graph-0.3.56/images/immutable1.png +0 -0
  63. memory_graph-0.3.56/images/immutable2.png +0 -0
  64. memory_graph-0.3.56/images/introspect_depth.png +0 -0
  65. memory_graph-0.3.56/images/linked_list.png +0 -0
  66. memory_graph-0.3.56/images/many_types.png +0 -0
  67. memory_graph-0.3.56/images/mutable1.png +0 -0
  68. memory_graph-0.3.56/images/mutable2.png +0 -0
  69. memory_graph-0.3.56/images/power_set.gif +0 -0
  70. memory_graph-0.3.56/images/rebinding1.png +0 -0
  71. memory_graph-0.3.56/images/rebinding2.png +0 -0
  72. memory_graph-0.3.56/images/wrap_int.png +0 -0
  73. {memory_graph-0.3.56 → memory_graph-0.3.58}/LICENSE.txt +0 -0
  74. {memory_graph-0.3.56 → memory_graph-0.3.58}/MANIFEST.in +0 -0
  75. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/add_one.py +0 -0
  76. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/avltree.py +0 -0
  77. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/avltree_dir.png +0 -0
  78. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/avltree_fail.png +0 -0
  79. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/bin_search.py +0 -0
  80. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/bin_tree.gif +0 -0
  81. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/bin_tree.py +0 -0
  82. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/binary.py +0 -0
  83. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/colab_example.png +0 -0
  84. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/copy_immutable.py +0 -0
  85. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/copy_method.py +0 -0
  86. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/copy_mix.py +0 -0
  87. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/copy_mutable.py +0 -0
  88. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/create_gif.sh +0 -0
  89. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/create_images.sh +0 -0
  90. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/debug_vscode.png +0 -0
  91. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/debugging.py +0 -0
  92. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/extension_numpy.py +0 -0
  93. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/extension_pandas.py +0 -0
  94. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/extension_torch.png +0 -0
  95. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/extension_torch.py +0 -0
  96. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/factorial.py +0 -0
  97. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/hash_set.gif +0 -0
  98. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/hash_set.py +0 -0
  99. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/hidden_edges.py +0 -0
  100. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/immutable.py +0 -0
  101. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/introspect_depth.py +0 -0
  102. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/ipython.png +0 -0
  103. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/jupyter_example.png +0 -0
  104. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/linked_list.gif +0 -0
  105. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/linked_list.py +0 -0
  106. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/many_types.py +0 -0
  107. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/marimo_example.png +0 -0
  108. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/memory_graph_web_debugger.png +0 -0
  109. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/mutable.py +0 -0
  110. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/name_rebinding.py +0 -0
  111. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/not_node_types.py +0 -0
  112. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/power_set.py +0 -0
  113. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/uva.png +0 -0
  114. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/vscode_copying.gif +0 -0
  115. {memory_graph-0.3.56 → memory_graph-0.3.58}/images/wrap_int.py +0 -0
  116. {memory_graph-0.3.56 → memory_graph-0.3.58}/memory_graph/call_stack.py +0 -0
  117. {memory_graph-0.3.56 → memory_graph-0.3.58}/memory_graph/config_helpers.py +0 -0
  118. {memory_graph-0.3.56 → memory_graph-0.3.58}/memory_graph/extension_numpy.py +0 -0
  119. {memory_graph-0.3.56 → memory_graph-0.3.58}/memory_graph/extension_pandas.py +0 -0
  120. {memory_graph-0.3.56 → memory_graph-0.3.58}/memory_graph/extension_torch.py +0 -0
  121. {memory_graph-0.3.56 → memory_graph-0.3.58}/memory_graph/html_table.py +0 -0
  122. {memory_graph-0.3.56 → memory_graph-0.3.58}/memory_graph/list_view.py +0 -0
  123. {memory_graph-0.3.56 → memory_graph-0.3.58}/memory_graph/node_base.py +0 -0
  124. {memory_graph-0.3.56 → memory_graph-0.3.58}/memory_graph/node_key_value.py +0 -0
  125. {memory_graph-0.3.56 → memory_graph-0.3.58}/memory_graph/node_leaf.py +0 -0
  126. {memory_graph-0.3.56 → memory_graph-0.3.58}/memory_graph/node_linear.py +0 -0
  127. {memory_graph-0.3.56 → memory_graph-0.3.58}/memory_graph/node_table.py +0 -0
  128. {memory_graph-0.3.56 → memory_graph-0.3.58}/memory_graph/sequence.py +0 -0
  129. {memory_graph-0.3.56 → memory_graph-0.3.58}/memory_graph/slicer.py +0 -0
  130. {memory_graph-0.3.56 → memory_graph-0.3.58}/memory_graph/slices.py +0 -0
  131. {memory_graph-0.3.56 → memory_graph-0.3.58}/memory_graph/slices_iterator.py +0 -0
  132. {memory_graph-0.3.56 → memory_graph-0.3.58}/memory_graph/slices_table_iterator.py +0 -0
  133. {memory_graph-0.3.56 → memory_graph-0.3.58}/memory_graph/test.py +0 -0
  134. {memory_graph-0.3.56 → memory_graph-0.3.58}/memory_graph/test_max_graph_depth.py +0 -0
  135. {memory_graph-0.3.56 → memory_graph-0.3.58}/memory_graph/test_memory_graph.py +0 -0
  136. {memory_graph-0.3.56 → memory_graph-0.3.58}/memory_graph/test_memory_to_nodes.py +0 -0
  137. {memory_graph-0.3.56 → memory_graph-0.3.58}/memory_graph/test_sequence.py +0 -0
  138. {memory_graph-0.3.56 → memory_graph-0.3.58}/memory_graph/test_slicer.py +0 -0
  139. {memory_graph-0.3.56 → memory_graph-0.3.58}/memory_graph/test_slices.py +0 -0
  140. {memory_graph-0.3.56 → memory_graph-0.3.58}/memory_graph/test_slices_iterator.py +0 -0
  141. {memory_graph-0.3.56 → memory_graph-0.3.58}/memory_graph/utils.py +0 -0
  142. {memory_graph-0.3.56 → memory_graph-0.3.58}/memory_graph.egg-info/SOURCES.txt +0 -0
  143. {memory_graph-0.3.56 → memory_graph-0.3.58}/memory_graph.egg-info/dependency_links.txt +0 -0
  144. {memory_graph-0.3.56 → memory_graph-0.3.58}/memory_graph.egg-info/requires.txt +0 -0
  145. {memory_graph-0.3.56 → memory_graph-0.3.58}/memory_graph.egg-info/top_level.txt +0 -0
  146. {memory_graph-0.3.56 → memory_graph-0.3.58}/setup.cfg +0 -0
  147. {memory_graph-0.3.56 → memory_graph-0.3.58}/setup.py +0 -0
@@ -1,34 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: memory_graph
3
- Version: 0.3.56
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
- License: BSD 2-Clause License
7
-
8
- Copyright (c) 2017, pyexample
9
- All rights reserved.
10
-
11
- Redistribution and use in source and binary forms, with or without
12
- modification, are permitted provided that the following conditions are met:
13
-
14
- * Redistributions of source code must retain the above copyright notice, this
15
- list of conditions and the following disclaimer.
16
-
17
- * Redistributions in binary form must reproduce the above copyright notice,
18
- this list of conditions and the following disclaimer in the documentation
19
- and/or other materials provided with the distribution.
20
-
21
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
22
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
24
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
25
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
27
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
28
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
29
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31
-
6
+ License-Expression: BSD-2-Clause
32
7
  Project-URL: Homepage, https://github.com/bterwijn/memory_graph
33
8
  Project-URL: Repository, https://github.com/bterwijn/memory_graph.git
34
9
  Classifier: Development Status :: 4 - Beta
@@ -736,6 +711,12 @@ Different aspects of memory_graph can be configured. The default configuration c
736
711
  - ***mg.config.max_missing_edges*** : int
737
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.
738
713
 
714
+ - ***mg.config.fontname*** : str
715
+ - The font used in the graph, default 'Times-Roman' (widely available on the web).
716
+
717
+ - ***mg.config.fontsize*** : str
718
+ - The font size used in the graph, default '14'.
719
+
739
720
 
740
721
  ## Simplified Graph ##
741
722
  Memory_graph simplifies the visualization (and the viewer's mental model) by **not** showing separate nodes for immutable types like `bool`, `int`, `float`, `complex`, and `str` by default. This simplification can sometimes be slightly misleading. As in the example below, after a shallow copy, lists `a` and `b` technically share their `int` values, but the graph makes it appear as though `a` and `b` each have their own copies. However, since `int` is immutable, this simplification will never lead to unexpected changes (changing `a` won’t affect `b`) so will never result in bugs.
@@ -691,6 +691,12 @@ Different aspects of memory_graph can be configured. The default configuration c
691
691
  - ***mg.config.max_missing_edges*** : int
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
+ - ***mg.config.fontname*** : str
695
+ - The font used in the graph, default 'Times-Roman' (widely available on the web).
696
+
697
+ - ***mg.config.fontsize*** : str
698
+ - The font size used in the graph, default '14'.
699
+
694
700
 
695
701
  ## Simplified Graph ##
696
702
  Memory_graph simplifies the visualization (and the viewer's mental model) by **not** showing separate nodes for immutable types like `bool`, `int`, `float`, `complex`, and `str` by default. This simplification can sometimes be slightly misleading. As in the example below, after a shallow copy, lists `a` and `b` technically share their `int` values, but the graph makes it appear as though `a` and `b` each have their own copies. However, since `int` is immutable, this simplification will never lead to unexpected changes (changing `a` won’t affect `b`) so will never result in bugs.
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
@@ -2,7 +2,7 @@
2
2
  # Copyright (c) 2023, Bas Terwijn.
3
3
  # SPDX-License-Identifier: BSD-2-Clause
4
4
 
5
- __version__ = "0.3.56"
5
+ __version__ = "0.3.58"
6
6
  __author__ = 'Bas Terwijn'
7
7
 
8
8
  import memory_graph.memory_to_nodes as memory_to_nodes
@@ -46,3 +46,6 @@ graph_cut_symbol = None
46
46
  max_missing_edges = None
47
47
 
48
48
  type_to_depth = { }
49
+
50
+ fontname = 'Courier'
51
+ fontsize = '14'
@@ -129,5 +129,8 @@ def reset():
129
129
  """ Maximum number of missing edges that are shown. """
130
130
  config.max_missing_edges = 2
131
131
 
132
+ """ Font name and size used in the graph. """
133
+ config.fontname = 'Times-Roman'
134
+ config.fontsize = '14'
132
135
 
133
136
  reset()
@@ -257,9 +257,9 @@ def memory_to_nodes(data):
257
257
  id_to_slices = add_missing_edges(nodes, id_to_slices, config.max_missing_edges)
258
258
  #print('id_to_slices:',id_to_slices)
259
259
  embed_keys_in_key_value_nodes(nodes, nodes_key_value, id_to_slices)
260
- graphviz_graph_attr = {'fontname': 'Courier', 'fontsize': '14'}
261
- graphviz_node_attr = {'fontname': 'Courier', 'fontsize': '14', 'shape': 'plaintext'}
262
- graphviz_edge_attr = {'fontname': 'Courier', 'fontsize': '14'}
260
+ graphviz_graph_attr = {'fontname': config.fontname, 'fontsize': config.fontsize}
261
+ graphviz_node_attr = {'fontname': config.fontname, 'fontsize': config.fontsize, 'shape': 'plaintext'}
262
+ graphviz_edge_attr = {'fontname': config.fontname, 'fontsize': config.fontsize}
263
263
  graphviz_graph=graphviz.Digraph('memory_graph',
264
264
  graph_attr=graphviz_graph_attr,
265
265
  node_attr=graphviz_node_attr,
@@ -1,34 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: memory_graph
3
- Version: 0.3.56
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
- License: BSD 2-Clause License
7
-
8
- Copyright (c) 2017, pyexample
9
- All rights reserved.
10
-
11
- Redistribution and use in source and binary forms, with or without
12
- modification, are permitted provided that the following conditions are met:
13
-
14
- * Redistributions of source code must retain the above copyright notice, this
15
- list of conditions and the following disclaimer.
16
-
17
- * Redistributions in binary form must reproduce the above copyright notice,
18
- this list of conditions and the following disclaimer in the documentation
19
- and/or other materials provided with the distribution.
20
-
21
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
22
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
24
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
25
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
27
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
28
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
29
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31
-
6
+ License-Expression: BSD-2-Clause
32
7
  Project-URL: Homepage, https://github.com/bterwijn/memory_graph
33
8
  Project-URL: Repository, https://github.com/bterwijn/memory_graph.git
34
9
  Classifier: Development Status :: 4 - Beta
@@ -736,6 +711,12 @@ Different aspects of memory_graph can be configured. The default configuration c
736
711
  - ***mg.config.max_missing_edges*** : int
737
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.
738
713
 
714
+ - ***mg.config.fontname*** : str
715
+ - The font used in the graph, default 'Times-Roman' (widely available on the web).
716
+
717
+ - ***mg.config.fontsize*** : str
718
+ - The font size used in the graph, default '14'.
719
+
739
720
 
740
721
  ## Simplified Graph ##
741
722
  Memory_graph simplifies the visualization (and the viewer's mental model) by **not** showing separate nodes for immutable types like `bool`, `int`, `float`, `complex`, and `str` by default. This simplification can sometimes be slightly misleading. As in the example below, after a shallow copy, lists `a` and `b` technically share their `int` values, but the graph makes it appear as though `a` and `b` each have their own copies. However, since `int` is immutable, this simplification will never lead to unexpected changes (changing `a` won’t affect `b`) so will never result in bugs.
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "memory_graph"
7
- version = "0.3.56"
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"}
11
11
  ]
12
- #license = { text = "BSD-2-Clause" } # needed for python <=3.8
13
- license = { file = "LICENSE.txt" }
12
+ license = "BSD-2-Clause"
13
+ license-files = ["LICENSE.txt"]
14
14
  readme = "README.md"
15
15
  requires-python = ">=3.7"
16
16
  classifiers = [
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