More detail

This commit is contained in:
Alex Clark 2011-09-07 14:10:25 -04:00
parent ed27c5089a
commit 163847b161
3 changed files with 20 additions and 12 deletions

View File

@ -3,29 +3,37 @@
Pillow Pillow
====== ======
Pillow is the "friendly" PIL fork. PIL is the Python Imaging Library. Pillow is the "friendly" PIL fork. PIL is the Python Imaging Library. Pillow was
started for and is currently maintained by the Plone community. But it is used by
many other folks in the Python web community, and probably elsewhere too.
Introduction Introduction
------------ ------------
The fork author's goal is to foster packaging improvements by publicizing The fork author's goal is to foster packaging improvements via:
development and exploring packaging problems within the fork.
Justification - Publicized development and solicitation of community support.
------------- - Exploration of packaging problems within the fork, most noticably
via adding setuptools support but also via clean up & refactoring
of packaging code.
Why a fork?
-----------
PIL is currently not setuptools compatible. Please see PIL is currently not setuptools compatible. Please see
http://mail.python.org/pipermail/image-sig/2010-August/006480.html for a http://mail.python.org/pipermail/image-sig/2010-August/006480.html for a
more detailed explanation. more detailed explanation. Also, PIL's current release/maintenance schedule
is not compatible with the various & frequent packaging issues that have
occured.
Python Imaging Library Python Imaging Library
---------------------- ======================
What follows is mostly the original PIL documentation. What follows is (mostly) the original PIL documentation.
--------------------------------------------------------------------
Introduction Introduction
-------------------------------------------------------------------- ------------
The Python Imaging Library (PIL) adds image processing capabilities The Python Imaging Library (PIL) adds image processing capabilities
to your Python environment. This library provides extensive file to your Python environment. This library provides extensive file

View File

@ -8,7 +8,7 @@ Changelog
- Fix for sys.platform = "linux3" - Fix for sys.platform = "linux3"
[blueyed] [blueyed]
- Package cleanup - Package cleanup and additional documentation
[aclark] [aclark]
1.7.4 (2011-07-21) 1.7.4 (2011-07-21)

View File

@ -452,7 +452,7 @@ setup(
_read('docs/HISTORY.txt')), _read('docs/HISTORY.txt')),
author='Alex Clark (fork author)', author='Alex Clark (fork author)',
author_email='aclark@aclark.net', author_email='aclark@aclark.net',
url='http://github.org/collective/pillow', url='http://github.org/collective/Pillow',
classifiers=[ classifiers=[
"Development Status :: 6 - Mature", "Development Status :: 6 - Mature",
"Topic :: Multimedia :: Graphics", "Topic :: Multimedia :: Graphics",