{"id":50663873,"url":"https://github.com/tox-dev/tox-towncrier","last_synced_at":"2026-06-08T04:33:26.345Z","repository":{"id":361271793,"uuid":"1226310050","full_name":"tox-dev/tox-towncrier","owner":"tox-dev","description":"A tox plugin providing pre-configured Towncrier toxenvs.","archived":false,"fork":false,"pushed_at":"2026-05-29T21:25:17.000Z","size":98,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-29T23:07:24.298Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tox-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null},"funding":{"custom":["https://savelife.in.ua/donate-en","https://github.com/vshymanskyy/StandWithUkraine#for-maintainers-and-authors","https://www.paypal.me/webknjazCZ","https://webknjaz.me"],"github":["webknjaz"],"ko_fi":"webknjaz","liberapay":"webknjaz","open_collective":"webknjaz","thanks_dev":"u/gh/webknjaz"}},"created_at":"2026-05-01T08:20:13.000Z","updated_at":"2026-05-29T22:47:59.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tox-dev/tox-towncrier","commit_stats":null,"previous_names":["tox-dev/tox-towncrier"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tox-dev/tox-towncrier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tox-dev%2Ftox-towncrier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tox-dev%2Ftox-towncrier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tox-dev%2Ftox-towncrier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tox-dev%2Ftox-towncrier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tox-dev","download_url":"https://codeload.github.com/tox-dev/tox-towncrier/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tox-dev%2Ftox-towncrier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34048681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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":[],"created_at":"2026-06-08T04:33:25.770Z","updated_at":"2026-06-08T04:33:26.334Z","avatar_url":"https://github.com/tox-dev.png","language":"Python","funding_links":["https://savelife.in.ua/donate-en","https://github.com/vshymanskyy/StandWithUkraine#for-maintainers-and-authors","https://www.paypal.me/webknjazCZ","https://webknjaz.me","https://github.com/sponsors/webknjaz","https://ko-fi.com/webknjaz","https://liberapay.com/webknjaz","https://opencollective.com/webknjaz","https://thanks.dev/u/gh/webknjaz"],"categories":[],"sub_categories":[],"readme":"[![SWUbanner]][SWUdocs]\n\n[![tox-dev badge]][tox-dev]\n[![pre-commit.ci status badge]][pre-commit.ci results page]\n[![GH Sponsors badge]][GH Sponsors URL]\n\n[SWUbanner]:\nhttps://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct-single.svg\n[SWUdocs]:\nhttps://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md\n\n[tox-dev]: https://github.com/tox-dev\n[tox-dev badge]:\nhttps://img.shields.io/badge/project-yellow?label=tox-dev\u0026labelColor=c3cc39\u0026color=7f833e\n\n[pre-commit.ci status badge]:\nhttps://results.pre-commit.ci/badge/github/tox-dev/tox-towncrier/main.svg\n[pre-commit.ci results page]:\nhttps://results.pre-commit.ci/latest/github/tox-dev/tox-towncrier/main\n\n[GH Sponsors badge]:\nhttps://img.shields.io/badge/%40webknjaz-transparent?logo=githubsponsors\u0026logoColor=%23EA4AAA\u0026label=Sponsor\u0026color=2a313c\n[GH Sponsors URL]:\nhttps://github.com/sponsors/webknjaz\n\n\n# tox-towncrier\n\nA tox plugin providing Towncrier changelog environments.\n\n\n## Usage\n\nAdd `tox-towncrier` to your project's `tox` requirements -- either\nin `tox.toml`:\n\n```toml\nrequires = [\n  \"tox-towncrier\",\n]\n```\n\n...or in `tox.ini`:\n\n```ini\n[tox]\nrequires =\n  tox-towncrier\n```\n\nThen invoke one of the changelog envs the plugin exposes:\n\n```console\n$ tox run -q -e draft-changelog                  # preview, never writes\n$ tox run -q -e make-changelog -- 1.3.2          # cut a versioned changelog\n$ tox run -q -e check-changelog                  # verify a PR has a fragment\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftox-dev%2Ftox-towncrier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftox-dev%2Ftox-towncrier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftox-dev%2Ftox-towncrier/lists"}