invocation-tree 0.0.32__tar.gz → 0.0.33__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 (56) hide show
  1. {invocation_tree-0.0.32/invocation_tree.egg-info → invocation_tree-0.0.33}/PKG-INFO +3 -3
  2. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/README.md +2 -2
  3. invocation_tree-0.0.33/images/factorial.gif +0 -0
  4. invocation_tree-0.0.33/images/permutations.gif +0 -0
  5. invocation_tree-0.0.33/images/permutations_collect.gif +0 -0
  6. invocation_tree-0.0.33/images/permutations_neighbor.gif +0 -0
  7. invocation_tree-0.0.33/images/permutations_return.gif +0 -0
  8. invocation_tree-0.0.33/images/quick_sort.gif +0 -0
  9. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/invocation_tree/__init__.py +2 -2
  10. {invocation_tree-0.0.32 → invocation_tree-0.0.33/invocation_tree.egg-info}/PKG-INFO +3 -3
  11. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/invocation_tree.egg-info/SOURCES.txt +0 -1
  12. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/pyproject.toml +1 -1
  13. invocation_tree-0.0.32/images/__pycache__/graph.cpython-313.pyc +0 -0
  14. invocation_tree-0.0.32/images/factorial.gif +0 -0
  15. invocation_tree-0.0.32/images/permutations.gif +0 -0
  16. invocation_tree-0.0.32/images/permutations_collect.gif +0 -0
  17. invocation_tree-0.0.32/images/permutations_neighbor.gif +0 -0
  18. invocation_tree-0.0.32/images/permutations_return.gif +0 -0
  19. invocation_tree-0.0.32/images/quick_sort.gif +0 -0
  20. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/LICENSE.txt +0 -0
  21. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/MANIFEST.in +0 -0
  22. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/compute.gif +0 -0
  23. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/compute.py +0 -0
  24. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/create_gif.sh +0 -0
  25. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/create_images.sh +0 -0
  26. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/draw_graph.py +0 -0
  27. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/draw_graph_d_x.py +0 -0
  28. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/edges_big.out +0 -0
  29. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/edges_big_d_x.out +0 -0
  30. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/edges_small.out +0 -0
  31. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/factorial.py +0 -0
  32. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/graph.py +0 -0
  33. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/graph_big.png +0 -0
  34. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/graph_big_d_x.png +0 -0
  35. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/graph_small.png +0 -0
  36. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/jugs.png +0 -0
  37. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/jugs_depth_first.py +0 -0
  38. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/perms_LR3.png +0 -0
  39. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/permutations.py +0 -0
  40. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/permutations_collect.py +0 -0
  41. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/permutations_dot.py +0 -0
  42. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/permutations_neighbor.py +0 -0
  43. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/permutations_return.py +0 -0
  44. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/permutations_vscode.gif +0 -0
  45. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/print_all_paths.py +0 -0
  46. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/print_all_paths_of_length.py +0 -0
  47. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/print_all_paths_via.py +0 -0
  48. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/quick_sort.py +0 -0
  49. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/students.gif +0 -0
  50. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/students.py +0 -0
  51. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/images/vscode.png +0 -0
  52. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/invocation_tree/regex_set.py +0 -0
  53. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/invocation_tree.egg-info/dependency_links.txt +0 -0
  54. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/invocation_tree.egg-info/requires.txt +0 -0
  55. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/invocation_tree.egg-info/top_level.txt +0 -0
  56. {invocation_tree-0.0.32 → invocation_tree-0.0.33}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: invocation_tree
3
- Version: 0.0.32
3
+ Version: 0.0.33
4
4
  Summary: Generates an invocation tree of functions calls.
5
5
  Author-email: Bas Terwijn <bterwijn@gmail.com>
6
6
  License-Expression: BSD-2-Clause
@@ -602,9 +602,9 @@ tree = ivt.Invocation_Tree()
602
602
  - **tree.ignore_calls** : set()
603
603
  - set of all functions names that are not shown in the tree, including its children
604
604
  - **tree.fontname** : str
605
- - the font used in the graph, default 'Courier' (as widely available monospace).
605
+ - the font used in the graph, default 'Times-Roman' (widely available on the web)
606
606
  - **tree.fontsize** : str
607
- - the font size used in the graph, default '14'.
607
+ - the font size used in the graph, default '14'
608
608
 
609
609
  # Troubleshooting #
610
610
  - Adobe Acrobat Reader [doesn't refresh a PDF file](https://community.adobe.com/t5/acrobat-reader-discussions/reload-refresh-pdfs/td-p/9632292) when it changes on disk and blocks updates which results in an `Could not open 'tree.pdf' for writing : Permission denied` error. One solution is to install a PDF reader that does refresh ([SumatraPDF](https://www.sumatrapdfreader.org/), [Okular](https://okular.kde.org/), ...) and set it as the default PDF reader. Another solution is to `render()` the graph to a different output format.
@@ -582,9 +582,9 @@ tree = ivt.Invocation_Tree()
582
582
  - **tree.ignore_calls** : set()
583
583
  - set of all functions names that are not shown in the tree, including its children
584
584
  - **tree.fontname** : str
585
- - the font used in the graph, default 'Courier' (as widely available monospace).
585
+ - the font used in the graph, default 'Times-Roman' (widely available on the web)
586
586
  - **tree.fontsize** : str
587
- - the font size used in the graph, default '14'.
587
+ - the font size used in the graph, default '14'
588
588
 
589
589
  # Troubleshooting #
590
590
  - Adobe Acrobat Reader [doesn't refresh a PDF file](https://community.adobe.com/t5/acrobat-reader-discussions/reload-refresh-pdfs/td-p/9632292) when it changes on disk and blocks updates which results in an `Could not open 'tree.pdf' for writing : Permission denied` error. One solution is to install a PDF reader that does refresh ([SumatraPDF](https://www.sumatrapdfreader.org/), [Okular](https://okular.kde.org/), ...) and set it as the default PDF reader. Another solution is to `render()` the graph to a different output format.
@@ -9,7 +9,7 @@ import difflib
9
9
 
10
10
  import invocation_tree.regex_set as regset
11
11
 
12
- __version__ = "0.0.32"
12
+ __version__ = "0.0.33"
13
13
  __author__ = 'Bas Terwijn'
14
14
 
15
15
  def highlight_diff(str1, str2):
@@ -106,7 +106,7 @@ class Invocation_Tree:
106
106
  self.regset_hide_vars = regset.Regex_Set(self.hide_vars)
107
107
  self.regset_hide_calls = regset.Regex_Set(self.hide_calls)
108
108
  self.regset_ignore_calls = regset.Regex_Set(self.ignore_calls)
109
- self.fontname = 'Courier'
109
+ self.fontname = 'Times-Roman'
110
110
  self.fontsize = '14'
111
111
  # --- core
112
112
  self.stack = []
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: invocation_tree
3
- Version: 0.0.32
3
+ Version: 0.0.33
4
4
  Summary: Generates an invocation tree of functions calls.
5
5
  Author-email: Bas Terwijn <bterwijn@gmail.com>
6
6
  License-Expression: BSD-2-Clause
@@ -602,9 +602,9 @@ tree = ivt.Invocation_Tree()
602
602
  - **tree.ignore_calls** : set()
603
603
  - set of all functions names that are not shown in the tree, including its children
604
604
  - **tree.fontname** : str
605
- - the font used in the graph, default 'Courier' (as widely available monospace).
605
+ - the font used in the graph, default 'Times-Roman' (widely available on the web)
606
606
  - **tree.fontsize** : str
607
- - the font size used in the graph, default '14'.
607
+ - the font size used in the graph, default '14'
608
608
 
609
609
  # Troubleshooting #
610
610
  - Adobe Acrobat Reader [doesn't refresh a PDF file](https://community.adobe.com/t5/acrobat-reader-discussions/reload-refresh-pdfs/td-p/9632292) when it changes on disk and blocks updates which results in an `Could not open 'tree.pdf' for writing : Permission denied` error. One solution is to install a PDF reader that does refresh ([SumatraPDF](https://www.sumatrapdfreader.org/), [Okular](https://okular.kde.org/), ...) and set it as the default PDF reader. Another solution is to `render()` the graph to a different output format.
@@ -38,7 +38,6 @@ images/quick_sort.py
38
38
  images/students.gif
39
39
  images/students.py
40
40
  images/vscode.png
41
- images/__pycache__/graph.cpython-313.pyc
42
41
  invocation_tree/__init__.py
43
42
  invocation_tree/regex_set.py
44
43
  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.32"
7
+ version = "0.0.33"
8
8
  description = "Generates an invocation tree of functions calls."
9
9
  authors = [
10
10
  {name = "Bas Terwijn", email = "bterwijn@gmail.com"}
Binary file