Python Imaging Library (Fork)
Go to file
2017-12-28 14:51:55 +00:00
.github Caps and hyphen 2017-05-27 19:34:53 +03:00
.travis src directories for pyflakes/pycodestyle 2017-12-28 14:51:55 +00:00
depends Merge pull request #2880 from radarhere/webp 2017-12-19 15:47:13 +00:00
docs Major version bump and release note for dropped Python 3.3 2017-12-28 14:48:19 +00:00
libImaging source layout reorg 2017-12-28 14:49:47 +00:00
src source layout reorg 2017-12-28 14:49:47 +00:00
Tests No need to run coverage on dev machines 2017-12-28 14:49:47 +00:00
Tk comments 2017-01-26 05:55:18 -08:00
winbuild pytest no longer supports EOL Python 3.3 2017-12-28 14:48:19 +00:00
.coveragerc Don't exclude Windows code 2014-07-05 21:32:09 +03:00
.editorconfig Remove duplicate line [CI skip] 2016-09-03 12:37:47 +03:00
.gitattributes Set ContainerIO test file as binary 2017-03-26 23:30:05 -07:00
.gitignore Test with coverage on Windows, update 'setup.py test' 2017-12-28 14:48:19 +00:00
.landscape.yaml Set landscape max-line-length 2015-07-21 18:23:55 +10:00
.travis.yml pytest no longer supports EOL Python 3.3 2017-12-28 14:48:19 +00:00
appveyor.yml No need to move PIL out of the way anymore in appveyor 2017-12-28 14:51:55 +00:00
build_children.sh Fix repo name in curl 2015-01-04 21:30:50 +02:00
CHANGES.rst Major version bump and release note for dropped Python 3.3 2017-12-28 14:48:19 +00:00
codecov.yml Disable Codecov PR comment https://docs.codecov.io/v4.3.6/docs/pull-request-comments 2017-05-13 18:25:14 +03:00
LICENSE Merge branch 'master' into license 2017-01-29 13:06:10 +02:00
Makefile Calls pytest directly 2017-12-28 14:48:19 +00:00
MANIFEST.in source layout reorg 2017-12-28 14:49:47 +00:00
mp_compile.py pytest no longer supports EOL Python 3.3 2017-12-28 14:48:19 +00:00
README.rst Fixed typos [ci skip] 2017-12-15 19:52:42 +11:00
RELEASING.md Updated RELEASING.md [ci skip] 2017-10-21 10:00:01 +11:00
requirements.txt Run pytest as module 2017-12-28 14:48:19 +00:00
selftest.py remove --installed tweaking in selftest.py 2017-12-28 14:51:55 +00:00
setup.cfg No need to run coverage on dev machines 2017-12-28 14:49:47 +00:00
setup.py source layout reorg 2017-12-28 14:49:47 +00:00
tox.ini Calls pytest directly 2017-12-28 14:48:19 +00:00

Pillow
======

Python Imaging Library (Fork)
-----------------------------

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.

.. start-badges

.. list-table::
    :stub-columns: 1

    * - docs
      - |docs|
    * - tests
      - | |linux| |macos| |windows| |coverage|
    * - package
      - |zenodo| |version|
    * - chat
      - |gitter|

.. |docs| image:: https://readthedocs.org/projects/pillow/badge/?version=latest
   :target: https://pillow.readthedocs.io/?badge=latest
   :alt: Documentation Status

.. |linux| image:: https://img.shields.io/travis/python-pillow/Pillow/master.svg?label=Linux%20build
   :target: https://travis-ci.org/python-pillow/Pillow
   :alt: Travis CI build status (Linux)

.. |macos| image:: https://img.shields.io/travis/python-pillow/pillow-wheels/latest.svg?label=macOS%20build
   :target: https://travis-ci.org/python-pillow/pillow-wheels
   :alt: Travis CI build status (macOS)

.. |windows| image:: https://img.shields.io/appveyor/ci/python-pillow/Pillow/master.svg?label=Windows%20build
   :target: https://ci.appveyor.com/project/python-pillow/Pillow
   :alt: AppVeyor CI build status (Windows)

.. |coverage| image:: https://coveralls.io/repos/python-pillow/Pillow/badge.svg?branch=master&service=github
   :target: https://coveralls.io/github/python-pillow/Pillow?branch=master
   :alt: Code coverage

.. |zenodo| image:: https://zenodo.org/badge/17549/python-pillow/Pillow.svg
   :target: https://zenodo.org/badge/latestdoi/17549/python-pillow/Pillow

.. |version| image:: https://img.shields.io/pypi/v/pillow.svg
   :target: https://pypi.python.org/pypi/Pillow/
   :alt: Latest PyPI version

.. |gitter| image:: https://badges.gitter.im/python-pillow/Pillow.svg
   :target: https://gitter.im/python-pillow/Pillow?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
   :alt: Join the chat at https://gitter.im/python-pillow/Pillow

.. end-badges



More Information
----------------

- `Documentation <https://pillow.readthedocs.io/>`_

  - `Installation <https://pillow.readthedocs.io/en/latest/installation.html>`_
  - `Handbook <https://pillow.readthedocs.io/en/latest/handbook/index.html>`_

- `Contribute <https://github.com/python-pillow/Pillow/blob/master/.github/CONTRIBUTING.md>`_

  - `Issues <https://github.com/python-pillow/Pillow/issues>`_
  - `Pull requests <https://github.com/python-pillow/Pillow/pulls>`_

- `Changelog <https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst>`_

  - `Pre-fork <https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst#pre-fork>`_