Release readiness: packaging, CI matrix, and changelog (steps 14-15)#11
Merged
Conversation
…ngSummary docstring (step 14) - Add src/visor/py.typed PEP 561 marker so downstream type checkers treat the package as typed - Pin hatchling>=1.27 for PEP 639 license metadata; add license-files=["LICENSE"] - Add authors, keywords, Python 3.10-3.13 classifiers, MIT and Typing::Typed classifiers, and Issues/Changelog URLs to pyproject.toml - Add [tool.hatch.build.targets.sdist] excludes for Visor API Docs/, Design Docs/, .coverage, .pytest_cache/, tests/, and build artifacts - Correct ListingSummary docstring: id and vin are always returned by the API even under fields projection; other fields remain optional Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…(step 15) - Rewrite CI workflow: split into lint (3.10), test (3.10–3.13 matrix), and build jobs; lint and test remain clearly separate steps - Add pytest-cov, build, and twine to dev deps - Run tests with --cov=visor --cov-report=term-missing (228 passed, 99% coverage) - Build job runs python -m build + twine check to verify dist artifacts on each push - Add .coverage, coverage.xml, htmlcov/ to .gitignore - Normalize CHANGELOG.md: update Keep a Changelog link to 1.1.0, remove non-standard Future Work section, add Unreleased entries for step 14 work, add comparison-link footer Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
py.typedPEP 561 marker; pinhatchling>=1.27; addlicense-files, authors, keywords, classifiers (Python 3.10–3.13, MIT, Typed); addIssues/ChangelogURLs; add Hatch sdist exclusions for local artifacts (Visor API Docs/,Design Docs/,.coverage,.pytest_cache/,tests/); correctListingSummarydocstring (id/vinalways returned)lint(3.10 only),test(matrix 3.10/3.11/3.12/3.13 with coverage), andbuild(python -m build+twine check); addpytest-cov,build,twineto dev deps; add.coverageto.gitignore; normalizeCHANGELOG.mdto Keep a Changelog 1.1.0 (remove non-standardFuture Worksection, add comparison-link footer)Test plan
ruff,mypy,pytest) — confirmed locally on both commitstwine checkfor both wheel and sdistvisor/py.typedVisor API Docs/,Design Docs/,.coverage,.pytest_cache/,tests/🤖 Generated with Claude Code