Metadata-Version: 2.1
Name: cs.vt
Version: 20181231
Summary: 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.
Home-page: https://bitbucket.org/cameron_simpson/css/commits/all
Author: Cameron Simpson
Author-email: cs@cskk.id.au
License: UNKNOWN
Description: 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.
        
        See also the Plan 9 Venti system:
        (http://library.pantek.com/general/plan9.documents/venti/venti.html,
        http://en.wikipedia.org/wiki/Venti).
        
        ## Class `DebuggingLock`
        
        A wrapper for a threading Lock or RLock
        to notice contention and report contending uses.
        
        ## Function `fromtext(s)`
        
        Return raw byte array from text/hexadecimal string.
        
        ## Class `LockContext`
        
        MRO: `builtins.tuple`  
        LockContext(caller, thread)
        
        ## Function `totext(data)`
        
        Represent a byte sequence as a hex/text string.
Keywords: python3
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description-Content-Type: text/markdown
