Skip to main content

A platform independent file lock.

Project description

This package contains a single module, which implements a platform independent file locking mechanism for Python.

The lock includes a lock counter and is thread safe. This means, when locking the same lock object twice, it will not block.

import filelock

lock = filelock.FileLock("my_lock_file")

with lock:
        pass

try:
        with lock.acquire(timeout = 10):
                pass
except filelock.Timeout:
        pass

Documentation

The full documentation is available on readthedocs.org.

Contributions

Contributions are always welcome. Never hesitate to open a new issue.

License

This package is public domain.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

filelock-2.0.8.tar.gz (5.3 kB view details)

Uploaded Source

File details

Details for the file filelock-2.0.8.tar.gz.

File metadata

  • Download URL: filelock-2.0.8.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for filelock-2.0.8.tar.gz
Algorithm Hash digest
SHA256 7e48e4906de3c9a5d64d8f235eb3ae1050dfefa63fd65eaf318cc915c935212b
MD5 7d86e7cfef263b6d7154894568bf9a78
BLAKE2b-256 55fbad353636e03b66bc60c57e0e5e3e196bfdc08a030e5e16885da7cddf1bc0

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page