Funktionierender Prototyp des Serious Games zur Vermittlung von Wissen zu Software-Engineering-Arbeitsmodellen.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

METADATA 3.0KB

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