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.

107 lines
4.0 KiB

4 years ago
  1. Metadata-Version: 2.1
  2. Name: Pillow
  3. Version: 5.3.0
  4. Summary: Python Imaging Library (Fork)
  5. Home-page: http://python-pillow.org
  6. Author: Alex Clark (Fork Author)
  7. Author-email: aclark@aclark.net
  8. License: Standard PIL License
  9. Keywords: Imaging
  10. Platform: UNKNOWN
  11. Classifier: Development Status :: 6 - Mature
  12. Classifier: Topic :: Multimedia :: Graphics
  13. Classifier: Topic :: Multimedia :: Graphics :: Capture :: Digital Camera
  14. Classifier: Topic :: Multimedia :: Graphics :: Capture :: Screen Capture
  15. Classifier: Topic :: Multimedia :: Graphics :: Graphics Conversion
  16. Classifier: Topic :: Multimedia :: Graphics :: Viewers
  17. Classifier: License :: Other/Proprietary License
  18. Classifier: Programming Language :: Python :: 2
  19. Classifier: Programming Language :: Python :: 2.7
  20. Classifier: Programming Language :: Python :: 3
  21. Classifier: Programming Language :: Python :: 3.4
  22. Classifier: Programming Language :: Python :: 3.5
  23. Classifier: Programming Language :: Python :: 3.6
  24. Classifier: Programming Language :: Python :: 3.7
  25. Classifier: Programming Language :: Python :: Implementation :: CPython
  26. Classifier: Programming Language :: Python :: Implementation :: PyPy
  27. Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
  28. Pillow
  29. ======
  30. Python Imaging Library (Fork)
  31. -----------------------------
  32. Pillow is the friendly PIL fork by `Alex Clark and Contributors <https://github.com/python-pillow/Pillow/graphs/contributors>`_. PIL is the Python Imaging Library by Fredrik Lundh and Contributors.
  33. .. start-badges
  34. .. list-table::
  35. :stub-columns: 1
  36. * - docs
  37. - |docs|
  38. * - tests
  39. - |linux| |macos| |windows| |coverage|
  40. * - package
  41. - |zenodo| |version|
  42. * - social
  43. - |gitter| |twitter|
  44. .. |docs| image:: https://readthedocs.org/projects/pillow/badge/?version=latest
  45. :target: https://pillow.readthedocs.io/?badge=latest
  46. :alt: Documentation Status
  47. .. |linux| image:: https://img.shields.io/travis/python-pillow/Pillow/master.svg?label=Linux%20build
  48. :target: https://travis-ci.org/python-pillow/Pillow
  49. :alt: Travis CI build status (Linux)
  50. .. |macos| image:: https://img.shields.io/travis/python-pillow/pillow-wheels/latest.svg?label=macOS%20build
  51. :target: https://travis-ci.org/python-pillow/pillow-wheels
  52. :alt: Travis CI build status (macOS)
  53. .. |windows| image:: https://img.shields.io/appveyor/ci/python-pillow/Pillow/master.svg?label=Windows%20build
  54. :target: https://ci.appveyor.com/project/python-pillow/Pillow
  55. :alt: AppVeyor CI build status (Windows)
  56. .. |coverage| image:: https://coveralls.io/repos/python-pillow/Pillow/badge.svg?branch=master&service=github
  57. :target: https://coveralls.io/github/python-pillow/Pillow?branch=master
  58. :alt: Code coverage
  59. .. |zenodo| image:: https://zenodo.org/badge/17549/python-pillow/Pillow.svg
  60. :target: https://zenodo.org/badge/latestdoi/17549/python-pillow/Pillow
  61. .. |version| image:: https://img.shields.io/pypi/v/pillow.svg
  62. :target: https://pypi.org/project/Pillow/
  63. :alt: Latest PyPI version
  64. .. |gitter| image:: https://badges.gitter.im/python-pillow/Pillow.svg
  65. :target: https://gitter.im/python-pillow/Pillow?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
  66. :alt: Join the chat at https://gitter.im/python-pillow/Pillow
  67. .. |twitter| image:: https://img.shields.io/badge/tweet-on%20Twitter-00aced.svg
  68. :target: https://twitter.com/PythonPillow
  69. :alt: Follow on https://twitter.com/PythonPillow
  70. .. end-badges
  71. More Information
  72. ----------------
  73. - `Documentation <https://pillow.readthedocs.io/>`_
  74. - `Installation <https://pillow.readthedocs.io/en/latest/installation.html>`_
  75. - `Handbook <https://pillow.readthedocs.io/en/latest/handbook/index.html>`_
  76. - `Contribute <https://github.com/python-pillow/Pillow/blob/master/.github/CONTRIBUTING.md>`_
  77. - `Issues <https://github.com/python-pillow/Pillow/issues>`_
  78. - `Pull requests <https://github.com/python-pillow/Pillow/pulls>`_
  79. - `Changelog <https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst>`_
  80. - `Pre-fork <https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst#pre-fork>`_