معرفی شرکت ها


binpickle-0.3.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Optimized format for pickling binary data.
ویژگی مقدار
سیستم عامل -
نام فایل binpickle-0.3.4
نام binpickle
نسخه کتابخانه 0.3.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Michael Ekstrand
ایمیل نویسنده michaelekstrand@boisestate.edu
آدرس صفحه اصلی https://binpickle.lenskit.org
آدرس اینترنتی https://pypi.org/project/binpickle/
مجوز -
# BinPickle - efficient binary pickled data [![PyPI version](https://badge.fury.io/py/binpickle.svg)](https://badge.fury.io/py/binpickle) ![Test and Build](https://github.com/lenskit/binpickle/workflows/Test%20and%20Package/badge.svg) [![codecov](https://codecov.io/gh/lenskit/binpickle/branch/master/graph/badge.svg)](https://codecov.io/gh/lenskit/binpickle) This package uses the new Pickle Protocol 5 in Python 3.8 (or its `pickle5` backport) to efficiently serialize large objects, particularly from scientific Python packages, to an on-disk format. This format is designed to support two use cases: 1. Serializing data-intensive statistical models in a memory-mappable format so multiple processes can share the same (read-only) model memory. 2. Serializing data-intensive statistical models with good compression for long-term storage and cross-machine transportation. BinPickle does this by using Pickle 5's out-of-band buffer serialization support to write buffers uncompressed and page-aligned for memory mapping (use case 1) or with per-buffer efficient compression with libraries like Blosc (use case 2). ## Format Stability We do **not** yet guarantee the stability of the BinPickle format. We will avoid gratuitous changes, but BinPickle 1.0 will be the first with a stability guarantee. ## Acknowledgements This material is based upon work supported by the National Science Foundation under Grant No. IIS 17-51278. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation. This page has not been approved by Boise State University and does not reflect official university positions.


نیازمندی

مقدار نام
- msgpack
ython_versio pickle5;
- blosc
- flake8
- rstcheck
- sphinx
- numcodecs
- pytest
- pytest-cov
- hypothesis
- pandas
- numpy


زبان مورد نیاز

مقدار نام
>= 3.6.1 Python


نحوه نصب


نصب پکیج whl binpickle-0.3.4:

    pip install binpickle-0.3.4.whl


نصب پکیج tar.gz binpickle-0.3.4:

    pip install binpickle-0.3.4.tar.gz