update to python3.7
This commit is contained in:
parent
da2d24a7f4
commit
80c4a755da
2912 changed files with 206832 additions and 100407 deletions
|
|
@ -0,0 +1 @@
|
|||
pip
|
||||
|
|
@ -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.
|
||||
107
lib/python3.7/site-packages/Pillow-5.3.0.dist-info/METADATA
Normal file
107
lib/python3.7/site-packages/Pillow-5.3.0.dist-info/METADATA
Normal file
|
|
@ -0,0 +1,107 @@
|
|||
Metadata-Version: 2.1
|
||||
Name: Pillow
|
||||
Version: 5.3.0
|
||||
Summary: Python Imaging Library (Fork)
|
||||
Home-page: http://python-pillow.org
|
||||
Author: Alex Clark (Fork Author)
|
||||
Author-email: aclark@aclark.net
|
||||
License: Standard PIL License
|
||||
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 :: 3.7
|
||||
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|
|
||||
* - 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.org/project/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>`_
|
||||
|
||||
|
||||
209
lib/python3.7/site-packages/Pillow-5.3.0.dist-info/RECORD
Normal file
209
lib/python3.7/site-packages/Pillow-5.3.0.dist-info/RECORD
Normal file
|
|
@ -0,0 +1,209 @@
|
|||
PIL/.dylibs/libfreetype.6.dylib,sha256=m0qsMUKy3L2LJX3BJJs_L2KjRAxpeGhS4Xgevx1o8ww,1976728
|
||||
PIL/.dylibs/libjpeg.9.dylib,sha256=n0EEWqznQhoKFfA47FK_4TCFQqyPXXhCyKIrQI9VAdw,717696
|
||||
PIL/.dylibs/liblcms2.2.dylib,sha256=uTq3a5PFhkwlQNEAd_24Hzcnc_RSyOpTgxYsDSm3fUo,969452
|
||||
PIL/.dylibs/liblzma.5.dylib,sha256=sq2_eFD8IYIiBV_-PdBtFCbmL6RYxv32begwaw-_0Qg,479156
|
||||
PIL/.dylibs/libopenjp2.2.1.0.dylib,sha256=F-r6pjRJODyGvYIw1DU1S1hGmFZUOaLcSPpJYjWcu7I,671168
|
||||
PIL/.dylibs/libpng16.16.dylib,sha256=Jdp3OQ2M5iYG4bxmmhM7RQeR9i1nh1V3OsFT2VyFCBk,602204
|
||||
PIL/.dylibs/libtiff.5.dylib,sha256=TLpcU5Slh9YOzEPzDcxy1YaPSIaNPDhuPOUcEeLYDm8,1290132
|
||||
PIL/.dylibs/libwebp.7.dylib,sha256=8f9BNpbhzg-itZ39a3OnQcXJE-Q4KxhMTn74VKVvTZY,1384692
|
||||
PIL/.dylibs/libwebpdemux.2.dylib,sha256=ND8dpbn9-VJBPQtMKC9ZhgTR5fjh6NCk8DJMfOs8vBM,61000
|
||||
PIL/.dylibs/libwebpmux.3.dylib,sha256=NM8v8WHrT0eqMmgkhJsEqae4C270V00fEWmK26C7wms,124156
|
||||
PIL/.dylibs/libz.1.2.11.dylib,sha256=nXDg3A_3j-SJkNZ_rYFbAEEvU-PhOcggyoiMKN1hdC0,257796
|
||||
PIL/BdfFontFile.py,sha256=lap8i0-KXX9TGbBfFkyEm3YMONHAKoD3ilhtfwl8xXo,3000
|
||||
PIL/BlpImagePlugin.py,sha256=8Qia6DFeu-tZn1VYF591-IGXJJdvgIYoLBpniKD4pSY,14416
|
||||
PIL/BmpImagePlugin.py,sha256=ceYTIBt49JbRRD54BwunPLu7TVx5oBY51oOesJ0G_S8,14182
|
||||
PIL/BufrStubImagePlugin.py,sha256=gW5inS0a7X7HW2sv5a5r94P2v9nRVUSv2cdEgKo8VWI,1519
|
||||
PIL/ContainerIO.py,sha256=NjmpvNBDrF2zC4c60QzJU14YZ_H0ykzfeb_HJ0WH5po,2705
|
||||
PIL/CurImagePlugin.py,sha256=IiY3siY1L_BmGmsFd-EyoXDMur-PT15ZYE5achTqjls,1737
|
||||
PIL/DcxImagePlugin.py,sha256=H-pUUjreLV8pcigxXi76XSaGCsfjugZVRJpjt5yV9dE,2025
|
||||
PIL/DdsImagePlugin.py,sha256=r6kf4T5ZZ4kcJZyjN-np0ob_O6NYRqI1HLR5yat9M_c,5072
|
||||
PIL/EpsImagePlugin.py,sha256=lhPW82E2rLF6cjTnnIZhBoVpF-4YxX7yZhp63xMxXf4,12703
|
||||
PIL/ExifTags.py,sha256=-Auwh-hnhpOuBCo6SW5hEmToJYmbjat13TTG4OnF9Q4,8837
|
||||
PIL/FitsStubImagePlugin.py,sha256=rbIznhaRU63PAFVjp_czCG0js9kw7Uq6PDJ4TuQY_3E,1623
|
||||
PIL/FliImagePlugin.py,sha256=tcSlB2OEEYJzVatMeKXuH09SnCzmo7KYMRzbPIWjDwg,4094
|
||||
PIL/FontFile.py,sha256=1PGL-w3Adrfda7ISCKkcgljCyU2D606gaNkG7wViAJM,2800
|
||||
PIL/FpxImagePlugin.py,sha256=4EGYtQiaNxPaNztFblW-ByxiB1kh5WaCD60Z1MM9VLk,6282
|
||||
PIL/FtexImagePlugin.py,sha256=roR39s4VKquA_eBUiKzKRjbF1dAsRcvjZfi-4JvW5OE,3296
|
||||
PIL/GbrImagePlugin.py,sha256=gnf5QYRPqVSPGshEg78Q_Bls0muXYwiw7YZKNaqg_Xg,2754
|
||||
PIL/GdImageFile.py,sha256=Jdl6pgAz4FN5VoPiYzGSk5rp3MO6s5g3jvsiNH5TnOw,2289
|
||||
PIL/GifImagePlugin.py,sha256=jWrIDUQ2zdDL83Qdlz-QOStzJLgEpRxgoVpWVLs-HLM,26951
|
||||
PIL/GimpGradientFile.py,sha256=zs7-vHAdVCInRQRDx2K5fBpofMlRR0GRKxGVmcUGMag,3345
|
||||
PIL/GimpPaletteFile.py,sha256=1o3b3WhPCeUHz_9uWforK0iQ_OBeGoFMHnEsn9lfCjM,1339
|
||||
PIL/GribStubImagePlugin.py,sha256=Ct8GRHzqlcD1uI093lsVirimGj8zSnJjs5QgBBGeFZA,1542
|
||||
PIL/Hdf5StubImagePlugin.py,sha256=7-DvTj34u1bRFGZOMsgtd7QadvhkbYgNzKSc2vx6PkM,1516
|
||||
PIL/IcnsImagePlugin.py,sha256=0hCj4hGo0PV_uKUrTypgAdMpcj3YxD19xA-0k13oKXM,11760
|
||||
PIL/IcoImagePlugin.py,sha256=8jC_B4NCUbb8cHwROU1G-nw2HFm-iAA7-rREpr5sErY,9609
|
||||
PIL/ImImagePlugin.py,sha256=pa2qqJMeh0doO2KtP-8Fm3gCqfAFR2lcEIE00Ww26Pc,10163
|
||||
PIL/Image.py,sha256=p8elay6s1tMhPXAr_offKpBnXRtpb2t9K4TH9zLysuI,98243
|
||||
PIL/ImageChops.py,sha256=f07JlSm9Ln3-PPIM1-ylbchp29FSnOPunFyciLZyMyc,6182
|
||||
PIL/ImageCms.py,sha256=awGhfurjYYz4QjpXItmrNAgmWCMMK9kk7tcThRs_DNw,36004
|
||||
PIL/ImageColor.py,sha256=ctBZpa78H8kqxM8kqpT12c0tw0D812YWy-KtRl-mupA,8703
|
||||
PIL/ImageDraw.py,sha256=4_8Eu55HHwIWRJtBG4HOq3MW0akl18ZKmpL9soCwFCA,16527
|
||||
PIL/ImageDraw2.py,sha256=kpFXgNEmf2Yn16zy9TpU4_z7ekN5sEhlKmmTXwnC3eg,3127
|
||||
PIL/ImageEnhance.py,sha256=wDIaAs_zjcE86416xlCCW6WmxbI1ua6iOjYOwm1-tkE,3208
|
||||
PIL/ImageFile.py,sha256=XvlagL2cyYxhIrIh5Q0567aPdMiAgkt8XhXD1_V_pUc,20762
|
||||
PIL/ImageFilter.py,sha256=xoYoRkuBg1rfRXvejKrXk6tjmeQKzQHyFX7EoBQoPzM,15352
|
||||
PIL/ImageFont.py,sha256=KJH_PYreWNsNvsRVkPRkVEhhVHMVOee7JdMLv5nYgM4,21556
|
||||
PIL/ImageGrab.py,sha256=q7wTv2h-t6-2KqKKVIhLg3lNTTAhlo45bErT368pGz8,2150
|
||||
PIL/ImageMath.py,sha256=k3KvcxS5Vm07IWVnZqq0Fx8ceVB1MdsBlYHoLYrpDys,7463
|
||||
PIL/ImageMode.py,sha256=7FRP65DI8LZejbFWUtefXn4b5ZnQinvlYwAbeP6SPBk,1597
|
||||
PIL/ImageMorph.py,sha256=MrDftUNiY7lSGDu5AGdrOpZsne3x9pFeiddg_KtpFyE,8271
|
||||
PIL/ImageOps.py,sha256=50pdkq8mF6sO3twh8Gm_qr7TxidhEeVc9ul1wMSRZhw,20228
|
||||
PIL/ImagePalette.py,sha256=IDL9FgTwlBSfUdo_8BSpS9nHYGFrcNzgqJYqdA4Kyys,6319
|
||||
PIL/ImagePath.py,sha256=IPUmk_1SdD5NjpZWuwDEDMrRIq_izWrhiczq7zFgLl8,337
|
||||
PIL/ImageQt.py,sha256=CZtLL_Uh4EUaeclr-w3Iq7y2wIvRqGHkwQDB1oByyts,6544
|
||||
PIL/ImageSequence.py,sha256=fp7ziB8L6zhEXz8bTrU5sYCdGnZ7OzADEOsvCd37Vc4,1240
|
||||
PIL/ImageShow.py,sha256=tH6tIj8jh__hOeAUpnRDgSiU15kfhaOaoc8cREe5OTU,5262
|
||||
PIL/ImageStat.py,sha256=NuQM-hCjP_TlAbj6jr5LC4S35QpdwmMKsate-UEqYNE,3854
|
||||
PIL/ImageTk.py,sha256=pVeub1amZXiuZzjUKqRAplbeu2yI0U7kfpITZ9Cz8vw,9420
|
||||
PIL/ImageTransform.py,sha256=3tSnRn747qaNC-8BaOC0T1CyeMJoaKUzpLEwCPKyHFs,2839
|
||||
PIL/ImageWin.py,sha256=cH6bBrWyk42copvCfPILYhpTkdngxA1d8v1S7R9ol-Y,7217
|
||||
PIL/ImtImagePlugin.py,sha256=PHIOn60naWLAV9FyUja2zggiNu7sIivpMntF-IczeII,2242
|
||||
PIL/IptcImagePlugin.py,sha256=A3vo8uSxwbUi2kVzaEB-WVRnts8SmpJ0fRd2W_QDUys,6757
|
||||
PIL/Jpeg2KImagePlugin.py,sha256=rVcCQ9LS9eabzUKNmrbBs6YGs75-aNKaY88ETvHE9lk,7760
|
||||
PIL/JpegImagePlugin.py,sha256=cQNKq_v8K3-P7Dssuehyf56kmGiAkMWgb7WSCc-shpo,27663
|
||||
PIL/JpegPresets.py,sha256=t9_TuyTIVp9RkXlIv3BVLEh7T1NZtVZwzzLpIlcJiMQ,12399
|
||||
PIL/McIdasImagePlugin.py,sha256=rajcN6-9PrYJ9Ex--MDbgwqXDhSFJdsKhXOCA1pwbx4,1769
|
||||
PIL/MicImagePlugin.py,sha256=X0tFPFlbaHeY4tI70AmzViUs781-u-ycrqHM7Hb9oKk,2460
|
||||
PIL/MpegImagePlugin.py,sha256=AJjo-gDBT2ok2foejHRaXvO5u416JM9DvCdr9eSaF9k,1832
|
||||
PIL/MpoImagePlugin.py,sha256=gD6xTKauVCGIsK_Sey8Nh-VYyfthO4ysBsMbwmnyo68,2982
|
||||
PIL/MspImagePlugin.py,sha256=JpWpCwm6BIPWOtr8_HjSMZ4YKDbXWwGLMS1LixczacU,5534
|
||||
PIL/OleFileIO.py,sha256=EJ54RgQCUPoQjO0lDdoe34MeOd9IH_RwYH2GKpKYlPY,152
|
||||
PIL/PSDraw.py,sha256=hQuLYYkxbTOL6fw4eomK_Rop0U0JWZIlljBwtpj_jes,6870
|
||||
PIL/PaletteFile.py,sha256=xnAUCKhUxSIeqqn--4DFPRaNtVxeqoNvYgdzq_7kidQ,1110
|
||||
PIL/PalmImagePlugin.py,sha256=-4otkAWd40ykwzLq06CZ8QWb_bFZO_cLirtZ_ZeP-7s,9150
|
||||
PIL/PcdImagePlugin.py,sha256=VR0iEJ0UcdM4s2pVIILruv4R5irGZAlO5SZOT-EF3bw,1521
|
||||
PIL/PcfFontFile.py,sha256=BdhMHBLk_DMvnO6IAe_IdddpHwZRjXPEzTeh2oglylQ,6136
|
||||
PIL/PcxImagePlugin.py,sha256=1Wr5XjlpE8jipIehuk_kzHa8IUE_DoaI8Qew1MZT5ww,5225
|
||||
PIL/PdfImagePlugin.py,sha256=KiMtzTobyiCORJ-3uZafp3nGzjDTvcUXP-PCweD0BiM,8292
|
||||
PIL/PdfParser.py,sha256=kTxFoLgJn1BDdbVLc3RZ3KDWjl-bBeVBOVz9s5ImsoU,35812
|
||||
PIL/PixarImagePlugin.py,sha256=OVn1aHCti2cVAtTUnU2x3yj8KvP9NFgaNjc80ou3yvE,1675
|
||||
PIL/PngImagePlugin.py,sha256=frkMBRVKCvrXc0IftFKa4XbAEzZJ7mueM-St6pKjqwk,25691
|
||||
PIL/PpmImagePlugin.py,sha256=a5zogM8UsfC4P1FWiz6843uJwDJi59n3MZLhGfVdKQs,4242
|
||||
PIL/PsdImagePlugin.py,sha256=IPKR3UrgDrC09OgkVQDUXCcPFTYOr4D7SRag5o1qGCU,7551
|
||||
PIL/PyAccess.py,sha256=rIH60zn4NcjZmlMp5sZowFTWLjzUqvooECNZa87u9WQ,8895
|
||||
PIL/SgiImagePlugin.py,sha256=4dK6KwaZ1nQdfCQwtWl3nqE78ZPAnEvJa574CA5YjWU,6152
|
||||
PIL/SpiderImagePlugin.py,sha256=RNi5iNkfbWi-FbgkbFRA5ETOnH-kw8WX1LjiWKXYsUw,9264
|
||||
PIL/SunImagePlugin.py,sha256=1oYBM86mhI9vpPCy6_yH5nITzjcOieituTjcaZoVwwk,4367
|
||||
PIL/TarIO.py,sha256=0f0geSoJ9B0PPcM0jMcCCfa94hwYDS6hth7FRNFwmpM,1239
|
||||
PIL/TgaImagePlugin.py,sha256=mAMySZWVZuVxfssW-dSGqtszVl8rbDa-z4Z5GR9TXpE,5992
|
||||
PIL/TiffImagePlugin.py,sha256=C0Sc9lPJft-2QUuP4lCd1HsQbbnYnl8_wDAXSAxLJdw,64902
|
||||
PIL/TiffTags.py,sha256=B4ygNlSv1p1k9bvqtn4KXqrBoZQK7Jl-M79ONrGcI4g,14471
|
||||
PIL/WalImageFile.py,sha256=rKggtH36cF0a7NaiwrxfWS1Lq2zSoI9bJfGvW5LIax8,5558
|
||||
PIL/WebPImagePlugin.py,sha256=ri2gzIeXRC8gmdG81pFvnIssR97I6FA0IgnAl7cCpCM,10413
|
||||
PIL/WmfImagePlugin.py,sha256=MjVxOj6cx-qcSSJq-ejIj-x1_vUhp9ien3Dis2-E2ek,4237
|
||||
PIL/XVThumbImagePlugin.py,sha256=bnw1cJ_Dn3fpbEIW-N5-jKX4zbm3u7PTl6sEZp7AmTM,1960
|
||||
PIL/XbmImagePlugin.py,sha256=nENR_AnYDIvPIYvC4BAQPbK3VmFwz8oUVE6xap39wso,2505
|
||||
PIL/XpmImagePlugin.py,sha256=LJmr56_OBjvPuMCs-pqKs9L-CkGdSywrIxMY0_xnmW8,3103
|
||||
PIL/__init__.py,sha256=wsCY37LjZNnONsIg0CiKsbNdzV27uVp7b8FTlpd_R4A,2093
|
||||
PIL/__pycache__/BdfFontFile.cpython-37.pyc,,
|
||||
PIL/__pycache__/BlpImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/BmpImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/BufrStubImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/ContainerIO.cpython-37.pyc,,
|
||||
PIL/__pycache__/CurImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/DcxImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/DdsImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/EpsImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/ExifTags.cpython-37.pyc,,
|
||||
PIL/__pycache__/FitsStubImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/FliImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/FontFile.cpython-37.pyc,,
|
||||
PIL/__pycache__/FpxImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/FtexImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/GbrImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/GdImageFile.cpython-37.pyc,,
|
||||
PIL/__pycache__/GifImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/GimpGradientFile.cpython-37.pyc,,
|
||||
PIL/__pycache__/GimpPaletteFile.cpython-37.pyc,,
|
||||
PIL/__pycache__/GribStubImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/Hdf5StubImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/IcnsImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/IcoImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/ImImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/Image.cpython-37.pyc,,
|
||||
PIL/__pycache__/ImageChops.cpython-37.pyc,,
|
||||
PIL/__pycache__/ImageCms.cpython-37.pyc,,
|
||||
PIL/__pycache__/ImageColor.cpython-37.pyc,,
|
||||
PIL/__pycache__/ImageDraw.cpython-37.pyc,,
|
||||
PIL/__pycache__/ImageDraw2.cpython-37.pyc,,
|
||||
PIL/__pycache__/ImageEnhance.cpython-37.pyc,,
|
||||
PIL/__pycache__/ImageFile.cpython-37.pyc,,
|
||||
PIL/__pycache__/ImageFilter.cpython-37.pyc,,
|
||||
PIL/__pycache__/ImageFont.cpython-37.pyc,,
|
||||
PIL/__pycache__/ImageGrab.cpython-37.pyc,,
|
||||
PIL/__pycache__/ImageMath.cpython-37.pyc,,
|
||||
PIL/__pycache__/ImageMode.cpython-37.pyc,,
|
||||
PIL/__pycache__/ImageMorph.cpython-37.pyc,,
|
||||
PIL/__pycache__/ImageOps.cpython-37.pyc,,
|
||||
PIL/__pycache__/ImagePalette.cpython-37.pyc,,
|
||||
PIL/__pycache__/ImagePath.cpython-37.pyc,,
|
||||
PIL/__pycache__/ImageQt.cpython-37.pyc,,
|
||||
PIL/__pycache__/ImageSequence.cpython-37.pyc,,
|
||||
PIL/__pycache__/ImageShow.cpython-37.pyc,,
|
||||
PIL/__pycache__/ImageStat.cpython-37.pyc,,
|
||||
PIL/__pycache__/ImageTk.cpython-37.pyc,,
|
||||
PIL/__pycache__/ImageTransform.cpython-37.pyc,,
|
||||
PIL/__pycache__/ImageWin.cpython-37.pyc,,
|
||||
PIL/__pycache__/ImtImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/IptcImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/Jpeg2KImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/JpegImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/JpegPresets.cpython-37.pyc,,
|
||||
PIL/__pycache__/McIdasImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/MicImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/MpegImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/MpoImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/MspImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/OleFileIO.cpython-37.pyc,,
|
||||
PIL/__pycache__/PSDraw.cpython-37.pyc,,
|
||||
PIL/__pycache__/PaletteFile.cpython-37.pyc,,
|
||||
PIL/__pycache__/PalmImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/PcdImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/PcfFontFile.cpython-37.pyc,,
|
||||
PIL/__pycache__/PcxImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/PdfImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/PdfParser.cpython-37.pyc,,
|
||||
PIL/__pycache__/PixarImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/PngImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/PpmImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/PsdImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/PyAccess.cpython-37.pyc,,
|
||||
PIL/__pycache__/SgiImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/SpiderImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/SunImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/TarIO.cpython-37.pyc,,
|
||||
PIL/__pycache__/TgaImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/TiffImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/TiffTags.cpython-37.pyc,,
|
||||
PIL/__pycache__/WalImageFile.cpython-37.pyc,,
|
||||
PIL/__pycache__/WebPImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/WmfImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/XVThumbImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/XbmImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/XpmImagePlugin.cpython-37.pyc,,
|
||||
PIL/__pycache__/__init__.cpython-37.pyc,,
|
||||
PIL/__pycache__/_binary.cpython-37.pyc,,
|
||||
PIL/__pycache__/_tkinter_finder.cpython-37.pyc,,
|
||||
PIL/__pycache__/_util.cpython-37.pyc,,
|
||||
PIL/__pycache__/_version.cpython-37.pyc,,
|
||||
PIL/__pycache__/features.cpython-37.pyc,,
|
||||
PIL/_binary.py,sha256=Wy_0dJYiAzbkg7rKBi2e9os-UsPqcgPFMaGUW1x7vNE,1822
|
||||
PIL/_imaging.cpython-37m-darwin.so,sha256=D-V4QdAkd201gklGmrvYw9DFH4JCi0xDlgFJ20niNLY,894544
|
||||
PIL/_imagingcms.cpython-37m-darwin.so,sha256=tuQ6bntQ6tFug6EW-wrglR0mRRzR1oUnTWeXSvsCw40,85964
|
||||
PIL/_imagingft.cpython-37m-darwin.so,sha256=Lg9jZhVWnNifQpeFSebxAcPMhdAS6PJuWEyCBtXuqYI,51400
|
||||
PIL/_imagingmath.cpython-37m-darwin.so,sha256=TpPBPlwhZtEBvBGUkAJH1HHx2s9cmMeaK5xdpRTuvr4,67388
|
||||
PIL/_imagingmorph.cpython-37m-darwin.so,sha256=lnnM_HmMn9Q-N_jnkzs_l5zOr9oAgdeK2QZCPoju3ic,26452
|
||||
PIL/_imagingtk.cpython-37m-darwin.so,sha256=cdWduXaWAcWtQ2oey7r9R2kg5AvhJJ-oGDHoJG3PoWE,36496
|
||||
PIL/_tkinter_finder.py,sha256=OxAeW-nXH-BLvlWO-YjwMtaTG33_UQ5kmR3IbtyMAH8,702
|
||||
PIL/_util.py,sha256=zYI94v_4bOptVC8oOkYdl844rW8TfODA6xlZD_rdeq0,590
|
||||
PIL/_version.py,sha256=pv_VXLvUR152CKmoMC7gd7j49lg8NIuBjTwHHrFVzus,50
|
||||
PIL/_webp.cpython-37m-darwin.so,sha256=sMtz9dihZedcA_g_mqSUEncDtd0QuxtZ0B5XyOL4XYg,49784
|
||||
PIL/features.py,sha256=9D3LoufNcZvNvp8ExVAqdequM0vD1LF_puH_byd3h38,1874
|
||||
Pillow-5.3.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
Pillow-5.3.0.dist-info/LICENSE.txt,sha256=SWD8GL7MKGvoOcj_F71wzVIiUz92ESkUIVNENxiiUZk,1452
|
||||
Pillow-5.3.0.dist-info/METADATA,sha256=MC3MnWhnq4PM62HVLgSfN4_s5Xgmzb7QSItmFgNJcTU,4109
|
||||
Pillow-5.3.0.dist-info/RECORD,,
|
||||
Pillow-5.3.0.dist-info/WHEEL,sha256=VUgiLi0_ag0bBLL7DPKGck7Ptb2qpMkh_t8-WZdf87Y,249
|
||||
Pillow-5.3.0.dist-info/top_level.txt,sha256=riZqrk-hyZqh5f1Z0Zwii3dKfxEsByhu9cU9IODF-NY,4
|
||||
Pillow-5.3.0.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
||||
9
lib/python3.7/site-packages/Pillow-5.3.0.dist-info/WHEEL
Normal file
9
lib/python3.7/site-packages/Pillow-5.3.0.dist-info/WHEEL
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
Wheel-Version: 1.0
|
||||
Generator: bdist_wheel (0.31.1)
|
||||
Root-Is-Purelib: false
|
||||
Tag: cp37-cp37m-macosx_10_6_intel
|
||||
Tag: cp37-cp37m-macosx_10_9_intel
|
||||
Tag: cp37-cp37m-macosx_10_9_x86_64
|
||||
Tag: cp37-cp37m-macosx_10_10_intel
|
||||
Tag: cp37-cp37m-macosx_10_10_x86_64
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
PIL
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
Loading…
Add table
Add a link
Reference in a new issue