معرفی شرکت ها


cs.vt-20190309


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A content hash based data store with a filesystem layer, using variable sized blocks, arbitrarily sized data and utilising some domain knowledge to aid efficient block boundary selection.
ویژگی مقدار
سیستم عامل -
نام فایل cs.vt-20190309
نام cs.vt
نسخه کتابخانه 20190309
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Cameron Simpson
ایمیل نویسنده cs@cskk.id.au
آدرس صفحه اصلی https://bitbucket.org/cameron_simpson/css/commits/all
آدرس اینترنتی https://pypi.org/project/cs.vt/
مجوز GNU General Public License v3 (GPLv3)
A content hash based data store with a filesystem layer, using variable sized blocks, arbitrarily sized data and utilising some domain knowledge to aid efficient block boundary selection. *Note*: the "mount" filesystem facility uses FUSE, which may need manual OS installation. On MacOS this means installing `osxfuse` for example from MacPorts. You will also need the `llfuse` Python module, which is not automatically required by this package. The package provides the `vt` command to access these facilities from the command line. This system has two main components: * Stores: storage areas of variable sized data blocks indexed by the cryptographic hashcode of their content * Dirents: references to filesystem entities containing hashcode based references to the content These are logically disconnected. Dirents are not associated with particular Stores; it is it sufficient to have access to any Store containing the required blocks. The other common entity is the Archive, which is just a text file containing a timestamped log of revisions of a Dirent. These can be mounted as a FUSE filesystem, and the `vt pack` command simply stores a directory tree into the current Store, and records the stored reference in an Archive file. See also the Plan 9 Venti system: (http://library.pantek.com/general/plan9.documents/venti/venti.html, http://en.wikipedia.org/wiki/Venti) which is also a system based on variable sized blocks.


نحوه نصب


نصب پکیج whl cs.vt-20190309:

    pip install cs.vt-20190309.whl


نصب پکیج tar.gz cs.vt-20190309:

    pip install cs.vt-20190309.tar.gz