{"id":16804659,"url":"https://github.com/yanglbme/actions-toolkit","last_synced_at":"2025-08-10T11:31:19.891Z","repository":{"id":37398814,"uuid":"313850690","full_name":"yanglbme/actions-toolkit","owner":"yanglbme","description":"🛠 The GitHub ToolKit for developing GitHub Actions in Python | 一个用于开发 GitHub Actions 的工具库","archived":false,"fork":false,"pushed_at":"2024-02-27T08:16:14.000Z","size":104,"stargazers_count":36,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-01T10:54:39.794Z","etag":null,"topics":["actions","actions-toolkit","github","github-actions","pypi","python"],"latest_commit_sha":null,"homepage":"https://yanglbme.github.io/actions-toolkit","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yanglbme.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2020-11-18T07:03:45.000Z","updated_at":"2024-07-31T16:25:20.000Z","dependencies_parsed_at":"2024-02-27T10:03:14.454Z","dependency_job_id":"6a94b2d3-1f7e-4a2e-82f0-1870740db854","html_url":"https://github.com/yanglbme/actions-toolkit","commit_stats":{"total_commits":46,"total_committers":3,"mean_commits":"15.333333333333334","dds":"0.13043478260869568","last_synced_commit":"68323d0ee3141cd4f4500d9a7a72c94a937f0aab"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanglbme%2Factions-toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanglbme%2Factions-toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanglbme%2Factions-toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanglbme%2Factions-toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yanglbme","download_url":"https://codeload.github.com/yanglbme/actions-toolkit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229404257,"owners_count":18067680,"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":["actions","actions-toolkit","github","github-actions","pypi","python"],"created_at":"2024-10-13T09:45:40.696Z","updated_at":"2024-12-12T15:16:42.596Z","avatar_url":"https://github.com/yanglbme.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Actions Toolkit\n\nThe GitHub Actions ToolKit provides an SDK to make creating actions easier in Python.\n\n[![Downloads](https://pepy.tech/badge/actions-toolkit)](https://pepy.tech/project/actions-toolkit)\n[![Pypi Versions](https://img.shields.io/pypi/v/actions-toolkit.svg)](https://pypi.python.org/pypi/actions-toolkit)\n[![Contributors](https://img.shields.io/github/contributors/yanglbme/actions-toolkit.svg)](https://github.com/yanglbme/actions-toolkit/graphs/contributors)\n\n## Installation\n\nAction Toolkit is available on PyPI:\n\n```bash\n$ python -m pip install actions-toolkit\n```\n\nAction Toolkit officially supports Python 3.6+.\n\n## Usage\n\n```python\n\u003e\u003e\u003e import os\n\u003e\u003e\u003e from actions_toolkit import core\n\u003e\u003e\u003e os.environ['INPUT_NAME'] = 'Actions Toolkit'\n\u003e\u003e\u003e core.get_input('name', required=True)\n'Actions Toolkit'\n\u003e\u003e\u003e core.error('Something went wrong.')\n::error::Something went wrong.\n\u003e\u003e\u003e core.info('Run successfully.')\nRun successfully.\n\u003e\u003e\u003e core.set_failed('SSL certificates installation failed.')\n::error::SSL certificates installation failed.\n```\n\nFor more examples and API documentation, please see the [core](./docs/core.md) \u0026 [github](./docs/github.md).\n\n## Contributing\n\nContributions are always welcomed!\n\nHere are the workflow for contributors:\n\n- Fork to your own\n- Clone fork to local repository\n- Create a new branch and work on it\n- Keep your branch in sync\n- Commit your changes (make sure your commit message concise)\n- Push your commits to your forked repository\n- Create a pull request\n\nPlease refer to [CONTRIBUTING](./CONTRIBUTION.md) for detailed guidelines.\n\n## License\n\nThe scripts and documentation in this project are released under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyanglbme%2Factions-toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyanglbme%2Factions-toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyanglbme%2Factions-toolkit/lists"}