[ 源代码: zarr ]
软件包:python3-zarr(3.0.1-1~exp1)
试制(Experimental)软件包
警告:这个软件包来自于 experimental 发行版。这表示它很有可能表现出不稳定或者出现 bug ,甚至是导致资料损失。请务必在使用之前查阅 changelog 以及其他潜在的文档。
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.
其他与 python3-zarr 有关的软件包
|
|
|
|
-
- dep: libjs-sphinxdoc (>= 8.1)
- JavaScript support for Sphinx documentation
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- 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