Simplify config description to avoid `,` commas paired with `|` pipe separator (pluginconf regex is more relaxed where ST2 would strictly only allow either) | ||
---|---|---|
mario authored 71 days ago last checkin 34bb0c97d ⎘ | ||
๐ kronos.py | Use __future__ print_function for file=sys.stderr descriptor usage.โนโบ | 2212 days ago |
bundle
The bundle/ directory is just for smaller Python packages that are automatically included in debs/rpms/zips.
kronos is used for job scheduling (basically cron within a Python process), a simpler wrapper around the
sched
module. It's no longer maintained though.bundle/
also used to contain a fallback version python-requests for example. But that's now current enough in all distros, so unneeded as builtin module.