[ Bron: zarr ]
Pakket: python3-zarr (3.0.1-1~exp1)
Verwijzigingen voor python3-zarr
Debian bronnen:
Het bronpakket zarr downloaden:
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Experimenteel pakket
Warning: This package is from the experimental distribution. That means it is likely unstable or buggy, and it may even cause data loss. Please be sure to consult the changelog and other possible documentation before using it.
chunked, compressed, N-dimensional arrays for Python
Zarr is a Python package providing an implementation of compressed, chunked, N-dimensional arrays, designed for use in parallel computing. Some highlights:
- Create N-dimensional arrays with any NumPy dtype. - Chunk arrays along any dimension. - Compress chunks using the fast Blosc meta-compressor or alternatively using zlib, BZ2 or LZMA. - Store arrays in memory, on disk, inside a Zip file, on S3, ... - Read an array concurrently from multiple threads or processes. - Write to an array concurrently from multiple threads or processes. - Organize arrays into hierarchies via groups. - Use filters to preprocess data and improve compression.
Andere aan python3-zarr gerelateerde pakketten
|
|
|
|
-
- dep: libjs-sphinxdoc (>= 8.1)
- JavaScript support for Sphinx documentation
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-crc32c
- python implementation in hardware and software of crc32c
-
- dep: python3-donfig
- Python package for configuring a Python package
-
- dep: python3-numcodecs
- buffer compression and transformation codecs for Python
-
- dep: python3-numpy
- Python library for numerical computations (Python 3)
-
- dep: python3-packaging
- core utilities for python3 packages
-
- dep: python3-pydata-sphinx-theme
- bootstrap-based Sphinx theme from the PyData community
-
- dep: python3-sphinx-copybutton
- sphinx extension to add a "copy" button to code blocks
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python
-
- rec: python3-aiohttp
- http client/server for asyncio
-
- rec: python3-botocore
- Low-level, data-driven core of boto 3 (Python 3)
-
- rec: python3-fsspec
- specification that Python filesystems should adhere to (Python 3)
-
- rec: python3-requests
- elegant and simple HTTP library for Python3, built for human beings
-
- rec: python3-rich
- render rich text, tables, progress bars, syntax highlighting, markdown and more