{"id":46218953,"url":"https://github.com/stelewis/tq","last_synced_at":"2026-04-08T09:02:00.612Z","repository":{"id":341559871,"uuid":"1170279317","full_name":"stelewis/tq","owner":"stelewis","description":"A Python test quality toolkit written in Rust","archived":false,"fork":false,"pushed_at":"2026-04-06T00:57:08.000Z","size":1002,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-06T02:25:26.560Z","etag":null,"topics":["linter","python","testing"],"latest_commit_sha":null,"homepage":"https://stelewis.github.io/tq/","language":"Rust","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/stelewis.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":".github/SUPPORT.md","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":"2026-03-02T00:07:48.000Z","updated_at":"2026-04-06T00:57:16.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/stelewis/tq","commit_stats":null,"previous_names":["stelewis/tq"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/stelewis/tq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stelewis%2Ftq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stelewis%2Ftq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stelewis%2Ftq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stelewis%2Ftq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stelewis","download_url":"https://codeload.github.com/stelewis/tq/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stelewis%2Ftq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31547845,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"online","status_checked_at":"2026-04-08T02:00:06.127Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["linter","python","testing"],"created_at":"2026-03-03T11:13:29.787Z","updated_at":"2026-04-08T09:02:00.607Z","avatar_url":"https://github.com/stelewis.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- markdownlint-disable MD033 MD041 --\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://stelewis.github.io/tq/\"\u003e\n    \u003cimg src=\"docs/public/tq-logo-large.svg\" alt=\"tq logo\" width=\"144\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003c!-- markdownlint-enable MD033 MD041 --\u003e\n\n# `tq` - Test Quality Toolkit\n\n[![Documentation](https://img.shields.io/badge/docs-site-blue)](https://stelewis.github.io/tq/)\n\n`tq` inspects a codebase's tests and enforces quality rules so tests remain discoverable, focused, actionable, and maintainable.\n\n## Installation\n\nPyPI distribution name: `tqlint`\n\nAdd to a project:\n\n```sh\nuv add --dev tqlint\nuv run tq check\n```\n\nRun without installing (ephemeral):\n\n```sh\nuvx --from tqlint tq check\n```\n\nInstall as a persistent global tool:\n\n```sh\nuv tool install tqlint\ntq check\n```\n\nInstall with `pip`:\n\n```sh\npython -m pip install tqlint\ntq check\n```\n\nNote: `uvx tq check` is not currently available because the `tq` package name on PyPI is owned by another project. Use `uvx --from tqlint tq ...` for ephemeral runs.\n\n## Usage\n\nRun checks:\n\n```sh\nuv run tq check\n```\n\n## Configuration\n\n[Configure](https://stelewis.github.io/tq/reference/configuration.html) `tq` in `pyproject.toml` under `[tool.tq]`:\n\n\u003c!-- BEGIN GENERATED:readme-configuration-example --\u003e\n```toml\n[tool.tq]\ninit_modules = \"ignore\"\nmax_test_file_non_blank_lines = 600\nqualifier_strategy = \"allowlist\"\nallowed_qualifiers = [\"regression\"]\n\n[[tool.tq.targets]]\nname = \"tq\"\npackage = \"tq\"\nsource_root = \"src\"\ntest_root = \"tests\"\n```\n\u003c!-- END GENERATED:readme-configuration-example --\u003e\n\n## Documentation\n\n[`tq` documentation](https://stelewis.github.io/tq/)\n\n## Language support\n\n`tq` currently only analyzes Python source and Python tests (`.py`).\n\n## Development\n\nContributions are welcomed!\n\nContribution guidelines and development setup steps are documented in [CONTRIBUTING.md](CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstelewis%2Ftq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstelewis%2Ftq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstelewis%2Ftq/lists"}