File: SOURCES.txt

package info (click to toggle)
python-imageio 2.37.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,016 kB
  • sloc: python: 26,044; makefile: 138
file content (127 lines) | stat: -rw-r--r-- 3,084 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
CONTRIBUTORS.txt
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/examples.rst
docs/imageio_ext.py
docs/index.rst
docs/make.bat
docs/_static/imageio_logo.png
docs/_templates/better_class.rst
docs/_templates/formats.rst.template
docs/_templates/plugin.rst
docs/development/index.rst
docs/development/plugins.rst
docs/formats/formats_by_plugin.rst
docs/formats/index.rst
docs/formats/video_formats.rst
docs/reference/core_v3.rst
docs/reference/index.rst
docs/reference/userapi.rst
docs/user_guide/cmdlinescripts.rst
docs/user_guide/drop27.rst
docs/user_guide/envvariables.rst
docs/user_guide/freezing.rst
docs/user_guide/index.rst
docs/user_guide/installation.rst
docs/user_guide/overview.rst
docs/user_guide/requests.rst
docs/user_guide/scipy.rst
docs/user_guide/standardimages.rst
imageio/__init__.py
imageio/__main__.py
imageio/freeze.py
imageio/py.typed
imageio/testing.py
imageio/typing.py
imageio/v2.py
imageio/v2.pyi
imageio/v3.py
imageio/v3.pyi
imageio.egg-info/PKG-INFO
imageio.egg-info/SOURCES.txt
imageio.egg-info/dependency_links.txt
imageio.egg-info/entry_points.txt
imageio.egg-info/not-zip-safe
imageio.egg-info/requires.txt
imageio.egg-info/top_level.txt
imageio/config/__init__.py
imageio/config/extensions.py
imageio/config/extensions.pyi
imageio/config/plugins.py
imageio/config/plugins.pyi
imageio/core/__init__.py
imageio/core/fetching.py
imageio/core/findlib.py
imageio/core/format.py
imageio/core/format.pyi
imageio/core/imopen.py
imageio/core/imopen.pyi
imageio/core/legacy_plugin_wrapper.py
imageio/core/legacy_plugin_wrapper.pyi
imageio/core/request.py
imageio/core/request.pyi
imageio/core/util.py
imageio/core/v3_plugin_api.py
imageio/plugins/__init__.py
imageio/plugins/_bsdf.py
imageio/plugins/_dicom.py
imageio/plugins/_freeimage.py
imageio/plugins/_swf.py
imageio/plugins/_tifffile.py
imageio/plugins/bsdf.py
imageio/plugins/dicom.py
imageio/plugins/example.py
imageio/plugins/feisem.py
imageio/plugins/ffmpeg.py
imageio/plugins/fits.py
imageio/plugins/freeimage.py
imageio/plugins/freeimagemulti.py
imageio/plugins/gdal.py
imageio/plugins/grab.py
imageio/plugins/lytro.py
imageio/plugins/npz.py
imageio/plugins/opencv.py
imageio/plugins/pillow.py
imageio/plugins/pillow_info.py
imageio/plugins/pillow_legacy.py
imageio/plugins/pillowmulti.py
imageio/plugins/pyav.py
imageio/plugins/rawpy.py
imageio/plugins/simpleitk.py
imageio/plugins/spe.py
imageio/plugins/swf.py
imageio/plugins/tifffile.py
imageio/plugins/tifffile_v3.py
tests/conftest.py
tests/test_bsdf.py
tests/test_config.py
tests/test_core.py
tests/test_dicom.py
tests/test_fei_tiff.py
tests/test_ffmpeg.py
tests/test_ffmpeg_info.py
tests/test_fits.py
tests/test_format.py
tests/test_freeimage.py
tests/test_gdal.py
tests/test_grab.py
tests/test_legacy_plugin_wrapper.py
tests/test_lytro.py
tests/test_meta.py
tests/test_npz.py
tests/test_opencv.py
tests/test_pillow.py
tests/test_pillow_legacy.py
tests/test_pyav.py
tests/test_rawpy.py
tests/test_simpleitk.py
tests/test_spe.py
tests/test_swf.py
tests/test_tifffile.py
tests/test_tifffile_v3.py
tests/test_v2.py