Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pypa/twine
Utilities for interacting with PyPI
https://github.com/pypa/twine
pypi pypi-package pypi-upload python python-wheel python3 wheel
Last synced: 3 months ago
JSON representation
Utilities for interacting with PyPI
- Host: GitHub
- URL: https://github.com/pypa/twine
- Owner: pypa
- License: apache-2.0
- Created: 2013-08-13T15:39:39.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T19:22:48.000Z (4 months ago)
- Last Synced: 2024-07-25T19:59:23.859Z (3 months ago)
- Topics: pypi, pypi-package, pypi-upload, python, python-wheel, python3, wheel
- Language: Python
- Homepage: https://twine.readthedocs.io/
- Size: 1.43 MB
- Stars: 1,567
- Watchers: 39
- Forks: 301
- Open Issues: 56
-
Metadata Files:
- Readme: README.rst
- Changelog: changelog/.gitignore
- Contributing: docs/contributing.rst
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- best-of-python-dev - GitHub - 10% open · ⏱️ 21.05.2024): (Build Tools)
- starred-awesome - twine - Utilities for interacting with PyPI (Python)
README
.. |twine-version| image:: https://img.shields.io/pypi/v/twine.svg
:target: https://pypi.org/project/twine.. |python-versions| image:: https://img.shields.io/pypi/pyversions/twine.svg
:target: https://pypi.org/project/twine.. |docs-badge| image:: https://img.shields.io/readthedocs/twine
:target: https://twine.readthedocs.io.. |build-badge| image:: https://img.shields.io/github/actions/workflow/status/pypa/twine/main.yml?branch=main
:target: https://github.com/pypa/twine/actions|twine-version| |python-versions| |docs-badge| |build-badge|
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`_... _`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