Skip to main content

Single access to run python script

Project description

Single access to run python script.

Installation

$ pip install single_access

Usage

from single_access import single_access, lock

@single_access
def main():
    # try to lock this script file
    ...

or

@single_access(filename='/tmp/single_access_test.loc')
def main():
    ...

or

def main():
    if not lock('/tmp/single_access_test.loc'):
        return
    ...

Repository

https://bitbucket.org/imbolc/single_access

Project details


Download files

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

Source Distribution

single_access-0.0.1.tar.gz (2.3 kB view hashes)

Uploaded Source

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