{"id":25547041,"url":"https://github.com/esadek/tsks","last_synced_at":"2025-07-10T07:35:47.967Z","repository":{"id":278111701,"uuid":"934553047","full_name":"esadek/tsks","owner":"esadek","description":"Simple task runner for Python projects","archived":false,"fork":false,"pushed_at":"2025-02-18T08:45:32.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-02T16:08:15.539Z","etag":null,"topics":[],"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/esadek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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":"2025-02-18T02:56:16.000Z","updated_at":"2025-02-18T08:45:35.000Z","dependencies_parsed_at":"2025-02-18T04:22:06.540Z","dependency_job_id":"4adba666-6527-44f0-b65a-a7292ad66d72","html_url":"https://github.com/esadek/tsks","commit_stats":null,"previous_names":["esadek/tsks"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/esadek/tsks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esadek%2Ftsks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esadek%2Ftsks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esadek%2Ftsks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esadek%2Ftsks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/esadek","download_url":"https://codeload.github.com/esadek/tsks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esadek%2Ftsks/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264545176,"owners_count":23625405,"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":[],"created_at":"2025-02-20T09:19:17.424Z","updated_at":"2025-07-10T07:35:47.916Z","avatar_url":"https://github.com/esadek.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tsks\n\n[![CI](https://github.com/esadek/tsks/actions/workflows/ci.yml/badge.svg)](https://github.com/esadek/tsks/actions/workflows/ci.yml)\n[![License](https://img.shields.io/github/license/esadek/tsks)](https://github.com/esadek/tsks/blob/main/LICENSE)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n\nSimple task runner for Python projects.\n\n## Installation\n\n```bash\npip install tsks\n```\n\n## Usage\n\nAdd tasks in your [`pyproject.toml`](https://packaging.python.org/en/latest/guides/writing-pyproject-toml/) file:\n\n```toml\n[tool.tsks]\ntest = \"pytest\"\nlint = \"ruff check --fix\"\nformat = \"ruff format\"\n```\n\nRun tasks with the `tsks` command:\n\n```bash\ntsks format lint\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesadek%2Ftsks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fesadek%2Ftsks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesadek%2Ftsks/lists"}