Metadata-Version: 2.1
Name: safelock
Version: 1.2.2
Summary: Safelock gives you simple systemwide multithread, multiprocess, multiprogram locks.
Home-page: https://denova.com/open_source/safelock/
Author: denova.com
Author-email: support@denova.com
Maintainer: denova.com
Maintainer-email: support@denova.com
License: GNU General Public License v3 (GPLv3)
Download-URL: https://github.com/denova-com/safelock/
Project-URL: Documentation, https://denova.com/open_source/safelock/
Project-URL: Source Code, https://github.com/denova-com/safelock/
Description: 
        DeNova Safelock
        ---------------
        
        Locks are usually the simplest way to get safe concurrent access to a shared resource.
        But they are a bear to get right.
        Safelock makes it easy.
        Get simple systemwide multithread, multiprocess, and multiprogram safe locks.
        
        
        Full Description
        ----------------
        
        Learn more about Safelock at:
        
            https://denova.com/open_source/safelock/
        
Keywords: locks multiprocess multithread multiinstance
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.5
Description-Content-Type: text/markdown
