{"id":20885820,"url":"https://github.com/compas-dev/compas_invocations","last_synced_at":"2025-05-12T19:31:25.861Z","repository":{"id":61053719,"uuid":"547941371","full_name":"compas-dev/compas_invocations","owner":"compas-dev","description":"A collection of reusable pyinvoke tasks.","archived":false,"fork":false,"pushed_at":"2024-02-11T11:14:05.000Z","size":8845,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-04-20T20:53:44.215Z","etag":null,"topics":["developer-tools","invoke","tasks"],"latest_commit_sha":null,"homepage":"","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/compas-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null}},"created_at":"2022-10-08T16:00:14.000Z","updated_at":"2024-01-12T16:00:49.000Z","dependencies_parsed_at":"2024-02-11T11:32:23.484Z","dependency_job_id":"d1a0a466-4d26-4aee-be4f-26b7693088b3","html_url":"https://github.com/compas-dev/compas_invocations","commit_stats":{"total_commits":38,"total_committers":2,"mean_commits":19.0,"dds":"0.052631578947368474","last_synced_commit":"ea6ba1ffc6b372aa256bc14533adbcbb0b3c9b26"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas_invocations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas_invocations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas_invocations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fcompas_invocations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/compas-dev","download_url":"https://codeload.github.com/compas-dev/compas_invocations/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253808197,"owners_count":21967504,"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":["developer-tools","invoke","tasks"],"created_at":"2024-11-18T08:14:43.838Z","updated_at":"2025-05-12T19:31:25.442Z","avatar_url":"https://github.com/compas-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# compas_invocations\n\n[![pypi](https://img.shields.io/pypi/v/compas_invocations.svg)](https://pypi.org/project/compas-invocations/)\n\nA collection of reusable pyinvoke tasks\n\n## Usage\n\nImport and add tasks to a collection in your project's `tasks.py` file:\n\n    import os\n    from invoke import Collection\n    from compas_invocations import style\n\n    ns = Collection(style.check, style.lint)\n    ns.configure(\n        {\n            \"base_folder\": os.path.dirname(__file__),\n        }\n    )\n\nFor a more complete example, check the [`tasks.py`](tasks.py) of this project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompas-dev%2Fcompas_invocations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcompas-dev%2Fcompas_invocations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompas-dev%2Fcompas_invocations/lists"}