{"id":43337248,"url":"https://github.com/daniperez/vale-python-package","last_synced_at":"2026-02-02T00:37:59.160Z","repository":{"id":45807137,"uuid":"514679677","full_name":"daniperez/vale-python-package","owner":"daniperez","description":"Install 📝 Vale (grammar \u0026 style check tool ) in 🐍 Python environments. Package available at 📦 https://pypi.org/project/vale/ ","archived":false,"fork":false,"pushed_at":"2025-10-28T13:19:03.000Z","size":122,"stargazers_count":9,"open_issues_count":5,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-28T11:09:11.382Z","etag":null,"topics":["grammar","linter","python3","style","vale"],"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/daniperez.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-07-16T20:35:43.000Z","updated_at":"2025-10-28T13:19:14.000Z","dependencies_parsed_at":"2024-01-17T10:05:02.754Z","dependency_job_id":"6b22ddc6-0c76-4216-a314-d3fce63bf451","html_url":"https://github.com/daniperez/vale-python-package","commit_stats":{"total_commits":30,"total_committers":2,"mean_commits":15.0,"dds":0.09999999999999998,"last_synced_commit":"fd21e3ac50fae5e7b4d7f17b4f4196d4d1c9afa3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daniperez/vale-python-package","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniperez%2Fvale-python-package","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniperez%2Fvale-python-package/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniperez%2Fvale-python-package/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniperez%2Fvale-python-package/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daniperez","download_url":"https://codeload.github.com/daniperez/vale-python-package/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniperez%2Fvale-python-package/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28997114,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T23:10:54.274Z","status":"ssl_error","status_checked_at":"2026-02-01T23:10:47.298Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["grammar","linter","python3","style","vale"],"created_at":"2026-02-02T00:37:59.074Z","updated_at":"2026-02-02T00:37:59.150Z","avatar_url":"https://github.com/daniperez.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Package Release](https://github.com/daniperez/vale-python-package/actions/workflows/python-publish.yml/badge.svg)](https://github.com/daniperez/vale-python-package/actions/workflows/python-publish.yml)\n\n# Vale Python Package\n\n\u003e ⚠️  Vale is a software developed by errata.ai and a community of open-source\n\u003e contributors. This repository just makes that software available to Python\n\u003e users. The author is not affiliated nor endorsed by errata.ai.\n\n[Vale](https://vale.sh/) is a command-line tool that can enforce an editorial\nstyle guide onto your text. It's written in Go. The purpose of this package is\nto allow Python users to have Vale as a dependency of a Python application or\nlibrary and this way allow installing Vale without resorting to manual installation\nor similar.\n\n## Installation\n\nYou can add `vale` package as a dependency in your `setup.py`,\n`requirements.txt` or `pyproject.toml` file depending on how are you managing\ndependencies. For example, in `requirements.txt`:\n\n```shell\nvale==3.13.0\n```\n\nThe version of this Python package corresponds exactly to Vale's version.  That\nis, if you add `vale==2.20.0` as a dependency, Vale with that same version will\nbe installed.  Note that **Vale as such is not included in this package but\ndownloaded the first time you execute `vale`**.\n\n## Releasing (only for contributors)\n\nNew releases using the last Vale versions are delivered in an automated way.\nSee [Version Bump if Vale Updated](.github/workflows/check-vale-update.yml) workflow.\nThe new versions of Vale are checked once a day.\n\n### Manual release \n1. Change version in `pyproject.toml`. Changing the version changes the\n   version of Vale that gets downloaded. See note below.\n2. Commit \u0026 push.\n3. Github's Actions will deal with the new release.\n\nNote: Pypi doesn't allow to re-release (even if releases or projects are\ndeleted). If you want to release this package for a new version of Vale, just\nupdate the `version` attribute found in `pyproject.toml` so that it matches the\nversion of Vale that you want to release. If something needs to be fixed in\nthis package, use or increase the 4th number in the version in\n`pyproject.toml`.  The 4th number will be ignored when it comes to downloading\nVale but will be used to release the package to PyPi.. For example, if you use\n`2.20.0.1`, this package will try to download `vale==2.20.0`. The python\npackage version will still be `2.20.0.1` in PyPi.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniperez%2Fvale-python-package","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaniperez%2Fvale-python-package","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniperez%2Fvale-python-package/lists"}