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.
- {invocation_tree-0.0.30/invocation_tree.egg-info → invocation_tree-0.0.31}/PKG-INFO +1 -1
- invocation_tree-0.0.31/images/factorial.gif +0 -0
- invocation_tree-0.0.31/images/permutations.gif +0 -0
- invocation_tree-0.0.31/images/permutations_collect.gif +0 -0
- invocation_tree-0.0.31/images/permutations_neighbor.gif +0 -0
- invocation_tree-0.0.31/images/permutations_return.gif +0 -0
- invocation_tree-0.0.31/images/quick_sort.gif +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/invocation_tree/__init__.py +4 -4
- {invocation_tree-0.0.30 → invocation_tree-0.0.31/invocation_tree.egg-info}/PKG-INFO +1 -1
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/invocation_tree.egg-info/SOURCES.txt +0 -1
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/pyproject.toml +1 -1
- invocation_tree-0.0.30/images/__pycache__/graph.cpython-313.pyc +0 -0
- invocation_tree-0.0.30/images/factorial.gif +0 -0
- invocation_tree-0.0.30/images/permutations.gif +0 -0
- invocation_tree-0.0.30/images/permutations_collect.gif +0 -0
- invocation_tree-0.0.30/images/permutations_neighbor.gif +0 -0
- invocation_tree-0.0.30/images/permutations_return.gif +0 -0
- invocation_tree-0.0.30/images/quick_sort.gif +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/LICENSE.txt +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/MANIFEST.in +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/README.md +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/compute.gif +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/compute.py +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/create_gif.sh +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/create_images.sh +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/draw_graph.py +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/draw_graph_d_x.py +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/edges_big.out +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/edges_big_d_x.out +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/edges_small.out +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/edges_to_dict.py +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/factorial.py +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/graph.png.png +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/graph.py +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/graph_big.png +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/graph_big_d_x.png +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/graph_small.png +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/jugs.png +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/jugs_depth_first.py +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/perms_LR3.png +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/permutations.py +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/permutations_collect.py +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/permutations_dot.py +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/permutations_neighbor.py +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/permutations_return.py +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/permutations_vscode.gif +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/print_all_paths.py +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/print_all_paths_of_length.py +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/print_all_paths_via.py +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/puz.txt +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/quick_sort.py +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/students.gif +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/students.py +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/test.pdf +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/test.py +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/tree.pdf +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/tree_problem.gv +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/images/vscode.png +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/invocation_tree/regex_set.py +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/invocation_tree.egg-info/dependency_links.txt +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/invocation_tree.egg-info/requires.txt +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/invocation_tree.egg-info/top_level.txt +0 -0
- {invocation_tree-0.0.30 → invocation_tree-0.0.31}/setup.cfg +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -9,7 +9,7 @@ import difflib
|
|
|
9
9
|
|
|
10
10
|
import invocation_tree.regex_set as regset
|
|
11
11
|
|
|
12
|
-
__version__ = "0.0.
|
|
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,
|
|
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
|
{invocation_tree-0.0.30 → invocation_tree-0.0.31}/invocation_tree.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|