{"library":"fasteners","type":"library","category":null,"description":"Fasteners is a Python package that provides useful cross-platform synchronization primitives. It extends Python's standard library by offering inter-process exclusive locks, inter-process reader-writer locks, and thread-based reader-writer locks. The library aims to simplify concurrent programming across processes and threads. The current version is 0.20, with releases occurring periodically, often tied to Python version support updates.","language":"python","status":"active","version":"0.20","tags":["concurrency","locking","threading","multiprocessing","inter-process"],"last_verified":"Tue Jun 09","install":[{"cmd":"pip install fasteners","imports":["from fasteners import InterProcessLock","from fasteners import InterProcessReaderWriterLock","from fasteners import ReaderWriterLock","from fasteners import interprocess_locked","from fasteners import locked"]}],"homepage":null,"github":"https://github.com/harlowja/fasteners","docs":null,"changelog":null,"pypi":"https://pypi.org/project/fasteners/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.5,"avg_import_s":0.04,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/fasteners/compatibility"}}