Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

dmfrey/FileLock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

========
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/

About

Python FileLock library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages