twine
4.0
  • Changelog
  • Contributing
    • Getting started
    • Submitting changes
    • Architectural overview
      • twine package
        • twine.commands package
        • 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
      • Where Twine gets configuration and credentials
    • Adding a maintainer
    • Making a new release
    • Future development
  • Code of Conduct
  • PyPI Project
  • GitHub Repository
  • Python Packaging Tutorial
twine
  • Contributing
  • twine package
  • twine.commands package
  • View page source

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()
    • _check_file()
    • check()
    • main()
  • twine.commands.register module
    • register()
    • main()
  • twine.commands.upload module
    • skip_upload()
    • _make_package()
    • upload()
    • main()
Previous Next

© Copyright 2022, Donald Stufft and individual contributors.

Built with Sphinx using a theme provided by Read the Docs.