invocation-tree 0.0.30__tar.gz → 0.0.31__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 (63) hide show
  1. {invocation_tree-0.0.30/invocation_tree.egg-info → invocation_tree-0.0.31}/PKG-INFO +1 -1
  2. invocation_tree-0.0.31/images/factorial.gif +0 -0
  3. invocation_tree-0.0.31/images/permutations.gif +0 -0
  4. invocation_tree-0.0.31/images/permutations_collect.gif +0 -0
  5. invocation_tree-0.0.31/images/permutations_neighbor.gif +0 -0
  6. invocation_tree-0.0.31/images/permutations_return.gif +0 -0
  7. invocation_tree-0.0.31/images/quick_sort.gif +0 -0
  8. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/invocation_tree/__init__.py +4 -4
  9. {invocation_tree-0.0.30 → invocation_tree-0.0.31/invocation_tree.egg-info}/PKG-INFO +1 -1
  10. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/invocation_tree.egg-info/SOURCES.txt +0 -1
  11. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/pyproject.toml +1 -1
  12. invocation_tree-0.0.30/images/__pycache__/graph.cpython-313.pyc +0 -0
  13. invocation_tree-0.0.30/images/factorial.gif +0 -0
  14. invocation_tree-0.0.30/images/permutations.gif +0 -0
  15. invocation_tree-0.0.30/images/permutations_collect.gif +0 -0
  16. invocation_tree-0.0.30/images/permutations_neighbor.gif +0 -0
  17. invocation_tree-0.0.30/images/permutations_return.gif +0 -0
  18. invocation_tree-0.0.30/images/quick_sort.gif +0 -0
  19. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/LICENSE.txt +0 -0
  20. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/MANIFEST.in +0 -0
  21. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/README.md +0 -0
  22. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/compute.gif +0 -0
  23. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/compute.py +0 -0
  24. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/create_gif.sh +0 -0
  25. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/create_images.sh +0 -0
  26. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/draw_graph.py +0 -0
  27. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/draw_graph_d_x.py +0 -0
  28. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/edges_big.out +0 -0
  29. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/edges_big_d_x.out +0 -0
  30. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/edges_small.out +0 -0
  31. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/edges_to_dict.py +0 -0
  32. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/factorial.py +0 -0
  33. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/graph.png.png +0 -0
  34. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/graph.py +0 -0
  35. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/graph_big.png +0 -0
  36. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/graph_big_d_x.png +0 -0
  37. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/graph_small.png +0 -0
  38. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/jugs.png +0 -0
  39. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/jugs_depth_first.py +0 -0
  40. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/perms_LR3.png +0 -0
  41. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/permutations.py +0 -0
  42. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/permutations_collect.py +0 -0
  43. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/permutations_dot.py +0 -0
  44. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/permutations_neighbor.py +0 -0
  45. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/permutations_return.py +0 -0
  46. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/permutations_vscode.gif +0 -0
  47. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/print_all_paths.py +0 -0
  48. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/print_all_paths_of_length.py +0 -0
  49. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/print_all_paths_via.py +0 -0
  50. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/puz.txt +0 -0
  51. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/quick_sort.py +0 -0
  52. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/students.gif +0 -0
  53. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/students.py +0 -0
  54. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/test.pdf +0 -0
  55. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/test.py +0 -0
  56. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/tree.pdf +0 -0
  57. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/tree_problem.gv +0 -0
  58. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/vscode.png +0 -0
  59. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/invocation_tree/regex_set.py +0 -0
  60. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/invocation_tree.egg-info/dependency_links.txt +0 -0
  61. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/invocation_tree.egg-info/requires.txt +0 -0
  62. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/invocation_tree.egg-info/top_level.txt +0 -0
  63. {invocation_tree-0.0.30 → invocation_tree-0.0.31}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: invocation_tree
3
- Version: 0.0.30
3
+ Version: 0.0.31
4
4
  Summary: Generates an invocation tree of functions calls.
5
5
  Author-email: Bas Terwijn <bterwijn@gmail.com>
6
6
  License: BSD 2-Clause License
@@ -9,7 +9,7 @@ import difflib
9
9
 
10
10
  import invocation_tree.regex_set as regset
11
11
 
12
- __version__ = "0.0.30"
12
+ __version__ = "0.0.31"
13
13
  __author__ = 'Bas Terwijn'
14
14
 
15
15
  def highlight_diff(str1, str2):
@@ -218,9 +218,9 @@ class Invocation_Tree:
218
218
  return self.filename
219
219
 
220
220
  def create_graph(self):
221
- graphviz_graph_attr = {}
222
- graphviz_node_attr = {'shape':'plaintext'}
223
- graphviz_edge_attr = {}
221
+ graphviz_graph_attr = {'fontname': 'Courier', 'fontsize': '14'}
222
+ graphviz_node_attr = {'fontname': 'Courier', 'fontsize': '14', 'shape':'plaintext'}
223
+ graphviz_edge_attr = {'fontname': 'Courier', 'fontsize': '14'}
224
224
  graph = Digraph('invocation_tree',
225
225
  graph_attr=graphviz_graph_attr,
226
226
  node_attr=graphviz_node_attr,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: invocation_tree
3
- Version: 0.0.30
3
+ Version: 0.0.31
4
4
  Summary: Generates an invocation tree of functions calls.
5
5
  Author-email: Bas Terwijn <bterwijn@gmail.com>
6
6
  License: BSD 2-Clause License
@@ -45,7 +45,6 @@ images/test.py
45
45
  images/tree.pdf
46
46
  images/tree_problem.gv
47
47
  images/vscode.png
48
- images/__pycache__/graph.cpython-313.pyc
49
48
  invocation_tree/__init__.py
50
49
  invocation_tree/regex_set.py
51
50
  invocation_tree.egg-info/PKG-INFO
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "invocation_tree"
7
- version = "0.0.30"
7
+ version = "0.0.31"
8
8
  description = "Generates an invocation tree of functions calls."
9
9
  authors = [
10
10
  {name = "Bas Terwijn", email = "bterwijn@gmail.com"}
Binary file