Python Imaging Library (Fork)
Go to file
2018-01-25 00:20:18 +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 Merge pull request #2880 from radarhere/webp 2017-12-19 15:47:13 +00:00
docs Changed tutorial code to use docstring [ci skip] 2018-01-12 20:46:16 +11:00
src issue #2959: text string decoding, support for Info dict, updated tests 2018-01-25 00:20:18 +01:00
Tests issue #2959: text string decoding, support for Info dict, updated tests 2018-01-25 00:20:18 +01:00
winbuild pytest no longer supports EOL Python 3.3 2017-12-28 14:48:19 +00: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
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 Fixed typo [ci skip] 2018-01-10 22:22:44 +11: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 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 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 Merge pull request #2935 from wiredfool/crc 2018-01-06 20:43:35 +02:00
tox.ini Removed py33 from tox envlist 2017-12-31 11:53:38 +11: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>`_