annotate CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/lib/python3.8/site-packages/packaging-24.2.dist-info/METADATA @ 69:33d812a61356

planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author jpayne
date Tue, 18 Mar 2025 17:55:14 -0400
parents
children
rev   line source
jpayne@69 1 Metadata-Version: 2.3
jpayne@69 2 Name: packaging
jpayne@69 3 Version: 24.2
jpayne@69 4 Summary: Core utilities for Python packages
jpayne@69 5 Author-email: Donald Stufft <donald@stufft.io>
jpayne@69 6 Requires-Python: >=3.8
jpayne@69 7 Description-Content-Type: text/x-rst
jpayne@69 8 Classifier: Development Status :: 5 - Production/Stable
jpayne@69 9 Classifier: Intended Audience :: Developers
jpayne@69 10 Classifier: License :: OSI Approved :: Apache Software License
jpayne@69 11 Classifier: License :: OSI Approved :: BSD License
jpayne@69 12 Classifier: Programming Language :: Python
jpayne@69 13 Classifier: Programming Language :: Python :: 3
jpayne@69 14 Classifier: Programming Language :: Python :: 3 :: Only
jpayne@69 15 Classifier: Programming Language :: Python :: 3.8
jpayne@69 16 Classifier: Programming Language :: Python :: 3.9
jpayne@69 17 Classifier: Programming Language :: Python :: 3.10
jpayne@69 18 Classifier: Programming Language :: Python :: 3.11
jpayne@69 19 Classifier: Programming Language :: Python :: 3.12
jpayne@69 20 Classifier: Programming Language :: Python :: 3.13
jpayne@69 21 Classifier: Programming Language :: Python :: Implementation :: CPython
jpayne@69 22 Classifier: Programming Language :: Python :: Implementation :: PyPy
jpayne@69 23 Classifier: Typing :: Typed
jpayne@69 24 Project-URL: Documentation, https://packaging.pypa.io/
jpayne@69 25 Project-URL: Source, https://github.com/pypa/packaging
jpayne@69 26
jpayne@69 27 packaging
jpayne@69 28 =========
jpayne@69 29
jpayne@69 30 .. start-intro
jpayne@69 31
jpayne@69 32 Reusable core utilities for various Python Packaging
jpayne@69 33 `interoperability specifications <https://packaging.python.org/specifications/>`_.
jpayne@69 34
jpayne@69 35 This library provides utilities that implement the interoperability
jpayne@69 36 specifications which have clearly one correct behaviour (eg: :pep:`440`)
jpayne@69 37 or benefit greatly from having a single shared implementation (eg: :pep:`425`).
jpayne@69 38
jpayne@69 39 .. end-intro
jpayne@69 40
jpayne@69 41 The ``packaging`` project includes the following: version handling, specifiers,
jpayne@69 42 markers, requirements, tags, utilities.
jpayne@69 43
jpayne@69 44 Documentation
jpayne@69 45 -------------
jpayne@69 46
jpayne@69 47 The `documentation`_ provides information and the API for the following:
jpayne@69 48
jpayne@69 49 - Version Handling
jpayne@69 50 - Specifiers
jpayne@69 51 - Markers
jpayne@69 52 - Requirements
jpayne@69 53 - Tags
jpayne@69 54 - Utilities
jpayne@69 55
jpayne@69 56 Installation
jpayne@69 57 ------------
jpayne@69 58
jpayne@69 59 Use ``pip`` to install these utilities::
jpayne@69 60
jpayne@69 61 pip install packaging
jpayne@69 62
jpayne@69 63 The ``packaging`` library uses calendar-based versioning (``YY.N``).
jpayne@69 64
jpayne@69 65 Discussion
jpayne@69 66 ----------
jpayne@69 67
jpayne@69 68 If you run into bugs, you can file them in our `issue tracker`_.
jpayne@69 69
jpayne@69 70 You can also join ``#pypa`` on Freenode to ask questions or get involved.
jpayne@69 71
jpayne@69 72
jpayne@69 73 .. _`documentation`: https://packaging.pypa.io/
jpayne@69 74 .. _`issue tracker`: https://github.com/pypa/packaging/issues
jpayne@69 75
jpayne@69 76
jpayne@69 77 Code of Conduct
jpayne@69 78 ---------------
jpayne@69 79
jpayne@69 80 Everyone interacting in the packaging project's codebases, issue trackers, chat
jpayne@69 81 rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_.
jpayne@69 82
jpayne@69 83 .. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md
jpayne@69 84
jpayne@69 85 Contributing
jpayne@69 86 ------------
jpayne@69 87
jpayne@69 88 The ``CONTRIBUTING.rst`` file outlines how to contribute to this project as
jpayne@69 89 well as how to report a potential security issue. The documentation for this
jpayne@69 90 project also covers information about `project development`_ and `security`_.
jpayne@69 91
jpayne@69 92 .. _`project development`: https://packaging.pypa.io/en/latest/development/
jpayne@69 93 .. _`security`: https://packaging.pypa.io/en/latest/security/
jpayne@69 94
jpayne@69 95 Project History
jpayne@69 96 ---------------
jpayne@69 97
jpayne@69 98 Please review the ``CHANGELOG.rst`` file or the `Changelog documentation`_ for
jpayne@69 99 recent changes and project history.
jpayne@69 100
jpayne@69 101 .. _`Changelog documentation`: https://packaging.pypa.io/en/latest/changelog/
jpayne@69 102