Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openapi/openapi-python-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: openapi/openapi-python-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: package-rename
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 13 files changed
  • 2 contributors

Commits on Jun 29, 2026

  1. refactor(package): rename distribution and module to openapi-sdk

    Rename the PyPI distribution from `openapi-python-sdk` to `openapi-sdk`
    and the importable module from `openapi_python_sdk` to `openapi_sdk`.
    
    - pyproject.toml: project name and packages include
    - move openapi_python_sdk/ -> openapi_sdk/ (history preserved)
    - update imports in examples/ and tests/
    - update README.md and docs/readme-pypi.md (PyPI badges, install commands)
    
    GitHub repository URLs and the Makefile `Project:` header are intentionally
    left as `openapi-python-sdk` (the canonical repo name).
    
    Publishing is currently blocked by PyPI's name-similarity filter; tracked
    in pypi/support#9815.
    
    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
    francescobianco and claude committed Jun 29, 2026
    Configuration menu
    Copy the full SHA
    f43344b View commit details
    Browse the repository at this point in the history
Loading