File: SOURCES.txt

package info (click to toggle)
python-graphviz 0.20.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,188 kB
  • sloc: python: 4,098; makefile: 13
file content (152 lines) | stat: -rw-r--r-- 3,572 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
CHANGES.rst
LICENSE.txt
MANIFEST.in
README.rst
build-docs.py
conftest.py
lint-code.py
requirements.txt
run-tests.py
setup.cfg
setup.py
tox.ini
try-examples.py
update-help.py
docs/_links.rst
docs/api.rst
docs/attributes.rst
docs/basic_usage.rst
docs/changelog.rst
docs/conf.py
docs/custom_dot.rst
docs/development.rst
docs/engines.rst
docs/escapes.rst
docs/examples.rst
docs/existing_files.rst
docs/formats.rst
docs/index.rst
docs/installation.rst
docs/integration_with_viewers.rst
docs/jupyter_notebooks.rst
docs/license.rst
docs/manual.rst
docs/neato_no_op.rst
docs/node_ports.rst
docs/notebooks.rst
docs/piped_output.rst
docs/quoting.rst
docs/raw_dot.rst
docs/release_process.rst
docs/round-table.png
docs/styling.rst
docs/subgraphs_and_clusters.rst
docs/unflatten.rst
docs/_static/angles.svg
docs/_static/btree.svg
docs/_static/cluster.svg
docs/_static/cluster_edge.svg
docs/_static/colors.svg
docs/_static/diamond.svg
docs/_static/er.svg
docs/_static/escapes.svg
docs/_static/fdpclust.svg
docs/_static/fsm.svg
docs/_static/g_c_n.svg
docs/_static/hello.svg
docs/_static/holy-grenade.svg
docs/_static/html_table.svg
docs/_static/literal_backslash.svg
docs/_static/ni.svg
docs/_static/pet-shop.svg
docs/_static/process.svg
docs/_static/qtconsole-source.png
docs/_static/qtconsole.png
docs/_static/rank_same.svg
docs/_static/round-table.svg
docs/_static/splines.svg
docs/_static/structs.svg
docs/_static/structs_revisited.svg
docs/_static/traffic_lights.svg
docs/_static/unix.svg
docs/_static/wide-unflatten-stagger-2.svg
docs/_static/wide-unflatten-stagger-3.svg
docs/_static/wide.svg
examples/angles.py
examples/btree.py
examples/cluster.py
examples/cluster_edge.py
examples/colors.py
examples/er.py
examples/fdpclust.py
examples/fsm.py
examples/g_c_n.py
examples/graphviz-engines.ipynb
examples/graphviz-escapes.ipynb
examples/graphviz-jupyter-format.ipynb
examples/graphviz-notebook.ipynb
examples/graphviz_transform_recipe.py
examples/hello.py
examples/process.py
examples/rank_same.py
examples/structs.py
examples/structs_revisited.py
examples/traffic_lights.py
examples/unix.py
graphviz/__init__.py
graphviz/_compat.py
graphviz/_defaults.py
graphviz/_tools.py
graphviz/base.py
graphviz/copying.py
graphviz/dot.py
graphviz/encoding.py
graphviz/exceptions.py
graphviz/graphs.py
graphviz/jupyter_integration.py
graphviz/piping.py
graphviz/quoting.py
graphviz/rendering.py
graphviz/saving.py
graphviz/sources.py
graphviz/unflattening.py
graphviz.egg-info/PKG-INFO
graphviz.egg-info/SOURCES.txt
graphviz.egg-info/dependency_links.txt
graphviz.egg-info/requires.txt
graphviz.egg-info/top_level.txt
graphviz/backend/__init__.py
graphviz/backend/dot_command.py
graphviz/backend/execute.py
graphviz/backend/mixins.py
graphviz/backend/piping.py
graphviz/backend/rendering.py
graphviz/backend/unflattening.py
graphviz/backend/upstream_version.py
graphviz/backend/viewing.py
graphviz/parameters/__init__.py
graphviz/parameters/base.py
graphviz/parameters/engines.py
graphviz/parameters/formats.py
graphviz/parameters/formatters.py
graphviz/parameters/mixins.py
graphviz/parameters/renderers.py
tests/_common.py
tests/conftest.py
tests/dot_red.png
tests/test_all_classes.py
tests/test_graphs.py
tests/test_init.py
tests/test_jupyter_integration.py
tests/test_parameters.py
tests/test_quoting.py
tests/test_saving.py
tests/test_sources.py
tests/test_tools.py
tests/backend/conftest.py
tests/backend/test_execute.py
tests/backend/test_piping.py
tests/backend/test_rendering.py
tests/backend/test_unflattening.py
tests/backend/test_upstream_version.py
tests/backend/test_viewing.py