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 9.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. Metadata-Version: 2.1
  2. Name: Pillow
  3. Version: 9.5.0
  4. Summary: Python Imaging Library (Fork)
  5. Home-page: https://python-pillow.org
  6. Author: Jeffrey A. Clark (Alex)
  7. Author-email: aclark@aclark.net
  8. License: HPND
  9. Project-URL: Documentation, https://pillow.readthedocs.io
  10. Project-URL: Source, https://github.com/python-pillow/Pillow
  11. Project-URL: Funding, https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=pypi
  12. Project-URL: Release notes, https://pillow.readthedocs.io/en/stable/releasenotes/index.html
  13. Project-URL: Changelog, https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst
  14. Project-URL: Twitter, https://twitter.com/PythonPillow
  15. Project-URL: Mastodon, https://fosstodon.org/@pillow
  16. Keywords: Imaging
  17. Platform: UNKNOWN
  18. Classifier: Development Status :: 6 - Mature
  19. Classifier: License :: OSI Approved :: Historical Permission Notice and Disclaimer (HPND)
  20. Classifier: Programming Language :: Python :: 3
  21. Classifier: Programming Language :: Python :: 3 :: Only
  22. Classifier: Programming Language :: Python :: 3.7
  23. Classifier: Programming Language :: Python :: 3.8
  24. Classifier: Programming Language :: Python :: 3.9
  25. Classifier: Programming Language :: Python :: 3.10
  26. Classifier: Programming Language :: Python :: 3.11
  27. Classifier: Programming Language :: Python :: Implementation :: CPython
  28. Classifier: Programming Language :: Python :: Implementation :: PyPy
  29. Classifier: Topic :: Multimedia :: Graphics
  30. Classifier: Topic :: Multimedia :: Graphics :: Capture :: Digital Camera
  31. Classifier: Topic :: Multimedia :: Graphics :: Capture :: Screen Capture
  32. Classifier: Topic :: Multimedia :: Graphics :: Graphics Conversion
  33. Classifier: Topic :: Multimedia :: Graphics :: Viewers
  34. Requires-Python: >=3.7
  35. Description-Content-Type: text/markdown
  36. License-File: LICENSE
  37. Provides-Extra: docs
  38. Requires-Dist: furo ; extra == 'docs'
  39. Requires-Dist: olefile ; extra == 'docs'
  40. Requires-Dist: sphinx (>=2.4) ; extra == 'docs'
  41. Requires-Dist: sphinx-copybutton ; extra == 'docs'
  42. Requires-Dist: sphinx-inline-tabs ; extra == 'docs'
  43. Requires-Dist: sphinx-removed-in ; extra == 'docs'
  44. Requires-Dist: sphinxext-opengraph ; extra == 'docs'
  45. Provides-Extra: tests
  46. Requires-Dist: check-manifest ; extra == 'tests'
  47. Requires-Dist: coverage ; extra == 'tests'
  48. Requires-Dist: defusedxml ; extra == 'tests'
  49. Requires-Dist: markdown2 ; extra == 'tests'
  50. Requires-Dist: olefile ; extra == 'tests'
  51. Requires-Dist: packaging ; extra == 'tests'
  52. Requires-Dist: pyroma ; extra == 'tests'
  53. Requires-Dist: pytest ; extra == 'tests'
  54. Requires-Dist: pytest-cov ; extra == 'tests'
  55. Requires-Dist: pytest-timeout ; extra == 'tests'
  56. <p align="center">
  57. <img width="248" height="250" src="https://raw.githubusercontent.com/python-pillow/pillow-logo/main/pillow-logo-248x250.png" alt="Pillow logo">
  58. </p>
  59. # Pillow
  60. ## Python Imaging Library (Fork)
  61. Pillow is the friendly PIL fork by [Jeffrey A. Clark (Alex) and
  62. contributors](https://github.com/python-pillow/Pillow/graphs/contributors).
  63. PIL is the Python Imaging Library by Fredrik Lundh and Contributors.
  64. As of 2019, Pillow development is
  65. [supported by Tidelift](https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=readme&utm_campaign=enterprise).
  66. <table>
  67. <tr>
  68. <th>docs</th>
  69. <td>
  70. <a href="https://pillow.readthedocs.io/?badge=latest"><img
  71. alt="Documentation Status"
  72. src="https://readthedocs.org/projects/pillow/badge/?version=latest"></a>
  73. </td>
  74. </tr>
  75. <tr>
  76. <th>tests</th>
  77. <td>
  78. <a href="https://github.com/python-pillow/Pillow/actions/workflows/lint.yml"><img
  79. alt="GitHub Actions build status (Lint)"
  80. src="https://github.com/python-pillow/Pillow/workflows/Lint/badge.svg"></a>
  81. <a href="https://github.com/python-pillow/Pillow/actions/workflows/test.yml"><img
  82. alt="GitHub Actions build status (Test Linux and macOS)"
  83. src="https://github.com/python-pillow/Pillow/workflows/Test/badge.svg"></a>
  84. <a href="https://github.com/python-pillow/Pillow/actions/workflows/test-windows.yml"><img
  85. alt="GitHub Actions build status (Test Windows)"
  86. src="https://github.com/python-pillow/Pillow/workflows/Test%20Windows/badge.svg"></a>
  87. <a href="https://github.com/python-pillow/Pillow/actions/workflows/test-mingw.yml"><img
  88. alt="GitHub Actions build status (Test MinGW)"
  89. src="https://github.com/python-pillow/Pillow/workflows/Test%20MinGW/badge.svg"></a>
  90. <a href="https://github.com/python-pillow/Pillow/actions/workflows/test-cygwin.yml"><img
  91. alt="GitHub Actions build status (Test Cygwin)"
  92. src="https://github.com/python-pillow/Pillow/workflows/Test%20Cygwin/badge.svg"></a>
  93. <a href="https://github.com/python-pillow/Pillow/actions/workflows/test-docker.yml"><img
  94. alt="GitHub Actions build status (Test Docker)"
  95. src="https://github.com/python-pillow/Pillow/workflows/Test%20Docker/badge.svg"></a>
  96. <a href="https://ci.appveyor.com/project/python-pillow/Pillow"><img
  97. alt="AppVeyor CI build status (Windows)"
  98. src="https://img.shields.io/appveyor/build/python-pillow/Pillow/main.svg?label=Windows%20build"></a>
  99. <a href="https://github.com/python-pillow/pillow-wheels/actions"><img
  100. alt="GitHub Actions wheels build status (Wheels)"
  101. src="https://github.com/python-pillow/pillow-wheels/workflows/Wheels/badge.svg"></a>
  102. <a href="https://app.travis-ci.com/github/python-pillow/pillow-wheels"><img
  103. alt="Travis CI wheels build status (aarch64)"
  104. src="https://img.shields.io/travis/com/python-pillow/pillow-wheels/main.svg?label=aarch64%20wheels"></a>
  105. <a href="https://app.codecov.io/gh/python-pillow/Pillow"><img
  106. alt="Code coverage"
  107. src="https://codecov.io/gh/python-pillow/Pillow/branch/main/graph/badge.svg"></a>
  108. <a href="https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:pillow"><img
  109. alt="Fuzzing Status"
  110. src="https://oss-fuzz-build-logs.storage.googleapis.com/badges/pillow.svg"></a>
  111. </td>
  112. </tr>
  113. <tr>
  114. <th>package</th>
  115. <td>
  116. <a href="https://zenodo.org/badge/latestdoi/17549/python-pillow/Pillow"><img
  117. alt="Zenodo"
  118. src="https://zenodo.org/badge/17549/python-pillow/Pillow.svg"></a>
  119. <a href="https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=badge"><img
  120. alt="Tidelift"
  121. src="https://tidelift.com/badges/package/pypi/Pillow?style=flat"></a>
  122. <a href="https://pypi.org/project/Pillow/"><img
  123. alt="Newest PyPI version"
  124. src="https://img.shields.io/pypi/v/pillow.svg"></a>
  125. <a href="https://pypi.org/project/Pillow/"><img
  126. alt="Number of PyPI downloads"
  127. src="https://img.shields.io/pypi/dm/pillow.svg"></a>
  128. <a href="https://bestpractices.coreinfrastructure.org/projects/6331"><img
  129. alt="OpenSSF Best Practices"
  130. src="https://bestpractices.coreinfrastructure.org/projects/6331/badge"></a>
  131. </td>
  132. </tr>
  133. <tr>
  134. <th>social</th>
  135. <td>
  136. <a href="https://gitter.im/python-pillow/Pillow?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"><img
  137. alt="Join the chat at https://gitter.im/python-pillow/Pillow"
  138. src="https://badges.gitter.im/python-pillow/Pillow.svg"></a>
  139. <a href="https://twitter.com/PythonPillow"><img
  140. alt="Follow on https://twitter.com/PythonPillow"
  141. src="https://img.shields.io/badge/tweet-on%20Twitter-00aced.svg"></a>
  142. <a href="https://fosstodon.org/@pillow"><img
  143. alt="Follow on https://fosstodon.org/@pillow"
  144. src="https://img.shields.io/badge/publish-on%20Mastodon-595aff.svg"
  145. rel="me"></a>
  146. </td>
  147. </tr>
  148. </table>
  149. ## Overview
  150. The Python Imaging Library adds image processing capabilities to your Python interpreter.
  151. This library provides extensive file format support, an efficient internal representation, and fairly powerful image processing capabilities.
  152. The core image library is designed for fast access to data stored in a few basic pixel formats. It should provide a solid foundation for a general image processing tool.
  153. ## More Information
  154. - [Documentation](https://pillow.readthedocs.io/)
  155. - [Installation](https://pillow.readthedocs.io/en/latest/installation.html)
  156. - [Handbook](https://pillow.readthedocs.io/en/latest/handbook/index.html)
  157. - [Contribute](https://github.com/python-pillow/Pillow/blob/main/.github/CONTRIBUTING.md)
  158. - [Issues](https://github.com/python-pillow/Pillow/issues)
  159. - [Pull requests](https://github.com/python-pillow/Pillow/pulls)
  160. - [Release notes](https://pillow.readthedocs.io/en/stable/releasenotes/index.html)
  161. - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
  162. - [Pre-fork](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst#pre-fork)
  163. ## Report a Vulnerability
  164. To report a security vulnerability, please follow the procedure described in the [Tidelift security policy](https://tidelift.com/docs/security).