File: control

package info (click to toggle)
fsspec 2022.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,352 kB
  • sloc: python: 16,830; makefile: 27; sh: 11
file content (59 lines) | stat: -rw-r--r-- 2,288 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
Source: fsspec
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Emmanuel Arias <eamanu@yaerobi.com>,
Build-Depends: debhelper-compat (= 13),
               pybuild-plugin-pyproject,
               python3-aiohttp <!nocheck>,
               python3-all,
               python3-numpy <!nocheck>,
               python3-numpydoc,
               python3-pytest <!nocheck>,
               python3-pytest-asyncio <!nocheck>,
               python3-pytest-mock <!nocheck>,
               python3-pytest-vcr <!nocheck>,
               python3-setuptools,
               python3-sphinx,
               python3-sphinx-rtd-theme,
               python3-tqdm,
Standards-Version: 4.6.1.1
Homepage: https://github.com/fsspec/filesystem_spec
Vcs-Browser: https://salsa.debian.org/python-team/packages/fsspec
Vcs-Git: https://salsa.debian.org/python-team/packages/fsspec.git
Rules-Requires-Root: no

Package: python3-fsspec
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Recommends: git,
            python3-dask,
            python3-distributed,
            python3-dropbox,
            python3-fusepy,
            python3-libarchive-c,
            python3-paramiko,
            python3-pygit2,
            python3-requests,
            python3-tqdm,
Suggests: python-fsspec-doc,
Description: specification that Python filesystems should adhere to (Python 3)
 The package produce a template or specification for a file-system interface,
 that specific implementations should follow, so that applications making use
 of them can rely on a common behaviour and not have to worry about the
 specific internal implementation decisions with any given backend.

Package: python-fsspec-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends},
Multi-Arch: foreign
Description: specification that Python filesystems should adhere to (documentation)
 The package produce a template or specification for a file-system interface,
 that specific implementations should follow, so that applications making use
 of them can rely on a common behaviour and not have to worry about the
 specific internal implementation decisions with any given backend.
 .
 This package contains the documentation.