README.rst 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. .. |pypi-version| image:: https://img.shields.io/pypi/v/setuptools.svg
  2. :target: https://pypi.org/project/setuptools
  3. .. |py-version| image:: https://img.shields.io/pypi/pyversions/setuptools.svg
  4. .. |test-badge| image:: https://github.com/pypa/setuptools/actions/workflows/main.yml/badge.svg
  5. :target: https://github.com/pypa/setuptools/actions?query=workflow%3A%22tests%22
  6. :alt: tests
  7. .. |ruff-badge| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json
  8. :target: https://github.com/astral-sh/ruff
  9. :alt: Ruff
  10. .. |docs-badge| image:: https://img.shields.io/readthedocs/setuptools/latest.svg
  11. :target: https://setuptools.pypa.io
  12. .. |skeleton-badge| image:: https://img.shields.io/badge/skeleton-2024-informational
  13. :target: https://blog.jaraco.com/skeleton
  14. .. |codecov-badge| image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg?logo=codecov&logoColor=white
  15. :target: https://codecov.io/gh/pypa/setuptools
  16. .. |tidelift-badge| image:: https://tidelift.com/badges/github/pypa/setuptools?style=flat
  17. :target: https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=readme
  18. .. |discord-badge| image:: https://img.shields.io/discord/803025117553754132
  19. :target: https://discord.com/channels/803025117553754132/815945031150993468
  20. :alt: Discord
  21. |pypi-version| |py-version| |test-badge| |ruff-badge| |docs-badge| |skeleton-badge| |codecov-badge| |discord-badge|
  22. See the `Quickstart <https://setuptools.pypa.io/en/latest/userguide/quickstart.html>`_
  23. and the `User's Guide <https://setuptools.pypa.io/en/latest/userguide/>`_ for
  24. instructions on how to use Setuptools.
  25. Questions and comments should be directed to `GitHub Discussions
  26. <https://github.com/pypa/setuptools/discussions>`_.
  27. Bug reports and especially tested patches may be
  28. submitted directly to the `bug tracker
  29. <https://github.com/pypa/setuptools/issues>`_.
  30. Code of Conduct
  31. ===============
  32. Everyone interacting in the setuptools project's codebases, issue trackers,
  33. chat rooms, and fora is expected to follow the
  34. `PSF Code of Conduct <https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md>`_.
  35. For Enterprise
  36. ==============
  37. Available as part of the Tidelift Subscription.
  38. Setuptools and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use.
  39. `Learn more <https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=referral&utm_campaign=github>`_.