Overhaul README and add developer documentation#6
Merged
Conversation
Documents project overview, repo layout, dev setup, test commands, class architecture, security constraints, code conventions, guidelines for adding new endpoints, versioning, CI/CD, and doc generation. https://claude.ai/code/session_01M3Tg4vggVzAnLvc38jnBK3
README: refresh to reflect current test suite, CI matrix, security notes, type annotations, and improved API reference tables. publish.yml: new workflow that triggers on GitHub Release publish, builds the sdist+wheel with python-build, then publishes to PyPI via OIDC trusted publishing (no API token secret required). https://claude.ai/code/session_01M3Tg4vggVzAnLvc38jnBK3
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
This PR significantly improves project documentation and adds developer-facing resources. The README has been restructured for clarity and completeness, and a new
CLAUDE.mdfile provides comprehensive guidance for contributors and maintainers. Additionally, a PyPI publishing workflow has been added to automate releases.Key Changes
README.md overhaul:
VUDialandVUAdminclassespytestcommandsCLAUDE.md (new file):
.github/workflows/publish.yml (new file):
Notable Details
requests.Responseobjects and that HTTP errors raiserequests.exceptions.HTTPErrorlogging.basicConfig(), URL encoding withquote(), type annotations) to guide future contributionshttps://claude.ai/code/session_01M3Tg4vggVzAnLvc38jnBK3