Metadata-Version: 1.1
Name: single
Version: 0.2.0
Summary: Ensure single instance of a command without leaving stale lock files.
Home-page: https://github.com/tengu/py-single
Author: tengu
Author-email: karasuyamatengu@gmail.com
License: LGPL
Description: 
            Wrap a command with `single` to ensure there is at most single instance of the command at a time.
            This comes in handy when periodically invoking potentially long-running commands by cron.
            `single` avoids the problem of stale lock suffered by lock file approach. Even if the command
            crashes the lock is cleared.
            
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Topic :: Utilities
