diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:06:29 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:56 -0400 |
commit | d63fba5c6ef2e3e7f4bddae241dc7673cfa3aa4e (patch) | |
tree | bdbdce8c8c87ae35701f4a0cb8ee3f1116ab4e82 /python/pillowfight | |
parent | b3529f1635db9e853910399204e927b5dd0816f6 (diff) |
python/pillowfight: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/pillowfight')
-rw-r--r-- | python/pillowfight/README | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/python/pillowfight/README b/python/pillowfight/README index 80173c8d324f2..598342a8c8f39 100644 --- a/python/pillowfight/README +++ b/python/pillowfight/README @@ -1,14 +1,15 @@ Pillow is a replacement for PIL that works as a drop-in replacement. -Unlike PIL, it's actively maintained and easy to install. It's pretty great. -There's only one problem, which is that users must first uninstall PIL before -installing Pillow, as they share a namespace. +Unlike PIL, it's actively maintained and easy to install. It's pretty +great. There's only one problem, which is that users must first +uninstall PIL before installing Pillow, as they share a namespace. -This makes it very hard for Python modules or products that need to run on a -variety of configurations to easily depend on either PIL or Pillow without -inevitably breaking something (perhaps in subtle ways). That makes it hard to -safely transition. +This makes it very hard for Python modules or products that need to +run on a variety of configurations to easily depend on either PIL +or Pillow without inevitably breaking something (perhaps in subtle +ways). That makes it hard to safely transition. -This package aims to "solve" that by providing a single dependency that can -intelligently depend on either PIL or Pillow, based on what's already on the -system. Packages that still need to work if PIL is installed, but aim to -transition to Pillow, can simply depend on the pillowfight package. +This package aims to "solve" that by providing a single dependency +that can intelligently depend on either PIL or Pillow, based on what's +already on the system. Packages that still need to work if PIL is +installed, but aim to transition to Pillow, can simply depend on the +pillowfight package. |