github.com/google/osv-scalibr@v0.4.1/extractor/filesystem/language/python/wheelegg/testdata/egginfo_pkginfo (about)

     1  Metadata-Version: 2.1
     2  Name: setuptools
     3  Version: 57.4.0
     4  Summary: Easily download, build, install, upgrade, and uninstall Python packages
     5  Home-page: https://github.com/pypa/setuptools
     6  Author: Python Packaging Authority
     7  Author-email: distutils-sig@python.org
     8  License: UNKNOWN
     9  Project-URL: Documentation, https://setuptools.readthedocs.io/
    10  Keywords: CPAN PyPI distutils eggs package management
    11  Platform: UNKNOWN
    12  Classifier: Development Status :: 5 - Production/Stable
    13  Classifier: Intended Audience :: Developers
    14  Classifier: License :: OSI Approved :: MIT License
    15  Classifier: Programming Language :: Python :: 3
    16  Classifier: Programming Language :: Python :: 3 :: Only
    17  Classifier: Topic :: Software Development :: Libraries :: Python Modules
    18  Classifier: Topic :: System :: Archiving :: Packaging
    19  Classifier: Topic :: System :: Systems Administration
    20  Classifier: Topic :: Utilities
    21  Requires-Python: >=3.6
    22  Provides-Extra: testing
    23  Provides-Extra: docs
    24  Provides-Extra: ssl
    25  Provides-Extra: certs
    26  License-File: LICENSE
    27  
    28  .. image:: https://img.shields.io/pypi/v/setuptools.svg
    29     :target: `PyPI link`_
    30  
    31  .. image:: https://img.shields.io/pypi/pyversions/setuptools.svg
    32     :target: `PyPI link`_
    33  
    34  .. _PyPI link: https://pypi.org/project/setuptools
    35  
    36  .. image:: https://github.com/pypa/setuptools/workflows/tests/badge.svg
    37     :target: https://github.com/pypa/setuptools/actions?query=workflow%3A%22tests%22
    38     :alt: tests
    39  
    40  .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    41     :target: https://github.com/psf/black
    42     :alt: Code style: Black
    43  
    44  .. image:: https://img.shields.io/readthedocs/setuptools/latest.svg
    45      :target: https://setuptools.readthedocs.io
    46  
    47  .. image:: https://img.shields.io/badge/skeleton-2021-informational
    48     :target: https://blog.jaraco.com/skeleton
    49  
    50  .. image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg?logo=codecov&logoColor=white
    51     :target: https://codecov.io/gh/pypa/setuptools
    52  
    53  .. image:: https://tidelift.com/badges/github/pypa/setuptools?style=flat
    54     :target: https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=readme
    55  
    56  See the `Installation Instructions
    57  <https://packaging.python.org/installing/>`_ in the Python Packaging
    58  User's Guide for instructions on installing, upgrading, and uninstalling
    59  Setuptools.
    60  
    61  Questions and comments should be directed to the `distutils-sig
    62  mailing list <http://mail.python.org/pipermail/distutils-sig/>`_.
    63  Bug reports and especially tested patches may be
    64  submitted directly to the `bug tracker
    65  <https://github.com/pypa/setuptools/issues>`_.
    66  
    67  
    68  Code of Conduct
    69  ===============
    70  
    71  Everyone interacting in the setuptools project's codebases, issue trackers,
    72  chat rooms, and mailing lists is expected to follow the
    73  `PSF Code of Conduct <https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md>`_.
    74  
    75  
    76  For Enterprise
    77  ==============
    78  
    79  Available as part of the Tidelift Subscription.
    80  
    81  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.
    82  
    83  `Learn more <https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=referral&utm_campaign=github>`_.
    84  
    85  
    86  Security Contact
    87  ================
    88  
    89  To report a security vulnerability, please use the
    90  `Tidelift security contact <https://tidelift.com/security>`_.
    91  Tidelift will coordinate the fix and disclosure.