File: SOURCES.txt

package info (click to toggle)
python-igraph 0.7.1.post6-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,360 kB
  • sloc: ansic: 20,069; python: 14,114; sh: 56; makefile: 13
file content (106 lines) | stat: -rw-r--r-- 2,206 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
COPYING
MANIFEST.in
setup.py
igraph/__init__.py
igraph/clustering.py
igraph/compat.py
igraph/configuration.py
igraph/cut.py
igraph/datatypes.py
igraph/formula.py
igraph/layout.py
igraph/matching.py
igraph/statistics.py
igraph/summary.py
igraph/utils.py
igraph/app/__init__.py
igraph/app/shell.py
igraph/drawing/__init__.py
igraph/drawing/baseclasses.py
igraph/drawing/colors.py
igraph/drawing/coord.py
igraph/drawing/edge.py
igraph/drawing/graph.py
igraph/drawing/metamagic.py
igraph/drawing/shapes.py
igraph/drawing/text.py
igraph/drawing/utils.py
igraph/drawing/vertex.py
igraph/remote/__init__.py
igraph/remote/gephi.py
igraph/remote/nexus.py
igraph/test/__init__.py
igraph/test/atlas.py
igraph/test/attributes.py
igraph/test/basic.py
igraph/test/bipartite.py
igraph/test/cliques.py
igraph/test/colortests.py
igraph/test/conversion.py
igraph/test/decomposition.py
igraph/test/edgeseq.py
igraph/test/flow.py
igraph/test/foreign.py
igraph/test/games.py
igraph/test/generators.py
igraph/test/homepage.py
igraph/test/indexing.py
igraph/test/isomorphism.py
igraph/test/iterators.py
igraph/test/layouts.py
igraph/test/matching.py
igraph/test/operators.py
igraph/test/rng.py
igraph/test/separators.py
igraph/test/spectral.py
igraph/test/structural.py
igraph/test/utils.py
igraph/test/vertexseq.py
igraph/vendor/__init__.py
igraph/vendor/texttable.py
python_igraph.egg-info/PKG-INFO
python_igraph.egg-info/SOURCES.txt
python_igraph.egg-info/dependency_links.txt
python_igraph.egg-info/top_level.txt
scripts/epydoc-patched
scripts/epydoc.cfg
scripts/igraph
scripts/mkdoc.sh
src/arpackobject.c
src/arpackobject.h
src/attributes.c
src/attributes.h
src/bfsiter.c
src/bfsiter.h
src/common.c
src/common.h
src/convert.c
src/convert.h
src/edgeobject.c
src/edgeobject.h
src/edgeseqobject.c
src/edgeseqobject.h
src/error.c
src/error.h
src/filehandle.c
src/filehandle.h
src/graphobject.c
src/graphobject.h
src/igraphmodule.c
src/igraphmodule_api.h
src/indexing.c
src/indexing.h
src/platform.h
src/py2compat.c
src/py2compat.h
src/pyhelpers.c
src/pyhelpers.h
src/random.c
src/random.h
src/vertexobject.c
src/vertexobject.h
src/vertexseqobject.c
src/vertexseqobject.h
test/cytoscape_test.py
test/doctests.py
test/unittests.py