Index _ | A | B | C | D | E | F | G | H | I | K | L | M | N | O | P | R | S | T | U | V | W _ __init__() (twine.auth.CredentialInput method) (twine.auth.Resolver method) (twine.auth.TrustedPublishingAuthenticator method) (twine.exceptions.UnsupportedConfiguration.Builder method) (twine.package.HashManager method) (twine.package.PackageFile method) (twine.repository.Repository method) (twine.settings.Settings method) (twine.utils.EnvironmentDefault method) (twine.utils.EnvironmentFlag method) (twine.wheel.Wheel method) __new__() (twine.package.Hexdigest static method) _allow_noninteractive() (twine.settings.Settings method) _asdict() (twine.package.Hexdigest method) _blake_hexdigest() (twine.package.HashManager method) _blake_update() (twine.package.HashManager method) _check_file() (in module twine.commands.check) _config_from_repository_url() (in module twine.utils) _convert_metadata_to_list_of_tuples() (twine.repository.Repository static method) _expires (twine.auth.Resolver attribute) _field_defaults (twine.package.Hexdigest attribute) _fields (twine.package.Hexdigest attribute) _handle_certificates() (twine.settings.Settings method) _handle_package_signing() (twine.settings.Settings method) _handle_repository_options() (twine.settings.Settings method) _has_valid_cached_tp_token() (twine.auth.Resolver method) _make() (twine.package.Hexdigest class method) _make_package() (in module twine.commands.upload) _make_trusted_publishing_token() (twine.auth.Resolver method) _parse_content_type() (in module twine.commands.check) _replace() (twine.package.Hexdigest method) _safe_name() (in module twine.package) _sha2_hexdigest() (twine.package.HashManager method) _sha2_update() (twine.package.HashManager method) _tp_token (twine.auth.Resolver attribute) _upload() (twine.repository.Repository method) _validate_repository_url() (in module twine.utils) _WarningStream (class in twine.commands.check) A add_attestations() (twine.package.PackageFile method) add_gpg_signature() (twine.package.PackageFile method) attestations (twine.package.PackageMetadata attribute) authenticator (twine.auth.Resolver property) author (twine.package.PackageMetadata attribute) author_email (twine.package.PackageMetadata attribute) B blake2 (twine.package.Hexdigest attribute) blake2_256_digest (twine.package.PackageMetadata attribute) bool_from_env() (twine.utils.EnvironmentFlag static method) C check() (in module twine.commands.check) check_repository_url() (twine.settings.Settings method) check_status_code() (in module twine.utils) choose() (twine.auth.Resolver class method) classifiers (twine.package.PackageMetadata attribute) close() (twine.repository.Repository method) code (twine.auth.TrustedPublishingTokenRetrievalError attribute) comment (twine.package.PackageMetadata attribute) configure_output() (in module twine.cli) create_repository() (twine.settings.Settings method) CredentialInput (class in twine.auth) D dep_versions() (in module twine.cli) description (twine.auth.TrustedPublishingTokenRetrievalError attribute) (twine.package.PackageMetadata attribute) description_content_type (twine.package.PackageMetadata attribute) dispatch() (in module twine.cli) download_url (twine.package.PackageMetadata attribute) dynamic (twine.package.PackageMetadata attribute) E EnvironmentDefault (class in twine.utils) EnvironmentFlag (class in twine.utils) errors (twine.auth.TrustedPublishingToken attribute) expires (twine.auth.TrustedPublishingToken attribute) F features (twine.exceptions.UnsupportedConfiguration.Builder attribute) filetype (twine.package.PackageMetadata attribute) finalize() (twine.exceptions.UnsupportedConfiguration.Builder method) find_candidate_metadata_files() (twine.wheel.Wheel static method) from_argparse() (twine.settings.Settings class method) from_args() (twine.exceptions.RedirectDetected class method) (twine.exceptions.UploadToDeprecatedPyPIDetected class method) from_filename() (twine.package.PackageFile class method) G get_cacert() (in module twine.utils) get_clientcert() (in module twine.utils) get_config() (in module twine.utils) get_file_size() (in module twine.utils) get_password_from_keyring() (twine.auth.Resolver method) get_repository_from_config() (in module twine.utils) get_username_from_keyring() (twine.auth.Resolver method) get_userpass_value() (in module twine.utils) gpg_signature (twine.package.PackageMetadata attribute) H hash() (twine.package.HashManager method) HashManager (class in twine.package) Hexdigest (class in twine.package) hexdigest() (twine.package.HashManager method) home_page (twine.package.PackageMetadata attribute) I InvalidConfiguration InvalidDistribution InvalidPyPIUploadURL InvalidSigningConfiguration InvalidSigningExecutable is_pypi() (twine.auth.Resolver method) K keywords (twine.package.PackageMetadata attribute) L license (twine.package.PackageMetadata attribute) license_expression (twine.package.PackageMetadata attribute) license_file (twine.package.PackageMetadata attribute) list_dependencies_and_versions() (in module twine.cli) M main() (in module twine.commands.check) (in module twine.commands.register) (in module twine.commands.upload) maintainer (twine.package.PackageMetadata attribute) maintainer_email (twine.package.PackageMetadata attribute) make_requests_session() (in module twine.utils) make_trusted_publishing_token() (twine.auth.Resolver method) message (twine.auth.TrustedPublishingToken attribute) metadata_dictionary() (twine.package.PackageFile method) metadata_version (twine.package.PackageMetadata attribute) module twine twine.auth twine.cli twine.commands twine.commands.check twine.commands.register twine.commands.upload twine.exceptions twine.package twine.repository twine.settings twine.utils twine.wheel N name (twine.package.PackageMetadata attribute) NonInteractive normalize_repository_url() (in module twine.utils) O obsoletes (twine.package.PackageMetadata attribute) obsoletes_dist (twine.package.PackageMetadata attribute) P package_is_uploaded() (twine.repository.Repository method) PackageFile (class in twine.package) PackageMetadata (class in twine.package) PackageNotFound password (twine.auth.Resolver property) (twine.settings.Settings property) password_from_keyring_or_trusted_publishing_or_prompt() (twine.auth.Resolver method) platform (twine.package.PackageMetadata attribute) Private (class in twine.auth) project_urls (twine.package.PackageMetadata attribute) prompt() (twine.auth.Private method) (twine.auth.Resolver method) provides (twine.package.PackageMetadata attribute) provides_dist (twine.package.PackageMetadata attribute) provides_extra (twine.package.PackageMetadata attribute) py_version (twine.wheel.Wheel property) Python Enhancement Proposals PEP 561 PEP 566 pyversion (twine.package.PackageMetadata attribute) R read() (twine.wheel.Wheel method) RedirectDetected register() (in module twine.commands.register) (twine.repository.Repository method) register_argparse_arguments() (twine.settings.Settings static method) release_urls() (twine.repository.Repository method) Repository (class in twine.repository) repository_url (twine.exceptions.UnsupportedConfiguration.Builder attribute) requires (twine.package.PackageMetadata attribute) requires_dist (twine.package.PackageMetadata attribute) requires_external (twine.package.PackageMetadata attribute) requires_python (twine.package.PackageMetadata attribute) Resolver (class in twine.auth) run_gpg() (twine.package.PackageFile class method) S sanitize_url() (in module twine.utils) set_certificate_authority() (twine.repository.Repository method) set_client_certificate() (twine.repository.Repository method) Settings (class in twine.settings) sha2 (twine.package.Hexdigest attribute) sha256_digest (twine.package.PackageMetadata attribute) sign() (twine.package.PackageFile method) skip_upload() (in module twine.commands.upload) success (twine.auth.TrustedPublishingToken attribute) summary (twine.package.PackageMetadata attribute) supported_platform (twine.package.PackageMetadata attribute) system (twine.auth.Resolver property) T token (twine.auth.TrustedPublishingToken attribute) TOKEN_RENEWAL_THRESHOLD (in module twine.auth) TrustedPublishingAuthenticator (class in twine.auth) TrustedPublishingFailure TrustedPublishingToken (class in twine.auth) TrustedPublishingTokenRetrievalError (class in twine.auth) twine module twine.auth module twine.cli module twine.commands module twine.commands.check module twine.commands.register module twine.commands.upload module twine.exceptions module twine.package module twine.repository module twine.settings module twine.utils module twine.wheel module TwineException U UnreachableRepositoryURLDetected UnsupportedConfiguration UnsupportedConfiguration.Builder (class in twine.exceptions) upload() (in module twine.commands.upload) (twine.repository.Repository method) UploadToDeprecatedPyPIDetected username (twine.auth.Resolver property) (twine.settings.Settings property) username_from_keyring_or_prompt() (twine.auth.Resolver method) V verbose (twine.settings.Settings property) verify_feature_capability() (twine.settings.Settings method) verify_package_integrity() (twine.repository.Repository method) version (twine.package.PackageMetadata attribute) W Wheel (class in twine.wheel) with_feature() (twine.exceptions.UnsupportedConfiguration.Builder method) with_repository_url() (twine.exceptions.UnsupportedConfiguration.Builder method) write() (twine.commands.check._WarningStream method)