{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/10"}],"enrichment":{"capability":"Parses, validates, and calculates occurrences of AWS EventBridge cron expressions, which differ from standard Unix cron syntax.","skillfed_tags":["aws-eventbridge","scheduling","cron-expressions"],"use_cases":["Validate AWS EventBridge cron expressions before deploying scheduled rules to avoid runtime failures.","Calculate the next execution time of an EventBridge rule to show users when an event will trigger.","Find all occurrences of a schedule within a date range for reporting or audit purposes.","Detect scheduling conflicts between multiple EventBridge rules within a bounded time window.","Build a cron expression builder or scheduler UI that needs to parse and interpret AWS cron syntax."],"what_it_does":"AWS Croniter is a Python library for working with AWS EventBridge cron expressions, which follow a different syntax than standard Unix cron. It validates expressions against AWS rules, parses them with detailed error messages, and computes schedule occurrences\u2014including next/previous times, all occurrences in a date range, and conflicts between multiple schedules. The library handles AWS-specific syntax elements like the wildcard `?`, day-of-week aliases (SUN, MON, etc.), and month aliases (JAN, FEB, etc.).\n\nYou would use this when building AWS automation tools, scheduling systems, or applications that need to work programmatically with EventBridge cron rules. It combines validation and calculation in one package, eliminating the need to integrate separate tools. The single runtime dependency is python-dateutil, and it requires Python 3.10 or later.","worth_installing":"Yes. The package solves a specific, real problem (AWS cron expression handling) with low install friction, active maintenance, MIT licensing, and no known vulnerabilities. It's appropriate for any project that needs to work programmatically with EventBridge schedules."},"id":"aws-croniter","links":{"html":"https://skillfed.io/packages/aws-croniter","md":"https://skillfed.io/packages/aws-croniter.md","pypi":"https://pypi.org/project/aws-croniter/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-09","license_spdx":null,"license_treatment":"permissive","name":"aws-croniter","python_support":"supports_current","summary":"A Python utility for AWS cron expressions. Validate and parse AWS EventBridge cron expressions seamlessly."},"popularity":{"monthly_downloads":94460,"position":13327,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.1.1"}
