Metadata-Version: 2.1
Name: cron-wrapper
Version: 0.1.2
Summary: A cron job wrapper to add some missing features (locks, timeouts, random sleeps, env loading...
Home-page: https://github.com/metwork-framework/cron-wrapper
Download-URL: https://github.com/metwork-framework/cron-wrapper
Author: Fabien MARTY
Author-email: fabien.marty@gmail.com
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Communications
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: Utilities
License-File: LICENSE
Requires-Dist: psutil (>=2.1.1)
Requires-Dist: filelock (<=3.2.1) ; python_version <= "2.7"
Requires-Dist: filelock (<=3.4.1) ; python_version == "3.6"
Requires-Dist: filelock ; python_version >= "3.7"

A cron job wrapper to add some missing features (locks, timeouts, random sleeps, env loading...
