Python Imaging Library (Fork)
Go to file
wiredfool fda33d5c09
Merge pull request #3065 from radarhere/changes
Removed 5.0.1 reference from CHANGES
2018-04-02 19:40:12 +01:00
.github Changed documentation references to 2.x to 2.7 [ci skip] 2018-01-02 12:51:54 +11:00
.travis Need to run install or develop for coverage 2017-12-28 14:51:55 +00:00
depends Updated libimagequant to 2.11.10 2018-03-11 00:05:46 +11:00
docs Merge pull request #3064 from wiredfool/release_notes 2018-04-02 11:21:58 +01:00
src 5.1.0 version bump 2018-04-02 10:23:36 +00:00
Tests Move location of fclose and add dump test. 2018-03-31 21:28:37 -07:00
winbuild Fixed msys64 build 2018-03-17 19:04:14 +11:00
.appveyor.yml Either appveyor.yml or .appveyor.yml is allowed, let's hide with other dotfiles 2018-03-18 11:15:54 +02:00
.codecov.yml Avoid "Missing base report" due to committing CHANGES.rst with "[CI skip]" 2018-01-10 16:33:15 +02: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 Enable pip cache in Travis CI 2018-01-04 12:22:50 -08:00
build_children.sh Fix repo name in curl 2015-01-04 21:30:50 +02:00
CHANGES.rst Removed 5.0.1 reference from CHANGES [ci skip] 2018-04-02 21:17:02 +10:00
LICENSE Updated copyright year 2017-12-31 12:05:03 +11:00
Makefile Updated paths for src directory 2017-12-31 07:11:26 +11:00
MANIFEST.in Either appveyor.yml or .appveyor.yml is allowed, let's hide with other dotfiles 2018-03-18 11:15:54 +02:00
mp_compile.py pytest no longer supports EOL Python 3.3 2017-12-28 14:48:19 +00:00
README.rst Add Twitter badge 2018-01-04 12:09:01 +02:00
RELEASING.md Updated RELEASING.md [ci skip] 2017-10-21 10:00:01 +11:00
requirements.txt Sort requirements.txt alphabetically 2018-01-04 05:24:03 -08: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 Added missing whitespace 2018-03-06 19:53:07 +11:00
tox.ini tox: Allow passing arguments from tox to pytest 2018-03-06 18:16:26 +02: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|
    * - social
      - |gitter| |twitter|

.. |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

.. |twitter| image:: https://img.shields.io/badge/tweet-on%20Twitter-00aced.svg
   :target: https://twitter.com/PythonPillow
   :alt: Follow on https://twitter.com/PythonPillow

.. 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>`_