METADATA 9.5 KB

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