Contents Menu Expand Light mode Dark mode Auto light/dark mode
twine 4.0.2 documentation
twine 4.0.2 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
  v: stable
Versions
latest
stable
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds
Back to top
Edit this page

twine.wheel module#

class twine.wheel.Wheel[source]#
__init__(filename: str, metadata_version: Optional[str] = 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 © 2019, 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()