File: control

package info (click to toggle)
python-s3fs 2026.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 620 kB
  • sloc: python: 6,138; makefile: 190
file content (45 lines) | stat: -rw-r--r-- 1,799 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
Source: python-s3fs
Section: python
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               dh-sequence-python3,
               dh-sequence-sphinxdoc <!nodoc>,
               python3-aiobotocore,
               python3-aiohttp,
               python3-all,
               python3-fsspec,
               python3-setuptools,
               python3-sphinx <!nodoc>,
               python3-sphinx-rtd-theme <!nodoc>
Standards-Version: 4.7.3
Homepage: https://github.com/fsspec/s3fs
Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-s3fs
Vcs-Git: https://salsa.debian.org/debian-gis-team/python-s3fs.git
Description: Convenient Filesystem interface over S3
 Pythonic file interface to S3, s3fs builds on top of botocore.
 .
 The top-level class S3FileSystem holds connection information and
 allows typical file-system style operations like cp, mv, ls, du,
 glob, etc., as well as put/get of local files to/from S3.
 .
 The connection can be anonymous - in which case only
 publicly-available, read-only buckets are accessible - or via
 credentials explicitly supplied or in configuration files.
 .
 Calling open() on a S3FileSystem (typically using a context manager)
 provides an S3File for read or write access to a particular key.
 The object emulates the standard File protocol (read, write, tell,
 seek), such that functions expecting a file can access S3.
 Only binary read and write modes are implemented, with blocked
 caching.
 .
 S3Fs uses and is based upon fsspec.

Package: python3-s3fs
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends}
Description: ${source:Synopsis}
 ${source:Extended-Description}