Added ascii2img installation

Added uninstallation script
This commit is contained in:
Samuel
2018-03-22 16:41:17 +08:00
parent 666b828af3
commit 7a6a0581a3
1152 changed files with 166080 additions and 0 deletions

View File

@@ -0,0 +1,75 @@
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>`_

View File

@@ -0,0 +1,16 @@
The Python Imaging Library (PIL) is
Copyright © 1997-2011 by Secret Labs AB
Copyright © 1995-2011 by Fredrik Lundh
Pillow is the friendly PIL fork. It is
Copyright © 2010-2018 by Alex Clark and contributors
Like PIL, Pillow is licensed under the open source PIL Software License:
By obtaining, using, and/or copying this software and/or its associated documentation, you agree that you have read, understood, and will comply with the following terms and conditions:
Permission to use, copy, modify, and distribute this software and its associated documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appears in all copies, and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of Secret Labs AB or the author not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission.
SECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

View File

@@ -0,0 +1,103 @@
Metadata-Version: 2.0
Name: Pillow
Version: 5.0.0
Summary: Python Imaging Library (Fork)
Home-page: https://python-pillow.org
Author: Alex Clark (Fork Author)
Author-email: aclark@aclark.net
License: Standard PIL License
Description-Content-Type: UNKNOWN
Keywords: Imaging
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Graphics :: Capture :: Digital Camera
Classifier: Topic :: Multimedia :: Graphics :: Capture :: Screen Capture
Classifier: Topic :: Multimedia :: Graphics :: Graphics Conversion
Classifier: Topic :: Multimedia :: Graphics :: Viewers
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
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>`_

View File

@@ -0,0 +1,207 @@
Pillow-5.0.0.dist-info/LICENSE.txt,sha256=SWD8GL7MKGvoOcj_F71wzVIiUz92ESkUIVNENxiiUZk,1452
Pillow-5.0.0.dist-info/metadata.json,sha256=_7YOjj8RPCx3a7_8YgZa8mYQaAxUTgQWLfMVanHElIQ,1350
Pillow-5.0.0.dist-info/WHEEL,sha256=xLbWRW0PO79-mIB5Y7BBxUY9L97LDdQCs-obTuQSLEg,109
Pillow-5.0.0.dist-info/top_level.txt,sha256=riZqrk-hyZqh5f1Z0Zwii3dKfxEsByhu9cU9IODF-NY,4
Pillow-5.0.0.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
Pillow-5.0.0.dist-info/DESCRIPTION.rst,sha256=dxU_pPLXAfZ5Dr8jaOuDKlx416bPUXLlWODal6B77Dc,2716
Pillow-5.0.0.dist-info/METADATA,sha256=31q--pDYV80QxlMM4fITPTbYa4Vxgmm0oLYlIlaRFzE,3910
Pillow-5.0.0.dist-info/RECORD,,
PIL/_imaging.cpython-36m-x86_64-linux-gnu.so,sha256=oUTdCsg5zpfdQdecvWvU-3udGgjBDzpIbMg8O1GdxaY,2139136
PIL/GimpGradientFile.py,sha256=AAaninsgIFx4oDMJo_jywhbsM-J8eObjiOYwZZa8GsY,3344
PIL/PcfFontFile.py,sha256=BdhMHBLk_DMvnO6IAe_IdddpHwZRjXPEzTeh2oglylQ,6136
PIL/FliImagePlugin.py,sha256=Ef4A0mCYbk2cW7jWzp9sfpCVOALgjs1RJeyCpi28rsM,4093
PIL/ImageCms.py,sha256=MA72U8jk4BaGTLNcXi0EMwbgHs4B5-DkTaJeuHjWn8g,37186
PIL/ImageFont.py,sha256=WFoG0Tx-Mxr-9cQhx2cShiO-qKH0LY698HEUVvbv1qk,20804
PIL/FtexImagePlugin.py,sha256=lAkYhwcmJEwMoVQZkrul7zo45QsDXom-QwZoSRXIHRQ,3268
PIL/BmpImagePlugin.py,sha256=BRSE8wsm7_AQL-PrZrRlS6XfnTRZoFZLZXwZrfY05FA,13135
PIL/ImageFile.py,sha256=cveNZKMEa_1H67LmXx7CmqYB8Krgq-R2r7d3m6XeVTA,20593
PIL/TarIO.py,sha256=0f0geSoJ9B0PPcM0jMcCCfa94hwYDS6hth7FRNFwmpM,1239
PIL/PixarImagePlugin.py,sha256=IOu9VzegyC5RKTCfF6OHEgAza-6PZRDa7w_dBWIB5tY,1674
PIL/XbmImagePlugin.py,sha256=uYemmzX39rtW_-XApHIr4so4qVkmlzdr-wMZiZaEV7s,2504
PIL/IcnsImagePlugin.py,sha256=5HeAQPM5eH5S7rpRdBeCWjM2ecfdKWtWvoO_bd4N40A,10679
PIL/features.py,sha256=W7NCHo4m9fEuAI7pIRuwP0ZPjYk2NGLatShwwd5eGHY,1890
PIL/MpoImagePlugin.py,sha256=wK5q8CrcGMdUa2_bGpuT2JPskJ6VBZc_n2QjAXZVFEY,2986
PIL/BufrStubImagePlugin.py,sha256=vlns5HsnrKuFom-0NR_WGLqv5k1Q07CnVCnup3eJkRE,1518
PIL/ExifTags.py,sha256=-Auwh-hnhpOuBCo6SW5hEmToJYmbjat13TTG4OnF9Q4,8837
PIL/_tkinter_finder.py,sha256=enoWofgh4HUsRtc-qEMjnEhk_I1TBqgcTkzXvpMVtIE,699
PIL/_binary.py,sha256=d4Fm598vk15H9L6eYybEJ9nwXFMpq7bIOO5-6u4-IPA,1797
PIL/DcxImagePlugin.py,sha256=A8sC8GkP4R9zgb1a5Sz6cdr2lWwqIzMss3deoK6SleA,2029
PIL/McIdasImagePlugin.py,sha256=MAyW-gPGI8Vpq5bcc4_Fd95DEwFH-zTfUZEe3A1lJ_0,1768
PIL/ContainerIO.py,sha256=FZUZlQJh6ItrIC0W48B8pOwgqywZNH4YXPGQXqLbifE,2693
PIL/GribStubImagePlugin.py,sha256=Y2p_W8PTvx3OCnpsOD71NJceoJtWmgWy_acOt5wSV3E,1541
PIL/ImageMorph.py,sha256=HQw6TlJ52z0jg7XYXnSsY5lKSX0L_R5zTmHefV73hDw,8310
PIL/_imagingmath.cpython-36m-x86_64-linux-gnu.so,sha256=-S7ro-j-8gHZk_sZuB2Rl2OK-O6tgQW0LDwzuEQZFdI,92600
PIL/GifImagePlugin.py,sha256=shieV91P1CmmuqKv9G_NTl-RArTCWEy1qxM_ffGmZjM,26674
PIL/ImageWin.py,sha256=oClQa_0RbBzRf8NMnqSa5PmmQ49KHq-T8-3VjGQUGsA,7167
PIL/SunImagePlugin.py,sha256=0a2mCSKdEtl0TwWbBQ41Rcl1Wv662mZ2oikQNdBWFDc,4319
PIL/ImtImagePlugin.py,sha256=WDXZldcCJiB0-dwjzdmcjz2JkRFBaj4QROWHj_kY3Yg,2240
PIL/PcxImagePlugin.py,sha256=rXpc7FTu5iCxUt5nDQSdiWD8-_uUXpqW_yGjQPXeu18,5222
PIL/ImagePath.py,sha256=EcuftVSJ-WvAG0tma7zn1MxugbvsqEbJubdO6rOls9c,1286
PIL/ImageFilter.py,sha256=v-7KGsOSg0wbyNT2CHOd-UVeOxt64SPZLfQfdA2LJf0,7406
PIL/_imagingcms.cpython-36m-x86_64-linux-gnu.so,sha256=f5r-kZgNEpbBM8K43Sy2cuT68tCEx0_s2AwXv5IyhNg,143480
PIL/IptcImagePlugin.py,sha256=n-ZTYv4LEQ3AuvhZpJlDdFnJEVEK3caBHEJ1hpD84SY,6798
PIL/__init__.py,sha256=t6lt8swQiV7BhuYXk_sOrl34QijmWJpPUbmYHVpVjZ8,1671
PIL/Image.py,sha256=nrppb57NnjAhFQcX8veMgDNjLHZmDH7lQ4dtiN71Q18,95269
PIL/XVThumbImagePlugin.py,sha256=IFiuUbhqOdBH_5B8smM2aB29SDSe815JWwiXef-k_rU,1959
PIL/WmfImagePlugin.py,sha256=vV0O09eJsAQL6Zb0Qj03bHrPW8-UXakuvAgHUjCMbjI,4251
PIL/ImageDraw.py,sha256=l-a-B7XZ0mkZkCKcMZ4VrEzZeHHgbzB59vJEA568WFU,13641
PIL/MicImagePlugin.py,sha256=X0tFPFlbaHeY4tI70AmzViUs781-u-ycrqHM7Hb9oKk,2460
PIL/version.py,sha256=_tPCdiOknHWePQH2OyWq9-JanMNr_6Shy_MpG9BHcwY,50
PIL/FitsStubImagePlugin.py,sha256=-kjVbGTjhKuVgmvaGryFyXEA0LZm7WofH7f0yR9wiXI,1622
PIL/SpiderImagePlugin.py,sha256=RNQe9M2GA-RLlxzfiGyzGW6ZW_d0RvuyyrIyjqlUfRw,9405
PIL/PpmImagePlugin.py,sha256=WH_8-lmpVT6My2HlPLo_qHhB44UAL7IWlL8WZdQf0-g,4226
PIL/GimpPaletteFile.py,sha256=1o3b3WhPCeUHz_9uWforK0iQ_OBeGoFMHnEsn9lfCjM,1339
PIL/ImageMode.py,sha256=frHm-hptD7oCyWbawKtYsjb3NV8CHNXn8R0dyrAStAE,1558
PIL/ImageColor.py,sha256=c1WaYlpd6hHyzLvRz0Obs8OFFZwxpxOSSPvFGpDmu-I,8240
PIL/ImageShow.py,sha256=AFp7Nu4EpxCcKAx-pzyUwEKQVS90CAEqXgvV-HyTi_I,5202
PIL/EpsImagePlugin.py,sha256=7Bd85jV3LBPly3R7JSaLMUSQwOh072QKb_p4PKMwZtc,12865
PIL/PalmImagePlugin.py,sha256=kiQHDvCAwkwAHKDQnwZv1d2pUGBnI0ToL5icyRbagF4,9149
PIL/MpegImagePlugin.py,sha256=1a3yu5UpkAjRRQu_BnSuX90s9doVulfc7va9OT0THQU,1831
PIL/SgiImagePlugin.py,sha256=s4bKsEXwb_kaGxPmLzMb7e71g9b7cuJniQBlOQNdZNI,6139
PIL/Hdf5StubImagePlugin.py,sha256=1nacrTpO0tNzbVvek0dvxRbAmlnxi8n-J6gds-WODEo,1515
PIL/Jpeg2KImagePlugin.py,sha256=yaVyoXiAcuPZzU8w-1XhbKtY87QVdaToaCr1xdhb_jk,7740
PIL/BdfFontFile.py,sha256=dx--JzHUxLiUf0eyW2znQP4HRe941iZfDInK_l6A4J0,3367
PIL/WalImageFile.py,sha256=n7OJ-jl7yAW0sSDn6Q5BQCNBCxO9XqZlU8fcspGKD10,5557
PIL/DdsImagePlugin.py,sha256=sff0rzqG7cHrlrfpc4a1mzXuOjxhcbMi-vVUvGHtoTc,4997
PIL/TgaImagePlugin.py,sha256=7p0H40ASN8Q8bRAPoV5Zhw5KDxnlzsLhhdS1FLESh7k,4992
PIL/XpmImagePlugin.py,sha256=UNpKisJxJen3NqBXdosqJ0Db82eoJBxuJtWwrrWhLIw,3101
PIL/JpegPresets.py,sha256=t9_TuyTIVp9RkXlIv3BVLEh7T1NZtVZwzzLpIlcJiMQ,12399
PIL/ImagePalette.py,sha256=pZ_GQHxMFNnlkcMFDbdto-Iz86FWgxQnyugfxRxWjSY,6321
PIL/ImageDraw2.py,sha256=t51dG_Nn2ZlERuOQ1ZMley_E8wtPKWdfz1T4WxF7Vc0,3229
PIL/ImImagePlugin.py,sha256=XN3xpSiXPbAsFA2lkUcviJCq1HvhXFNcdG-fv2NAV0I,10160
PIL/ImageTransform.py,sha256=NOb0B-k-xLRwi8bowC7zug9ky2K7A3Q4uLE6CACkvr8,2809
PIL/PaletteFile.py,sha256=xnAUCKhUxSIeqqn--4DFPRaNtVxeqoNvYgdzq_7kidQ,1110
PIL/ImageStat.py,sha256=7tfTNkkBFduqOHspgu-qVckndwomvJIsToV27yNFqX0,3847
PIL/_util.py,sha256=b3m5R7BosKxQ1NJud7vuxdmFouSfSYoaJ2P7WqlGtcE,553
PIL/MspImagePlugin.py,sha256=s_jmyGNucm7ttokYFAz-A713cLnYpCUH-SgS7DzyUWc,5519
PIL/GdImageFile.py,sha256=hrHObw6l_6oFooRh2qA-BqmA6B2-XIDyWtsgJv3VAZo,2205
PIL/_webp.cpython-36m-x86_64-linux-gnu.so,sha256=B8O07ReyWXa5LA0QxVs5G7IGjxpzFUL3WWI5nKZfhxg,88480
PIL/ImageOps.py,sha256=AIONtNN8RgARADWmBPoiwazH-gukMECsO0gv5yXUOv8,16106
PIL/ImageGrab.py,sha256=q7wTv2h-t6-2KqKKVIhLg3lNTTAhlo45bErT368pGz8,2150
PIL/TiffTags.py,sha256=7nhnkpXL_2p3x26_vgTA-MB5hRSWvrKLwKBAp-5T2dg,14444
PIL/PdfImagePlugin.py,sha256=qv3Cp0uAIrssOyBsm16_w4_3RRHdrR1umgxYEK4wj60,7539
PIL/ImageChops.py,sha256=f07JlSm9Ln3-PPIM1-ylbchp29FSnOPunFyciLZyMyc,6182
PIL/GbrImagePlugin.py,sha256=MTmcHLscmYhZUIf_HctG84CzwaYcyGNFdAHhP6Wb2z4,2722
PIL/ImageEnhance.py,sha256=eQUg_Uzi6PbeIaghBmtc6r5pdLvevFAqbn6C_1fHL1w,3195
PIL/PSDraw.py,sha256=P6g9ykppNcPafxnYP1rK3LU06Dml9ykBA26Pki1LSqI,6853
PIL/FontFile.py,sha256=r_I7yEY1GGfgIv0l2AhzLNAjROWTaliEzsjmAwFT0Kc,2840
PIL/ImageMath.py,sha256=IF5csCKmfa66lZgKhJEYaWBPmk3Vqw31L4qHo6DB9g8,7449
PIL/ImageSequence.py,sha256=fp7ziB8L6zhEXz8bTrU5sYCdGnZ7OzADEOsvCd37Vc4,1240
PIL/PsdImagePlugin.py,sha256=5F0VSCxqLvoU6MxAplX0NtVPwz_8HbqCMslcQJ-rZ2Y,7549
PIL/IcoImagePlugin.py,sha256=wNdwhS3j3lhjLoRJ9CpHwkmeK9rqJm7TW2AyjRd3b1M,9331
PIL/TiffImagePlugin.py,sha256=kkzS5thfpNJs8EEHJU0J79EGnLjznyCiUtBHuzMNPQg,64040
PIL/OleFileIO.py,sha256=EJ54RgQCUPoQjO0lDdoe34MeOd9IH_RwYH2GKpKYlPY,152
PIL/JpegImagePlugin.py,sha256=xGZbD-YebWKIGB5Mfm-0b7oQEEefsOaW-suZ5RHpxJ4,27196
PIL/CurImagePlugin.py,sha256=fet0bN2V623xAbLT0YMzx8XeFCNbGnsGhI-7SB88t7g,2071
PIL/PngImagePlugin.py,sha256=7STK6NsMTfWfHqerw9_wiYr_KIr2Rmv8hahY_aa7NJQ,25829
PIL/WebPImagePlugin.py,sha256=0hv4aLLMkiw9rC0tChuT-m1Bw0FNuCaEx4xgghStJYQ,9674
PIL/_imagingmorph.cpython-36m-x86_64-linux-gnu.so,sha256=NNIbFrYyRwFoS4yOCvO2tTJEbov22uAqkLCJWaB7Uf8,31223
PIL/ImageTk.py,sha256=a06D-kV7mCZC12eOtqvR13itcXYY5KdWpq4m2ZSP9_E,9332
PIL/_imagingft.cpython-36m-x86_64-linux-gnu.so,sha256=J8AiUIKBvG1kVIW-fWOYgxNZnnLeFT5Jf2HxfWlxcIc,93120
PIL/FpxImagePlugin.py,sha256=-GCptvHcNk1bruowdPd5iv_Y7qopEjJTYxE51FZ1vyg,6378
PIL/_imagingtk.cpython-36m-x86_64-linux-gnu.so,sha256=PL7quaTqV6XxZ4LYgn9CZSzeMhrmgY9nSoeR751C_Ig,40080
PIL/ImageQt.py,sha256=uP4aF21mq-WOGyHUEuQ1iyZ1-mAloXq9SZ2PGH5_5wo,6046
PIL/PyAccess.py,sha256=lDZ86aZRUlRf0JUCzWf0dp0C9gjqZhfTnadgTAMUpG4,8814
PIL/PcdImagePlugin.py,sha256=kYXV7kOTRxFmlvqYvDjy_4qNeeZjAbfZe921H7RTmsI,1519
PIL/.libs/libopenjp2-59185378.so.2.1.0,sha256=LZQjAF_-qYA2IjmTAiVHH8dwVghCnAwvRgEaU-Tkz3o,343024
PIL/.libs/libfreetype-0891c94d.so.6.15.0,sha256=1BrcchDqOlf0atojFcbeSjREjkKtCZURouLn45gWgts,3691288
PIL/.libs/libwebpdemux-c8ebe823.so.2.0.3,sha256=qwGZ3UU9pVVOpJkP0sIW9daLhzEzSQqSokUyTen-v5w,95048
PIL/.libs/libwebpmux-26347042.so.3.0.1,sha256=la1vo8PhQ9EMDqk2mpxgCZlskvkrYg0iOma2ixMYheI,214240
PIL/.libs/libwebp-186dc9a0.so.7.0.1,sha256=L-71nGRlgahbZsQz9bito-NVMeRTL61qEYIBOkBjjOE,3439312
PIL/.libs/liblzma-f444c404.so.5.2.2,sha256=58bVOGo-me5zMXS6Rnjb4hEwdXW9FV23rqKILrHKYOw,867928
PIL/.libs/libtiff-16d54532.so.5.3.0,sha256=kUXeVQwGZyPDcUAh72jkmze-db0DASeO0-h3dbLYYPc,1783352
PIL/.libs/liblcms2-08bcf862.so.2.0.8,sha256=-RvJK1qivuTAg4uybBaJjayqPdAEKmxm0jamiG_ca8w,1665552
PIL/.libs/libjpeg-bcb94a84.so.9.2.0,sha256=BXSQf0PYQGfygKUyhWhuSrw8mBJTpT1wF3AefZzSWuU,1340024
PIL/.libs/libz-a147dcb0.so.1.2.3,sha256=1IGoOjRpujOMRn7cZ29ERtAxBt6SxTUlRLBkSqa_lsk,87848
PIL/.libs/libpng16-4b619e46.so.16.25.0,sha256=0HXW6rx8apGTPNfAvL8uS7ngt9n6YY2Xy8yfjDHfa4A,943336
Pillow-5.0.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
PIL/__pycache__/PngImagePlugin.cpython-36.pyc,,
PIL/__pycache__/ImageEnhance.cpython-36.pyc,,
PIL/__pycache__/ImageColor.cpython-36.pyc,,
PIL/__pycache__/ExifTags.cpython-36.pyc,,
PIL/__pycache__/FtexImagePlugin.cpython-36.pyc,,
PIL/__pycache__/Image.cpython-36.pyc,,
PIL/__pycache__/ImageOps.cpython-36.pyc,,
PIL/__pycache__/DcxImagePlugin.cpython-36.pyc,,
PIL/__pycache__/PcdImagePlugin.cpython-36.pyc,,
PIL/__pycache__/WalImageFile.cpython-36.pyc,,
PIL/__pycache__/__init__.cpython-36.pyc,,
PIL/__pycache__/ImageFont.cpython-36.pyc,,
PIL/__pycache__/ImageSequence.cpython-36.pyc,,
PIL/__pycache__/XVThumbImagePlugin.cpython-36.pyc,,
PIL/__pycache__/IcnsImagePlugin.cpython-36.pyc,,
PIL/__pycache__/GbrImagePlugin.cpython-36.pyc,,
PIL/__pycache__/ContainerIO.cpython-36.pyc,,
PIL/__pycache__/EpsImagePlugin.cpython-36.pyc,,
PIL/__pycache__/XpmImagePlugin.cpython-36.pyc,,
PIL/__pycache__/GimpGradientFile.cpython-36.pyc,,
PIL/__pycache__/features.cpython-36.pyc,,
PIL/__pycache__/MspImagePlugin.cpython-36.pyc,,
PIL/__pycache__/ImageFile.cpython-36.pyc,,
PIL/__pycache__/TiffTags.cpython-36.pyc,,
PIL/__pycache__/WebPImagePlugin.cpython-36.pyc,,
PIL/__pycache__/GribStubImagePlugin.cpython-36.pyc,,
PIL/__pycache__/PixarImagePlugin.cpython-36.pyc,,
PIL/__pycache__/FitsStubImagePlugin.cpython-36.pyc,,
PIL/__pycache__/ImageMorph.cpython-36.pyc,,
PIL/__pycache__/_binary.cpython-36.pyc,,
PIL/__pycache__/ImageWin.cpython-36.pyc,,
PIL/__pycache__/PyAccess.cpython-36.pyc,,
PIL/__pycache__/FliImagePlugin.cpython-36.pyc,,
PIL/__pycache__/JpegImagePlugin.cpython-36.pyc,,
PIL/__pycache__/SunImagePlugin.cpython-36.pyc,,
PIL/__pycache__/ImageTk.cpython-36.pyc,,
PIL/__pycache__/ImageCms.cpython-36.pyc,,
PIL/__pycache__/CurImagePlugin.cpython-36.pyc,,
PIL/__pycache__/BufrStubImagePlugin.cpython-36.pyc,,
PIL/__pycache__/PcxImagePlugin.cpython-36.pyc,,
PIL/__pycache__/MicImagePlugin.cpython-36.pyc,,
PIL/__pycache__/ImageDraw2.cpython-36.pyc,,
PIL/__pycache__/ImageDraw.cpython-36.pyc,,
PIL/__pycache__/GimpPaletteFile.cpython-36.pyc,,
PIL/__pycache__/PdfImagePlugin.cpython-36.pyc,,
PIL/__pycache__/OleFileIO.cpython-36.pyc,,
PIL/__pycache__/BmpImagePlugin.cpython-36.pyc,,
PIL/__pycache__/TgaImagePlugin.cpython-36.pyc,,
PIL/__pycache__/SpiderImagePlugin.cpython-36.pyc,,
PIL/__pycache__/SgiImagePlugin.cpython-36.pyc,,
PIL/__pycache__/_tkinter_finder.cpython-36.pyc,,
PIL/__pycache__/BdfFontFile.cpython-36.pyc,,
PIL/__pycache__/ImtImagePlugin.cpython-36.pyc,,
PIL/__pycache__/ImagePath.cpython-36.pyc,,
PIL/__pycache__/PalmImagePlugin.cpython-36.pyc,,
PIL/__pycache__/ImageChops.cpython-36.pyc,,
PIL/__pycache__/ImageStat.cpython-36.pyc,,
PIL/__pycache__/GdImageFile.cpython-36.pyc,,
PIL/__pycache__/TiffImagePlugin.cpython-36.pyc,,
PIL/__pycache__/TarIO.cpython-36.pyc,,
PIL/__pycache__/IptcImagePlugin.cpython-36.pyc,,
PIL/__pycache__/PpmImagePlugin.cpython-36.pyc,,
PIL/__pycache__/McIdasImagePlugin.cpython-36.pyc,,
PIL/__pycache__/ImageQt.cpython-36.pyc,,
PIL/__pycache__/ImageTransform.cpython-36.pyc,,
PIL/__pycache__/FpxImagePlugin.cpython-36.pyc,,
PIL/__pycache__/PcfFontFile.cpython-36.pyc,,
PIL/__pycache__/Jpeg2KImagePlugin.cpython-36.pyc,,
PIL/__pycache__/PsdImagePlugin.cpython-36.pyc,,
PIL/__pycache__/ImageGrab.cpython-36.pyc,,
PIL/__pycache__/PaletteFile.cpython-36.pyc,,
PIL/__pycache__/MpoImagePlugin.cpython-36.pyc,,
PIL/__pycache__/version.cpython-36.pyc,,
PIL/__pycache__/ImageShow.cpython-36.pyc,,
PIL/__pycache__/FontFile.cpython-36.pyc,,
PIL/__pycache__/ImImagePlugin.cpython-36.pyc,,
PIL/__pycache__/GifImagePlugin.cpython-36.pyc,,
PIL/__pycache__/MpegImagePlugin.cpython-36.pyc,,
PIL/__pycache__/WmfImagePlugin.cpython-36.pyc,,
PIL/__pycache__/ImageMath.cpython-36.pyc,,
PIL/__pycache__/DdsImagePlugin.cpython-36.pyc,,
PIL/__pycache__/IcoImagePlugin.cpython-36.pyc,,
PIL/__pycache__/XbmImagePlugin.cpython-36.pyc,,
PIL/__pycache__/ImageMode.cpython-36.pyc,,
PIL/__pycache__/JpegPresets.cpython-36.pyc,,
PIL/__pycache__/Hdf5StubImagePlugin.cpython-36.pyc,,
PIL/__pycache__/ImageFilter.cpython-36.pyc,,
PIL/__pycache__/PSDraw.cpython-36.pyc,,
PIL/__pycache__/_util.cpython-36.pyc,,
PIL/__pycache__/ImagePalette.cpython-36.pyc,,

View File

@@ -0,0 +1,5 @@
Wheel-Version: 1.0
Generator: bdist_wheel (0.30.0)
Root-Is-Purelib: false
Tag: cp36-cp36m-manylinux1_x86_64

View File

@@ -0,0 +1 @@
{"classifiers": ["Development Status :: 6 - Mature", "Topic :: Multimedia :: Graphics", "Topic :: Multimedia :: Graphics :: Capture :: Digital Camera", "Topic :: Multimedia :: Graphics :: Capture :: Screen Capture", "Topic :: Multimedia :: Graphics :: Graphics Conversion", "Topic :: Multimedia :: Graphics :: Viewers", "License :: Other/Proprietary License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy"], "description_content_type": "UNKNOWN", "extensions": {"python.details": {"contacts": [{"email": "aclark@aclark.net", "name": "Alex Clark (Fork Author)", "role": "author"}], "document_names": {"description": "DESCRIPTION.rst", "license": "LICENSE.txt"}, "project_urls": {"Home": "https://python-pillow.org"}}}, "generator": "bdist_wheel (0.30.0)", "keywords": ["Imaging"], "license": "Standard PIL License", "metadata_version": "2.0", "name": "Pillow", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "summary": "Python Imaging Library (Fork)", "test_requires": [{"requires": ["pytest"]}], "version": "5.0.0"}