Metadata-Version: 1.1
Name: tusk
Version: 0.1.0
Summary: Distributed lock with postgres.
Home-page: https://github.com/cyberdelia/tusk
Author: Timothée Peignier
Author-email: timothee.peignier@tryphon.org
License: MIT
Description: ====
        Tusk
        ====
        
        Installing
        ==========
        
        To install : ::
        
            pip install tusk
        
        
        Usage
        =====
        
        Tusk tries to be as simple as possible ::
        
            l = Lock("postgres://localhost/noclue")
            l.acquire("inspector", blocking=True)
            t.release("clues")
        
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
