twine-unofficial


Nametwine-unofficial JSON
Version 4.0.2.1 PyPI version JSON
download
home_pagehttps://twine.readthedocs.io/
SummaryCollection of utilities for publishing packages on PyPI
upload_time2023-01-06 14:50:14
maintainer
docs_urlNone
authorDonald Stufft and individual contributors
requires_python>=3.7
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://img.shields.io/pypi/v/twine-unofficial.svg
   :target: https://pypi.org/project/twine-unofficial

.. image:: https://img.shields.io/pypi/pyversions/twine-unofficial.svg
   :target: https://pypi.org/project/twine-unofficial

.. image:: https://img.shields.io/pypi/dm/twine-unofficial
   :target: https://pypi.org/project/twine-unofficial

.. image:: https://img.shields.io/readthedocs/twine
   :target: https://twine.readthedocs.io

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 <https://github.com/pypa/twine/pull/463>`_,
  rejected PR: `#387 <https://github.com/pypa/twine/issues/387>`_.

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

  Similar issue: `#919 <https://github.com/pypa/twine/issues/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
------------

.. code:: shell

   $ 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 <distributions_>`_ 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`_.

.. _`official twine`: https://github.com/pypa/twine
.. _`publishing`: https://packaging.python.org/tutorials/packaging-projects/
.. _`PyPI`: https://pypi.org
.. _`distributions`:
   https://packaging.python.org/glossary/#term-Distribution-Package
.. _`projects`: https://packaging.python.org/glossary/#term-Project
.. _`documentation`: https://twine.readthedocs.io/
.. _`developer documentation`:
   https://twine.readthedocs.io/en/latest/contributing.html
.. _`PSF Code of Conduct`: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md

            

Raw data

            {
    "_id": null,
    "home_page": "https://twine.readthedocs.io/",
    "name": "twine-unofficial",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Donald Stufft and individual contributors",
    "author_email": "donald@stufft.io",
    "download_url": "https://files.pythonhosted.org/packages/19/bd/975119ee6717e4b32bdab8204f4cf4372a52e84ab1f8fb9b4b6c2959f74a/twine-unofficial-4.0.2.1.tar.gz",
    "platform": null,
    "description": ".. image:: https://img.shields.io/pypi/v/twine-unofficial.svg\n   :target: https://pypi.org/project/twine-unofficial\n\n.. image:: https://img.shields.io/pypi/pyversions/twine-unofficial.svg\n   :target: https://pypi.org/project/twine-unofficial\n\n.. image:: https://img.shields.io/pypi/dm/twine-unofficial\n   :target: https://pypi.org/project/twine-unofficial\n\n.. image:: https://img.shields.io/readthedocs/twine\n   :target: https://twine.readthedocs.io\n\ntwine-unofficial\n================\n\nThis is a fork of the `official twine`_ project, with the following\nchanges:\n\n- Upload command now supports ``--skip-tls-check`` option to disable\n  TLS certificate verification. This is useful for uploading to\n  repositories with self-signed certificates.\n\n  Closed issue: `#463 <https://github.com/pypa/twine/pull/463>`_,\n  rejected PR: `#387 <https://github.com/pypa/twine/issues/387>`_.\n\n- Upload ``--skip-existing`` option now support pre-upload check\n  against non-default PyPI repositories.\n\n  Similar issue: `#919 <https://github.com/pypa/twine/issues/919>`_\n\n- Upload command support ``--fail-on-existing`` option to fail if\n  the package already exists on the repository.\n  This is useful for avoid overwriting existing packages, even\n  if PyPI is configured to allow overwriting.\n\nInstallation\n------------\n\n.. code:: shell\n\n   $ pip install twine-unofficial\n\nVersioning\n----------\n\nFork versioning is based on the official version, with the following\nformat: ``{official-version}.{fork-version}``.\n\ntwine\n=====\n\nTwine is a utility for `publishing`_ Python packages on `PyPI`_.\n\nIt provides build system independent uploads of source and binary\n`distribution artifacts <distributions_>`_ for both new and existing\n`projects`_.\n\nSee our `documentation`_ for a description of features, installation\nand usage instructions, and links to additional resources.\n\nContributing\n------------\n\nSee our `developer documentation`_ for how to get started, an\narchitectural overview, and our future development plans.\n\nCode of Conduct\n---------------\n\nEveryone interacting in the Twine project's codebases, issue\ntrackers, chat rooms, and mailing lists is expected to follow the\n`PSF Code of Conduct`_.\n\n.. _`official twine`: https://github.com/pypa/twine\n.. _`publishing`: https://packaging.python.org/tutorials/packaging-projects/\n.. _`PyPI`: https://pypi.org\n.. _`distributions`:\n   https://packaging.python.org/glossary/#term-Distribution-Package\n.. _`projects`: https://packaging.python.org/glossary/#term-Project\n.. _`documentation`: https://twine.readthedocs.io/\n.. _`developer documentation`:\n   https://twine.readthedocs.io/en/latest/contributing.html\n.. _`PSF Code of Conduct`: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Collection of utilities for publishing packages on PyPI",
    "version": "4.0.2.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63e11c517d280b059a3e52dc662ab12d40cb43715f051b4fac6312e280b62d8f",
                "md5": "4c3ed53349dc92e135e180c8c969ce60",
                "sha256": "2a8577e42aff14d391520a5a048bd7ecf9529d36b2a805c7c7890a7545208c95"
            },
            "downloads": -1,
            "filename": "twine_unofficial-4.0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4c3ed53349dc92e135e180c8c969ce60",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 37910,
            "upload_time": "2023-01-06T14:50:13",
            "upload_time_iso_8601": "2023-01-06T14:50:13.388057Z",
            "url": "https://files.pythonhosted.org/packages/63/e1/1c517d280b059a3e52dc662ab12d40cb43715f051b4fac6312e280b62d8f/twine_unofficial-4.0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "19bd975119ee6717e4b32bdab8204f4cf4372a52e84ab1f8fb9b4b6c2959f74a",
                "md5": "178eaa3fdffbfac01af92009504fe9ab",
                "sha256": "d3a34cbb8bd54b72b1bac8bc56dee3185170f18809a8af8bcb4e4000c4bdf06c"
            },
            "downloads": -1,
            "filename": "twine-unofficial-4.0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "178eaa3fdffbfac01af92009504fe9ab",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 216858,
            "upload_time": "2023-01-06T14:50:14",
            "upload_time_iso_8601": "2023-01-06T14:50:14.598996Z",
            "url": "https://files.pythonhosted.org/packages/19/bd/975119ee6717e4b32bdab8204f4cf4372a52e84ab1f8fb9b4b6c2959f74a/twine-unofficial-4.0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-06 14:50:14",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "twine-unofficial"
}
        
Elapsed time: 0.02541s