METADATA 8.6 KB

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