File: __init__.py

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 (7 lines) | stat: -rw-r--r-- 207 bytes parent folder | download
1
2
3
4
5
6
7
from .core import S3FileSystem, S3File, add_retryable_error, set_custom_error_handler
from .mapping import S3Map

from ._version import get_versions

__version__ = get_versions()["version"]
del get_versions