Metadata-Version: 1.0
Name: FileLock-git
Version: 0.1.0rc0
Summary: File locking library
Home-page: https://github.com/dmfrey/FileLock
Author: Evan Fosmark
Author-email: me@evanfosmark.com
License: LICENSE.txt
Description: 
        ========
        FileLock
        ========
        
            A file locking mechanism that has context-manager support so 
            you can use it in a with statement. This should be relatively cross
            compatible as it doesn't rely on msvcrt or fcntl for the locking.
            
        
            Originally posted at http://www.evanfosmark.com/2009/01/cross-platform-file-locking-support-in-python/
        
Platform: UNKNOWN
