strayge / twine-unofficial

Utilities for interacting with PyPI

Home Page:https://twine.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://img.shields.io/pypi/dm/twine-unofficial https://img.shields.io/readthedocs/twine

twine-unofficial

This is a fork of the official twine project, with the following changes:

  • Upload command now supports --skip-tls-check option to disable TLS certificate verification. This is useful for uploading to repositories with self-signed certificates.

    Closed issue: #463, rejected PR: #387.

  • Upload --skip-existing option now support pre-upload check against non-default PyPI repositories.

    Similar issue: #919

  • Upload command support --fail-on-existing option to fail if the package already exists on the repository. This is useful for avoid overwriting existing packages, even if PyPI is configured to allow overwriting.

Installation

$ pip install twine-unofficial

Versioning

Fork versioning is based on the official version, with the following format: {official-version}.{fork-version}.

twine

Twine is a utility for publishing Python packages on PyPI.

It provides build system independent uploads of source and binary distribution artifacts for both new and existing projects.

See our documentation for a description of features, installation and usage instructions, and links to additional resources.

Contributing

See our developer documentation for how to get started, an architectural overview, and our future development plans.

Code of Conduct

Everyone interacting in the Twine project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the PSF Code of Conduct.

About

Utilities for interacting with PyPI

https://twine.readthedocs.io/

License:Apache License 2.0


Languages

Language:Python 100.0%