bhowiebkr / python-process-lock

A locking mechanism for a python process. Should be cross platform safe.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-process-lock

A locking mechanism for a python process. Should be cross platform safe.

See the main.py:

from locker import locker

@locker("my lock string")
def main():
    print("Hello World!")

About

A locking mechanism for a python process. Should be cross platform safe.

License:The Unlicense


Languages

Language:Python 99.0%Language:Shell 1.0%