Contents Menu Expand Light mode Dark mode Auto light/dark mode Skip to content
twine 5.0.0 documentation
twine 5.0.0 documentation
  • Changelog
  • Contributing
    • twine package
      • twine.commands package
        • twine.commands.check module
        • twine.commands.register module
        • twine.commands.upload module
      • twine.auth module
      • twine.cli module
      • twine.exceptions module
      • twine.package module
      • twine.repository module
      • twine.settings module
      • twine.utils module
      • twine.wheel module
      • twine.wininst module
  • Code of Conduct
  • PyPI Project
  • GitHub Repository
  • Python Packaging Tutorial
Back to top

twine.wheel module¶

class twine.wheel.Wheel[source]¶
__init__(filename: str, metadata_version: str | None = None) → None[source]¶
property py_version: str¶
static find_candidate_metadata_files(names: List[str]) → List[List[str]][source]¶

Filter files that may be METADATA files.

read() → bytes[source]¶
parse(data: bytes) → None[source]¶
Next
twine.wininst module
Previous
twine.utils module
Copyright © 2024, Donald Stufft and individual contributors
Made with Sphinx and @pradyunsg's Furo
On this page
  • twine.wheel module
    • Wheel
      • Wheel.__init__()
      • Wheel.py_version
      • Wheel.find_candidate_metadata_files()
      • Wheel.read()
      • Wheel.parse()