{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/13"}],"enrichment":{"capability":"Converts crontab expressions from a local timezone into UTC-equivalent crontabs, accounting for Daylight Saving Time by generating multiple UTC schedules.","skillfed_tags":["cron-scheduling","timezone-handling"],"use_cases":["Convert a recurring local job schedule to UTC for deployment on servers in different timezones.","Generate multiple UTC crontabs to handle DST transitions automatically without manual intervention.","Automate cron expression conversion in infrastructure-as-code or configuration management tools.","Verify that a local cron schedule will execute at the intended UTC times across the year."],"what_it_does":"local-crontab is a Python library and CLI tool that translates crontab schedules from local time into UTC. Because Daylight Saving Time shifts the offset between local and UTC time at different points in the year, a single local schedule may need multiple UTC crontabs to remain synchronized\u2014this package generates all necessary UTC variants automatically.\n\nYou can use it as a library by instantiating a Converter with a cron expression and timezone, then calling to_utc_crons() to get a list of UTC crontabs. Alternatively, use the command-line interface with the local-crontab command to convert expressions directly. The package depends on cron-converter, click, and python-dateutil.","worth_installing":"Yes, if you need reliable local-to-UTC cron conversion and can accept that the package is no longer maintained. The core logic is stable and the dependencies are lightweight. No known vulnerabilities. Install it for one-time conversions or as part of a system where DST handling is critical; avoid it if you need ongoing bug fixes or support for future timezone rule changes."},"id":"local-crontab","links":{"html":"https://skillfed.io/packages/local-crontab","md":"https://skillfed.io/packages/local-crontab.md","pypi":"https://pypi.org/project/local-crontab/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2021-07-09","license_spdx":null,"license_treatment":"permissive","name":"local-crontab","python_support":"supports_current","summary":"Convert local crontabs to UTC crontabs"},"popularity":{"monthly_downloads":334043,"position":7495,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.3.0"}
