Contents Menu Expand Light mode Dark mode Auto light/dark mode
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.commands package#

Module containing the logic for the twine sub-commands.

The contents of this package are not a public API. For more details, see https://github.com/pypa/twine/issues/194 and https://github.com/pypa/twine/issues/665.

  • twine.commands.check module
    • _WarningStream
      • _WarningStream.write()
    • _parse_content_type()
    • _check_file()
    • check()
    • main()
  • twine.commands.register module
    • register()
    • main()
  • twine.commands.upload module
    • skip_upload()
    • _make_package()
    • upload()
    • main()
Next
twine.commands.check module
Previous
twine package
Copyright © 2024, Donald Stufft and individual contributors
Made with Sphinx and @pradyunsg's Furo