File: SOURCES.txt

package info (click to toggle)
plotly 1.13.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,568 kB
  • ctags: 1,958
  • sloc: python: 15,692; sh: 49; makefile: 3
file content (127 lines) | stat: -rw-r--r-- 5,454 bytes parent folder | download
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
LICENSE.txt
README.rst
make_instructions.txt
optional-requirements.txt
requirements.txt
setup.cfg
setup.py
plotly/.DS_Store
plotly/__init__.py
plotly/colors.py
plotly/exceptions.py
plotly/files.py
plotly/graph_reference.py
plotly/session.py
plotly/tools.py
plotly/utils.py
plotly/version.py
plotly.egg-info/PKG-INFO
plotly.egg-info/SOURCES.txt
plotly.egg-info/dependency_links.txt
plotly.egg-info/not-zip-safe
plotly.egg-info/requires.txt
plotly.egg-info/top_level.txt
plotly/graph_objs/.DS_Store
plotly/graph_objs/__init__.py
plotly/graph_objs/graph_objs.py
plotly/graph_objs/graph_objs_tools.py
plotly/grid_objs/__init__.py
plotly/grid_objs/grid_objs.py
plotly/matplotlylib/.DS_Store
plotly/matplotlylib/__init__.py
plotly/matplotlylib/mpltools.py
plotly/matplotlylib/renderer.py
plotly/matplotlylib/mplexporter/__init__.py
plotly/matplotlylib/mplexporter/_py3k_compat.py
plotly/matplotlylib/mplexporter/exporter.py
plotly/matplotlylib/mplexporter/tools.py
plotly/matplotlylib/mplexporter/utils.py
plotly/matplotlylib/mplexporter/renderers/__init__.py
plotly/matplotlylib/mplexporter/renderers/base.py
plotly/matplotlylib/mplexporter/renderers/fake_renderer.py
plotly/matplotlylib/mplexporter/renderers/vega_renderer.py
plotly/matplotlylib/mplexporter/renderers/vincent_renderer.py
plotly/matplotlylib/mplexporter/tests/__init__.py
plotly/matplotlylib/mplexporter/tests/test_basic.py
plotly/matplotlylib/mplexporter/tests/test_utils.py
plotly/offline/__init__.py
plotly/offline/offline.py
plotly/package_data/default-schema.json
plotly/package_data/graphWidget.js
plotly/package_data/plotly.min.js
plotly/plotly/.DS_Store
plotly/plotly/__init__.py
plotly/plotly/plotly.py
plotly/plotly/chunked_requests/__init__.py
plotly/plotly/chunked_requests/chunked_request.py
plotly/tests/.DS_Store
plotly/tests/__init__.py
plotly/tests/utils.py
plotly/tests/test_core/__init__.py
plotly/tests/test_core/test_file/__init__.py
plotly/tests/test_core/test_file/test_file.py
plotly/tests/test_core/test_get_figure/__init__.py
plotly/tests/test_core/test_get_figure/test_get_figure.py
plotly/tests/test_core/test_get_requests/__init__.py
plotly/tests/test_core/test_get_requests/test_get_requests.py
plotly/tests/test_core/test_graph_objs/__init__.py
plotly/tests/test_core/test_graph_objs/test_annotations.py
plotly/tests/test_core/test_graph_objs/test_append_trace.py
plotly/tests/test_core/test_graph_objs/test_data.py
plotly/tests/test_core/test_graph_objs/test_error_bars.py
plotly/tests/test_core/test_graph_objs/test_get_data.py
plotly/tests/test_core/test_graph_objs/test_graph_objs_tools.py
plotly/tests/test_core/test_graph_objs/test_scatter.py
plotly/tests/test_core/test_graph_objs/test_strip_style.py
plotly/tests/test_core/test_graph_objs/test_to_string.py
plotly/tests/test_core/test_graph_objs/test_update.py
plotly/tests/test_core/test_graph_reference/__init__.py
plotly/tests/test_core/test_grid/__init__.py
plotly/tests/test_core/test_grid/test_grid.py
plotly/tests/test_core/test_meta/__init__.py
plotly/tests/test_core/test_meta/test_meta.py
plotly/tests/test_core/test_plotly/.DS_Store
plotly/tests/test_core/test_plotly/__init__.py
plotly/tests/test_core/test_plotly/test_credentials.py
plotly/tests/test_core/test_plotly/test_plot.py
plotly/tests/test_core/test_stream/.DS_Store
plotly/tests/test_core/test_stream/__init__.py
plotly/tests/test_core/test_stream/test_stream.py
plotly/tests/test_core/test_tools/.DS_Store
plotly/tests/test_core/test_tools/__init__.py
plotly/tests/test_core/test_tools/test_file_tools.py
plotly/tests/test_core/test_tools/test_get_embed.py
plotly/tests/test_core/test_tools/test_get_subplots.py
plotly/tests/test_core/test_tools/test_make_subplots.py
plotly/tests/test_core/test_tools/test_validate.py
plotly/tests/test_core/test_utils/__init__.py
plotly/tests/test_core/test_utils/test_utils.py
plotly/tests/test_optional/__init__.py
plotly/tests/test_optional/optional_utils.py
plotly/tests/test_optional/test_graph_objs/__init__.py
plotly/tests/test_optional/test_graph_objs/test_to_dataframe.py
plotly/tests/test_optional/test_ipython/__init__.py
plotly/tests/test_optional/test_ipython/test_widgets.py
plotly/tests/test_optional/test_matplotlylib/__init__.py
plotly/tests/test_optional/test_matplotlylib/test_annotations.py
plotly/tests/test_optional/test_matplotlylib/test_axis_scales.py
plotly/tests/test_optional/test_matplotlylib/test_bars.py
plotly/tests/test_optional/test_matplotlylib/test_data.py
plotly/tests/test_optional/test_matplotlylib/test_date_times.py
plotly/tests/test_optional/test_matplotlylib/test_lines.py
plotly/tests/test_optional/test_matplotlylib/test_scatter.py
plotly/tests/test_optional/test_matplotlylib/test_subplots.py
plotly/tests/test_optional/test_matplotlylib/data/__init__.py
plotly/tests/test_optional/test_matplotlylib/data/annotations.py
plotly/tests/test_optional/test_matplotlylib/data/axis_scales.py
plotly/tests/test_optional/test_matplotlylib/data/bars.py
plotly/tests/test_optional/test_matplotlylib/data/data.py
plotly/tests/test_optional/test_matplotlylib/data/lines.py
plotly/tests/test_optional/test_matplotlylib/data/scatter.py
plotly/tests/test_optional/test_matplotlylib/data/subplots.py
plotly/tests/test_optional/test_plotly/__init__.py
plotly/tests/test_optional/test_plotly/test_plot_mpl.py
plotly/tests/test_optional/test_utils/__init__.py
plotly/tests/test_optional/test_utils/test_utils.py
plotly/widgets/__init__.py
plotly/widgets/graph_widget.py