| Paketname | python-lockfile |
| Beschreibung | file locking library for Python |
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
| Version | 0.8-1 |
| Sektion | universe/python |
| Priorität | extra |
| Installierte Größe | 84 Byte |
| Hängt ab von | python-support (>= 0.90.0) |
| Empfohlene Pakete | |
| Paketbetreuer | Ubuntu Developers |
| Quelle | |
| Paketgröße | 8196 Byte |
| Prüfsumme MD5 | f7875fcd8158b237268642613d5e7631 |
| Prüfsumme SHA1 | 44cf2d4a5f26210ef27c9f2d5a1e402057467027 |
| Prüfsumme SHA256 | ca474e04b802975ab2fa28224728fc4de27fbe83f53d49c481e43c9748bc6136 |
| Link zum Herunterladen | python-lockfile_0.8-1_all.deb |
| Ausführliche Beschreibung | The ‘lockfile’ module exports a ‘FileLock’ class which provides a
simple API for locking files.
.
Other back ends are possible with the same semantics; an example
‘SQLiteFileLock’ class is included, that uses an SQLite database for
the lock implementation.
.
Unlike other Python locking libraries (the Windows ‘msvcrt.locking’
function, the Unix ‘fcntl.flock’, ‘fcntl.lockf’, and the deprecated
‘posixfile’ module), the API is identical across both Unix (including
GNU/Linux and MacOS) and Windows platforms.
|