category: Python
requires: python36
sdesc: "Cross platform locks for threads and processes"
ldesc: "Python standard library provides a lock for threads (both a reentrant one, and a non-reentrant one, see below). Fasteners extends this, and provides a lock for processes, as well as Reader Writer locks for both threads and processes."
external-source: python-fasteners