{"id":46517206,"url":"https://github.com/controlm/ctm-python-client","last_synced_at":"2026-03-06T18:03:59.259Z","repository":{"id":37389518,"uuid":"430681543","full_name":"controlm/ctm-python-client","owner":"controlm","description":"Library to programmatically author and schedule workflows in Control-M.","archived":false,"fork":false,"pushed_at":"2026-02-23T13:23:00.000Z","size":7113,"stargazers_count":24,"open_issues_count":13,"forks_count":21,"subscribers_count":13,"default_branch":"main","last_synced_at":"2026-02-24T02:24:58.003Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/controlm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-11-22T11:35:28.000Z","updated_at":"2026-02-23T13:20:36.000Z","dependencies_parsed_at":"2025-05-14T11:34:00.461Z","dependency_job_id":"24c6eed6-f33b-434e-9341-fabe3cb93ccb","html_url":"https://github.com/controlm/ctm-python-client","commit_stats":null,"previous_names":[],"tags_count":46,"template":false,"template_full_name":null,"purl":"pkg:github/controlm/ctm-python-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/controlm%2Fctm-python-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/controlm%2Fctm-python-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/controlm%2Fctm-python-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/controlm%2Fctm-python-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/controlm","download_url":"https://codeload.github.com/controlm/ctm-python-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/controlm%2Fctm-python-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30189485,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T17:33:53.563Z","status":"ssl_error","status_checked_at":"2026-03-06T17:33:51.678Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-03-06T18:03:58.551Z","updated_at":"2026-03-06T18:03:59.249Z","avatar_url":"https://github.com/controlm.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Control-M Python Client\n\nControl-M Python Client is a python library to programmatically design, schedule and run your Control-M workflows. The design of the Control-M Python Client is oriented towards data scientists and developers who prefer a more programmatic approach to workflow orchestration.\n\n## Getting Started\n\nThe best way to get familiar is to check the [Documentation](https://controlm.github.io/ctm-python-client/). Start with the [Tutorials](https://controlm.github.io/ctm-python-client/tutorials.html) to get familiar with the syntax.\n\nYou do not need to have an in-depth knowledge of Control-M, but some familiarity with Control-M will help you understand the different job types and syntax offered by Control-M Python Client.\n\n## Installation\n\nControl-M Python client requires [Python](https://www.python.org/downloads/) version 3.10 or higher.\n\nWe recommend to install Control-M Python Client in a [virtual environment](https://docs.python.org/3/library/venv.html).\n\nFor Linux:\n```\npython -m venv venv\nsource venv/bin/activate\n```\n\nFor Windows:\n```\npython -m venv venv\nvenv\\Scripts\\activate\n```\n\n### Installing via pip\nYou will need pip and git installed on your system before you run this command.\n```\npip install ctm-python-client\n```\n\n### Installing from source\n\n```\ngit clone https://github.com/controlm/ctm-python-client.git\npip install ctm-python-client\n```\n\n## Contributing and Support\n\nSee [Contributing](https://github.com/controlm/ctm-python-client/blob/main/CONTRIBUTING.md)\n\n## Links\n\n- [Control-M Documentation](https://docs.bmc.com/docs/display/workloadautomation/Control-M+Workload+Automation+Documentation)\n- [Helix Control-M Documentation](https://documents.bmc.com/supportu/controlm-saas/en-US/Documentation/home.htm)\n- [Automation API Documentation](https://docs.bmc.com/docs/display/public/workloadautomation/Control-M+Automation+API+-+Getting+Started+Guide)\n- [Automation API with Helix Control-M Documentation](https://docs.bmc.com/docs/display/ctmSaaSAPI/Control-M+SaaS+Automation+API+Home)\n- [Provisioning an agent with Automation API](https://docs.bmc.com/docs/automation-api/monthly/provision-service-1040174602.html#Provisionservice-provisionFresh)\n- [Application Integrator](https://documents.bmc.com/supportu/9.0.20/etc/ai/help/en-US/Web_Help/index.htm#69319.htm)\n\n## License\n\nSee [License](https://github.com/controlm/ctm-python-client/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontrolm%2Fctm-python-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcontrolm%2Fctm-python-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontrolm%2Fctm-python-client/lists"}