File: control

package info (click to toggle)
fsspec 0.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 972 kB
  • sloc: python: 10,062; makefile: 20; sh: 17
file content (38 lines) | stat: -rw-r--r-- 1,640 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
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),
               dh-python,
               python3-setuptools,
               python3-all,
               python3-numpydoc,
               python3-certifi,
               python3-sphinx,
Standards-Version: 4.5.0
Homepage: https://github.com/intake/filesystem_spec
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-fsspec
Vcs-Git: https://salsa.debian.org/python-team/packages/python-fsspec.git
Testsuite: autopkgtest-pkg-python

Package: python3-fsspec
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
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: ${sphinxdoc:Depends}, ${misc: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.