3 Star 0 Fork 0

众智计划/numcodecs

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
PKG-INFO 2.64 KB
一键复制 编辑 原始数据 按行查看 历史
lcc20174505 提交于 2025-04-14 13:47 +08:00 . first commit
Metadata-Version: 2.1
Name: numcodecs
Version: 0.12.0
Summary: A Python package providing buffer compression and transformation codecs for use in data storage and communication applications.
Maintainer-email: Alistair Miles <alimanfoo@googlemail.com>
License: MIT
Project-URL: Bug Tracker, https://github.com/zarr-developers/numcodecs/issues
Project-URL: Changelog, https://numcodecs.readthedocs.io/en/stable/release.html
Project-URL: Documentation, https://numcodecs.readthedocs.io/
Project-URL: Homepage, https://github.com/zarr-developers/numcodecs
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: numpy>=1.7
Provides-Extra: docs
Requires-Dist: sphinx<7.0.0; extra == "docs"
Requires-Dist: sphinx-issues; extra == "docs"
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: mock; extra == "docs"
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Requires-Dist: flake8; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Provides-Extra: msgpack
Requires-Dist: msgpack; extra == "msgpack"
Provides-Extra: zfpy
Requires-Dist: zfpy>=1.0.0; extra == "zfpy"
Numcodecs
=========
Numcodecs is a Python package providing buffer compression and transformation
codecs for use in data storage and communication applications.
.. image:: https://readthedocs.org/projects/numcodecs/badge/?version=latest
:target: https://numcodecs.readthedocs.io/en/latest/?badge=latest
.. image:: https://github.com/zarr-developers/numcodecs/workflows/Linux%20CI/badge.svg?branch=main
:target: https://github.com/zarr-developers/numcodecs/actions?query=workflow%3A%22Linux+CI%22
.. image:: https://github.com/zarr-developers/numcodecs/workflows/OSX%20CI/badge.svg?branch=main
:target: https://github.com/zarr-developers/numcodecs/actions?query=workflow%3A%22OSX+CI%22
.. image:: https://github.com/zarr-developers/numcodecs/workflows/Wheels/badge.svg?branch=main
:target: https://github.com/zarr-developers/numcodecs/actions?query=workflow%3AWheels
.. image:: https://codecov.io/gh/zarr-developers/numcodecs/branch/main/graph/badge.svg
:target: https://codecov.io/gh/zarr-developers/numcodecs
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mindhub/numcodecs.git
git@gitee.com:mindhub/numcodecs.git
mindhub
numcodecs
numcodecs
master

搜索帮助