{"id":17000420,"url":"https://github.com/kirbs-/text2cron","last_synced_at":"2025-03-22T08:22:35.765Z","repository":{"id":57474596,"uuid":"228443023","full_name":"kirbs-/text2cron","owner":"kirbs-","description":"Use natural language to create a cron expression","archived":false,"fork":false,"pushed_at":"2019-12-16T18:07:54.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T14:46:27.139Z","etag":null,"topics":["airflow","cron-expression"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kirbs-.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-16T17:49:33.000Z","updated_at":"2020-10-28T18:16:45.000Z","dependencies_parsed_at":"2022-09-10T04:05:10.215Z","dependency_job_id":null,"html_url":"https://github.com/kirbs-/text2cron","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirbs-%2Ftext2cron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirbs-%2Ftext2cron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirbs-%2Ftext2cron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirbs-%2Ftext2cron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kirbs-","download_url":"https://codeload.github.com/kirbs-/text2cron/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244926670,"owners_count":20533170,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["airflow","cron-expression"],"created_at":"2024-10-14T04:12:01.614Z","updated_at":"2025-03-22T08:22:35.747Z","avatar_url":"https://github.com/kirbs-.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# text2cron\nConvert a word phrase to a cron schedule expression. Make it easy for non-technical people to use cron expressions to schedule cron tasks.\n\n## Examples\nVerbose phrase\n```python\n\u003e\u003e\u003e from text2cron import CronExp\n\u003e\u003e\u003e phrase = 'Tuesdays @1pm'\n\u003e\u003e\u003e cron_expression = CronExp(schedule_phrase = phrase)\n\u003e\u003e\u003e cron_expression\n'Tues @1am CT cron expression \"0 1 * * 2\"'\n\n\u003e\u003e\u003e str(cron_expression)\n'0 1 * * 2'\n\n# Convert to UTC\n\u003e\u003e\u003e import pendulum\n\u003e\u003e\u003e pendulum.now().tzname()\n'EST'\n\u003e\u003e\u003e str(cron_expression)\n'0 1 * * 2'\n\u003e\u003e\u003e cron_expression.utc\n'0 7 * * 2'\n```\n\n## Installation\n`pip install text2cron`\n\n## Enhancements\n- convert between timezones.\n- convert cron expression to word phrase.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkirbs-%2Ftext2cron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkirbs-%2Ftext2cron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkirbs-%2Ftext2cron/lists"}