Metadata-Version: 2.1
Name: tmplockfile
Version: 0.0.1
Summary: A minimal lock file mechanism
Home-page: https://github.com/jplusplus/lockfile
Author: Leo Wallentin | J++ Stockholm
Author-email: mejl@leowallentin.se
License: UNKNOWN
Description: A minimal lock file mechanism, creating a temporary file to signal that a
        specific file should not be touched by other scripts, or instances of the same script.
        
        Created for [Europe 1° Warmer](https://www.onedegreewarmer.eu/).
        
        This is module does _not_ implement OS level file locking. For that, see e.g. the built-in [lockfile](https://pythonhosted.org/lockfile/lockfile.html) module, [zc.lockfile](https://pypi.org/project/zc.lockfile/), or other similar projects.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
