[ ソース: zarr ]
パッケージ: python3-zarr (3.0.1-1~exp1)
試験的な (experimental の) パッケージ
警告: このパッケージは experimental ディストリビューションのものです。つまり、おそらく不安定でバグがあり、それどころかデータの損失を起こすかもしれません。使用前には、変更履歴やその他の参照可能なドキュメントを必ず調べてください。
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)
- Sphinx ドキュメンテーション用 JavaScript サポート
-
- 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
- 人間のために作られた、Python 3 向けの洗練された単純な HTTP ライブラリ
-
- rec: python3-rich
- render rich text, tables, progress bars, syntax highlighting, markdown and more