Ausgabe der neuen DB Einträge

This commit is contained in:
hubobel 2022-01-02 21:50:48 +01:00
parent bad48e1627
commit cfbbb9ee3d
2399 changed files with 843193 additions and 43 deletions

View file

@ -0,0 +1 @@
pip

View file

@ -0,0 +1,30 @@
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-2020 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,137 @@
Metadata-Version: 2.1
Name: Pillow
Version: 8.0.1
Summary: Python Imaging Library (Fork)
Home-page: https://python-pillow.org
Author: Alex Clark (PIL Fork Author)
Author-email: aclark@python-pillow.org
License: HPND
Project-URL: Documentation, https://pillow.readthedocs.io
Project-URL: Source, https://github.com/python-pillow/Pillow
Project-URL: Funding, https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=pypi
Keywords: Imaging
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: License :: OSI Approved :: Historical Permission Notice and Disclaimer (HPND)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
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
Requires-Python: >=3.6
Description-Content-Type: text/markdown
<p align="center">
<img width="248" height="250" src="https://raw.githubusercontent.com/python-pillow/pillow-logo/master/pillow-logo-248x250.png" alt="Pillow logo">
</p>
# 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.
As of 2019, Pillow development is
[supported by Tidelift](https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=readme&utm_campaign=enterprise).
<table>
<tr>
<th>docs</th>
<td>
<a href="https://pillow.readthedocs.io/?badge=latest"><img
alt="Documentation Status"
src="https://readthedocs.org/projects/pillow/badge/?version=latest"></a>
</td>
</tr>
<tr>
<th>tests</th>
<td>
<a href="https://travis-ci.org/python-pillow/Pillow"><img
alt="Travis CI build status (Linux)"
src="https://img.shields.io/travis/python-pillow/Pillow/master.svg?label=Linux%20build"></a>
<a href="https://travis-ci.org/python-pillow/pillow-wheels"><img
alt="Travis CI build status (macOS)"
src="https://img.shields.io/travis/python-pillow/pillow-wheels/master.svg?label=macOS%20build"></a>
<a href="https://ci.appveyor.com/project/python-pillow/Pillow"><img
alt="AppVeyor CI build status (Windows)"
src="https://img.shields.io/appveyor/build/python-pillow/Pillow/master.svg?label=Windows%20build"></a>
<a href="https://github.com/python-pillow/Pillow/actions?query=workflow%3ALint"><img
alt="GitHub Actions build status (Lint)"
src="https://github.com/python-pillow/Pillow/workflows/Lint/badge.svg"></a>
<a href="https://github.com/python-pillow/Pillow/actions?query=workflow%3ATest"><img
alt="GitHub Actions build status (Test Linux and macOS)"
src="https://github.com/python-pillow/Pillow/workflows/Test/badge.svg"></a>
<a href="https://github.com/python-pillow/Pillow/actions?query=workflow%3A%22Test+Windows%22"><img
alt="GitHub Actions build status (Test Windows)"
src="https://github.com/python-pillow/Pillow/workflows/Test%20Windows/badge.svg"></a>
<a href="https://github.com/python-pillow/Pillow/actions?query=workflow%3A%22Test+Docker%22"><img
alt="GitHub Actions build status (Test Docker)"
src="https://github.com/python-pillow/Pillow/workflows/Test%20Docker/badge.svg"></a>
<a href="https://codecov.io/gh/python-pillow/Pillow"><img
alt="Code coverage"
src="https://codecov.io/gh/python-pillow/Pillow/branch/master/graph/badge.svg"></a>
</td>
</tr>
<tr>
<th>package</th>
<td>
<a href="https://zenodo.org/badge/latestdoi/17549/python-pillow/Pillow"><img
alt="Zenodo"
src="https://zenodo.org/badge/17549/python-pillow/Pillow.svg"></a>
<a href="https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=badge"><img
alt="Tidelift"
src="https://tidelift.com/badges/package/pypi/Pillow?style=flat"></a>
<a href="https://pypi.org/project/Pillow/"><img
alt="Newest PyPI version"
src="https://img.shields.io/pypi/v/pillow.svg"></a>
<a href="https://pypi.org/project/Pillow/"><img
alt="Number of PyPI downloads"
src="https://img.shields.io/pypi/dm/pillow.svg"></a>
</td>
</tr>
<tr>
<th>social</th>
<td>
<a href="https://gitter.im/python-pillow/Pillow?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"><img
alt="Join the chat at https://gitter.im/python-pillow/Pillow"
src="https://badges.gitter.im/python-pillow/Pillow.svg"></a>
<a href="https://twitter.com/PythonPillow"><img
alt="Follow on https://twitter.com/PythonPillow"
src="https://img.shields.io/badge/tweet-on%20Twitter-00aced.svg"></a>
</td>
</tr>
</table>
## Overview
The Python Imaging Library adds image processing capabilities to your Python interpreter.
This library provides extensive file format support, an efficient internal representation, and fairly powerful image processing capabilities.
The core image library is designed for fast access to data stored in a few basic pixel formats. It should provide a solid foundation for a general image processing tool.
## 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)
## Report a Vulnerability
To report a security vulnerability, please follow the procedure described in the [Tidelift security policy](https://tidelift.com/docs/security).

View file

@ -0,0 +1,212 @@
PIL/.dylibs/libXau.6.dylib,sha256=aALIiO3hEyCjdbF1FzP23ZujUtgjmzaS_-CjEvHYdFE,14468
PIL/.dylibs/libfreetype.6.dylib,sha256=jI4FVF2CoZUk0pwWGYU1lTTse5mASwLTVFMFXPRpFCc,1029168
PIL/.dylibs/libjpeg.9.dylib,sha256=7VWR79Ak4GETfdRc-btFQYZqtG6Nbcg_LeIG9UF_OFQ,293592
PIL/.dylibs/liblcms2.2.dylib,sha256=2sydJauBPqotF6vuf_6Q74r5uOX1KXm7LPD5FTXwPUU,457932
PIL/.dylibs/liblzma.5.dylib,sha256=0t-mkKq7J8Cqqyb_VWIkpQFINNvsMAmbCC4-l-zTKRE,229716
PIL/.dylibs/libopenjp2.2.3.1.dylib,sha256=mzyJ6Nkx4YMHoC_xMkqZfYmY48j8Zn5zXlssCiUwpBE,526176
PIL/.dylibs/libpng16.16.dylib,sha256=EpG-oldhhnYiksL15aqBv7daEe1Z4XEmRiSuNhaPEqw,282812
PIL/.dylibs/libtiff.5.dylib,sha256=adVFiwt7uAMHXZqdyuzVpE7uxAzkGyCkgCKvL4dEIw8,656988
PIL/.dylibs/libwebp.7.dylib,sha256=LdNUF_2GovIcsUNBdBYYOZ61VC9tM6LFD3GELrp9WaI,647292
PIL/.dylibs/libwebpdemux.2.dylib,sha256=NiBwRKWe4K9MT7oA7Ba51Ypha5YuHAKgBrd5u6pMbyM,18440
PIL/.dylibs/libwebpmux.3.dylib,sha256=jK7DKM9DmyeaO7Fh-nWxpok41fQCEBiZu-TF79SV0pQ,42116
PIL/.dylibs/libxcb.1.1.0.dylib,sha256=XT62x2rWFPR6NmLgDZrU_2SAAWAheceS5c8iNemPe1I,237636
PIL/.dylibs/libz.1.2.11.dylib,sha256=rXqWnnr0-ptPvNSjtoFEKaLatheQLFfTT1wbHxh_oZ8,126636
PIL/BdfFontFile.py,sha256=hRnSgFZOIiTgWfJIaRHRQpU4TKVok2E31KJY6sbZPwc,2817
PIL/BlpImagePlugin.py,sha256=B3Hu6Uc8UMddeiKIKQ49h_pikTyBXHRChjk47XMXHfI,14338
PIL/BmpImagePlugin.py,sha256=3G_3DkRQGtFlmALy2pyRvfZZlS3bFSQoz8o6Fpud94s,14249
PIL/BufrStubImagePlugin.py,sha256=Zq60GwcqQJTmZJrA9EQq94QvYpNqwYvQzHojh4U7SDw,1520
PIL/ContainerIO.py,sha256=1U15zUXjWO8uWK-MyCp66Eh7djQEU-oUeCDoBqewNkA,2883
PIL/CurImagePlugin.py,sha256=jOzQDlw9oReCP1OebQHV-c3J5Ron9ZdzgneAZiA8obk,1721
PIL/DcxImagePlugin.py,sha256=bfESLTji9GerqI4oYsy5oTFyRMlr2mjSsXzpY9IuLsk,2145
PIL/DdsImagePlugin.py,sha256=JT9reVgZHOd4vZkJwVPIsftYrYL4uIn1VQoMjJ3KXGY,5464
PIL/EpsImagePlugin.py,sha256=wi0Dcf6kCpV3eiVhQgdLz0tJ8ceVZZnO1A-llZQDVpA,12103
PIL/ExifTags.py,sha256=fx7S0CnztT9ptHT2HGuMYteI99CMVrD73IHeRI5OFjU,9009
PIL/FitsStubImagePlugin.py,sha256=8Zq2D9ReJE-stBppxB_ELX3wxcS0_BDGg6Xce7sWpaU,1624
PIL/FliImagePlugin.py,sha256=X7ZfisWv6k4Zg1GjmsJzcE085Ky862WNZj6K9KLQzW0,4330
PIL/FontFile.py,sha256=LkQcbwUu1C4fokMnbg-ao9ksp2RX-saaPRie-z2rpH4,2765
PIL/FpxImagePlugin.py,sha256=5cGbSoeOKGzu_y1Q9OkSFL1wMc5uoBukANsAKk8gN9M,6690
PIL/FtexImagePlugin.py,sha256=d5xy9hZ6vzmzfTS7eUM_LaB8NHgV6izj1VKTBHOfFEQ,3309
PIL/GbrImagePlugin.py,sha256=P1uEAbJanVsgoKnQbqs_ycB2Zpij0JA9nTkW9AKlR-c,2797
PIL/GdImageFile.py,sha256=QJx-DB_BvFj2HIFhFGiyRpbe3iz1TGBb6WHnGll8V64,2527
PIL/GifImagePlugin.py,sha256=GCBgspOy5McSzBLYT_ZlFMxFtjZQBPWkuS6UG7UuY_g,28930
PIL/GimpGradientFile.py,sha256=G0ClRmjRHIJoU0nmG-P-tgehLHZip5i0rY4-5pjJ7bc,3353
PIL/GimpPaletteFile.py,sha256=_wWvNmB40AfQ1M5sTxoYYXOMApWQji7rrubqZhfd1dU,1274
PIL/GribStubImagePlugin.py,sha256=gtLF7drAx66O9OOE_lJ1GgtLzjULoQDzFWT0sms7l98,1543
PIL/Hdf5StubImagePlugin.py,sha256=zjtFPZIcVkWXvYRPnHow6XA9kElEi772w7PFSuEqmq4,1517
PIL/IcnsImagePlugin.py,sha256=XUAzeS95gFBSpgXMUKLSKBEUvutls3pFDyHz9cBvPIc,11712
PIL/IcoImagePlugin.py,sha256=edD-4nbkFk-roqqzxY7O2JiR97gq_IgmSUUp6a3JO-E,10174
PIL/ImImagePlugin.py,sha256=3n6nv1ZLSyjhilR8ghDnSqp9gmK8vSrQrC7ilLALiwo,10779
PIL/Image.py,sha256=ucSiuTTcVYtz9v25FT0U5KB-qkJHSEqMxywI6MnoZP8,116120
PIL/ImageChops.py,sha256=HOGSnuU4EcCbdeUzEGPm54zewppHWWe12XLyOLLPgCw,7297
PIL/ImageCms.py,sha256=NZs-joebSCHg2J0fKXASLNgiXl7FRfWmUn-IW7AkonQ,37087
PIL/ImageColor.py,sha256=zUDJ9l_gRzB2Xb5JX5lfDhOdsL8l7hmLte7YEmVHI3s,8638
PIL/ImageDraw.py,sha256=lVcv9yoadOXjcV9PaaYrMpBiP9_j2Y-GBayaPd-YZJQ,30660
PIL/ImageDraw2.py,sha256=oBhpBTZhx3bd4D0s8E2kDjBzgThRkDU_TE_987l501k,5019
PIL/ImageEnhance.py,sha256=CJnCouiBmxN2fE0xW7m_uMdBqcm-Fp0S3ruHhkygal4,3190
PIL/ImageFile.py,sha256=nDFHHeZmBUFVHPW-rTBgPmRlH7P9uJO0cGPt9USCh-o,21241
PIL/ImageFilter.py,sha256=3zaG3rvTfdox6zKcXq3sbHHwEfl7E1jJd5_KTirH2hw,15827
PIL/ImageFont.py,sha256=gp4hD_zCo_xYgTOewx5TE6u2_rwOTVIZxIKbMt8xVMg,44531
PIL/ImageGrab.py,sha256=2o1aA0_vP-KeRJsJtIxYhi61yCK4k_Khh6NHQD7HO2Q,3625
PIL/ImageMath.py,sha256=iQPtbXgdhcCchGTXbDop7AiI_Fe-fNmq8m1YHsHMBgc,7048
PIL/ImageMode.py,sha256=gI88wDgAc4y-m46vTA4zPmipG12wpYLNXPRHyPZBZaY,1638
PIL/ImageMorph.py,sha256=TM0-barsZdbHEyQ_wB2SrdZvJBkRnWnUbDzGVzDECL4,7854
PIL/ImageOps.py,sha256=8n-F_HEVRt2l7SENEoiSHpWKn6EehLT0tYfZKKCGB7I,18462
PIL/ImagePalette.py,sha256=ZjkQry8gfuET-QmG8P18UcZlttKUQjZUgQ3EKh3E6Js,6350
PIL/ImagePath.py,sha256=lVmH1-lCd0SyrFoqyhlstAFW2iJuC14fPcW8iewvxCQ,336
PIL/ImageQt.py,sha256=iJnIpoXwgBu2saUM5KBAzKTrUZ24P3D9Dk0q1c_UdXM,5801
PIL/ImageSequence.py,sha256=3djA7vDH6wafTGbt4e_lPlVhy2TaKfdSrA1XQ4n-Uoc,1850
PIL/ImageShow.py,sha256=Df6u8oiv8O4VBmOyfqj53AJAN3kiWsOb97xJaevj8XM,6295
PIL/ImageStat.py,sha256=PieQi44mRHE6jod7NqujwGr6WCntuZuNGmC2z9PaoDY,3901
PIL/ImageTk.py,sha256=rLPqAnLH61y2XRHgRPUdesYLQqnDQ__LeRK66KL_fPQ,9324
PIL/ImageTransform.py,sha256=V2l6tsjmymMIF7HQBMI21UPn4mlicarrm4NF3Kazvio,2843
PIL/ImageWin.py,sha256=1MQBJS7tVrQzI9jN0nmeNeFpIaq8fXra9kQocHkiFxM,7191
PIL/ImtImagePlugin.py,sha256=cn60lqUVnK2oh_sPqPBORr_rZ4zuF_6FU0V96IAh8Ww,2203
PIL/IptcImagePlugin.py,sha256=1DtwYZ4ilyexxsbvVpuAED8ZaiN6EoYsogL0YXZr7m0,5731
PIL/Jpeg2KImagePlugin.py,sha256=3NAbqBmvSU_fHUIGspXFsVQV7uYMydN2Rj8jP2bGdiA,8722
PIL/JpegImagePlugin.py,sha256=En7uvzrpQbPWbl6o2Vm6tc7WbrphRm5RZ8QUvFR3HAI,27814
PIL/JpegPresets.py,sha256=6gYstS6ZLaE0ENw7qcz1vlNtF2HMGSKx5Sm-KfKKCJ0,12709
PIL/McIdasImagePlugin.py,sha256=LrP5nA7l8IQG3WhlMI0Xs8fGXY_uf6IDmzNCERl3tGw,1754
PIL/MicImagePlugin.py,sha256=t8iqakHjOilWVEOrjTISN2-ctxkTYSZgzmtxf4ufrfg,2606
PIL/MpegImagePlugin.py,sha256=n16Zgdy8Hcfke16lQwZWs53PZq4BA_OxPCMPDkW62nw,1803
PIL/MpoImagePlugin.py,sha256=lbBbUp-o6xVnfaX3sQYpd7RN4-5-KHcbwi0Km2vN0eg,4244
PIL/MspImagePlugin.py,sha256=abl6wRMhI_oBSPk9Jdh_QRISq-KTi-d1UiMLNDIV0xA,5562
PIL/PSDraw.py,sha256=caJ_uayWqTlk0EhPSKTUOevVooEfTV1ny3jw2PtteoI,6670
PIL/PaletteFile.py,sha256=s3KtsDuY5S04MKDyiXK3iIbiOGzV9PvCDUpOQHI7yqc,1106
PIL/PalmImagePlugin.py,sha256=lTVwwSPFrQ-IPFGU8_gRCMZ1Lb73cuVhQ-nkx1Q0oqc,9108
PIL/PcdImagePlugin.py,sha256=iBuIYSh2ff69V_DqG3yiMtvn9-wQkKkpdrmXbXYBluM,1504
PIL/PcfFontFile.py,sha256=njhgblsjSVcITVz1DpWdEligmJgPMh5nTk_zDDWWTik,6348
PIL/PcxImagePlugin.py,sha256=WKbAjz8P0oKXeeDSpsDBOojjfFsJoJ6rXcsKoY8oFfs,5541
PIL/PdfImagePlugin.py,sha256=H2zXDGd_he0MO411T_yREpn9IoA2nifXzaRn3WBGYqk,7665
PIL/PdfParser.py,sha256=QIWh2AqFbdTM52XNOcf-nHFjLlk8mDatb5_qdpO2v2U,34385
PIL/PixarImagePlugin.py,sha256=PriyK2dGF7ecbm_ZNB6eWlL5CiVA2d0RkYw4TYS0n7Y,1647
PIL/PngImagePlugin.py,sha256=856uYMxbwfQyS_ljtIBlqbfkYodgnhqEoh8XhyZF19A,43817
PIL/PpmImagePlugin.py,sha256=UNwCp3h7psEK8i0p3P93VVXUBz9_8tUVzUWsITux6HQ,4447
PIL/PsdImagePlugin.py,sha256=aXSaymSsRgobUMWmS8izhtpzg6B9NFjbVgwxKcGvJsw,7739
PIL/PyAccess.py,sha256=U_N4WB6yg_qpWKo1X7avE98p6Ve3bqqnWOGX6DeyE4U,9592
PIL/SgiImagePlugin.py,sha256=QmmD8gW46c1teyIli9RTMIRLv5K1kum0w5LXYBsL_k4,6100
PIL/SpiderImagePlugin.py,sha256=1m1xCZ2S7i2w4f-Tz2FSNkqUzqqZzYaZetKXevmsx6Y,9534
PIL/SunImagePlugin.py,sha256=OYiU1zBBlN_lNqoGpxAPuZDDyBm31A_-Ck_wul7vIv8,4302
PIL/TarIO.py,sha256=E_pjAxk9wHezXUuR_99liySBXfJoL2wjzdNDf0g1hTo,1440
PIL/TgaImagePlugin.py,sha256=8FrD7vBHpVIMpqsSmb6YXLvchDLYFPbFHAsuvRgrRlE,6326
PIL/TiffImagePlugin.py,sha256=WU8Ygfvp01fiVr1g2Gy17e1mmcMVcq4v7JqjV_XVsJM,68460
PIL/TiffTags.py,sha256=ZAu3cTEiWLV5QkVFSzpY8LDdXv_RPhQoSa4XS8PYVmE,14560
PIL/WalImageFile.py,sha256=Mfwtpwi-CgRKGORZbdc35uVG0XdelIEIafmtzh0aTKw,5531
PIL/WebPImagePlugin.py,sha256=RKHtxgrWjuxN1fQF8AX0ckl3cEJkltOiKJrHYh--gk4,10795
PIL/WmfImagePlugin.py,sha256=Ht5JppC4GZiYz8GNaww4IXEXTJkSQK7h-A2tt4AEvSI,4672
PIL/XVThumbImagePlugin.py,sha256=sYdEiHkRT5U8JG-VMzjTlErNUGLnMqFJxHVPheyqXgo,1948
PIL/XbmImagePlugin.py,sha256=oIEt_uqwKKU6lLS_IVFwEjotwE1FI4_IHUnx_6Ul_gk,2430
PIL/XpmImagePlugin.py,sha256=BTgbV-ij_1Lw5u5yCWVOI_ZWUoif1-3AoQ0uszigrfE,3070
PIL/__init__.py,sha256=zTvBH_6nyxjYQN_ciHeaL_mq8evkfeugtvY73GlORY0,3255
PIL/__main__.py,sha256=axR7PO-HtXp-o0rBhKIxs0wark0rBfaDIhAIWqtWUo4,41
PIL/__pycache__/BdfFontFile.cpython-39.pyc,,
PIL/__pycache__/BlpImagePlugin.cpython-39.pyc,,
PIL/__pycache__/BmpImagePlugin.cpython-39.pyc,,
PIL/__pycache__/BufrStubImagePlugin.cpython-39.pyc,,
PIL/__pycache__/ContainerIO.cpython-39.pyc,,
PIL/__pycache__/CurImagePlugin.cpython-39.pyc,,
PIL/__pycache__/DcxImagePlugin.cpython-39.pyc,,
PIL/__pycache__/DdsImagePlugin.cpython-39.pyc,,
PIL/__pycache__/EpsImagePlugin.cpython-39.pyc,,
PIL/__pycache__/ExifTags.cpython-39.pyc,,
PIL/__pycache__/FitsStubImagePlugin.cpython-39.pyc,,
PIL/__pycache__/FliImagePlugin.cpython-39.pyc,,
PIL/__pycache__/FontFile.cpython-39.pyc,,
PIL/__pycache__/FpxImagePlugin.cpython-39.pyc,,
PIL/__pycache__/FtexImagePlugin.cpython-39.pyc,,
PIL/__pycache__/GbrImagePlugin.cpython-39.pyc,,
PIL/__pycache__/GdImageFile.cpython-39.pyc,,
PIL/__pycache__/GifImagePlugin.cpython-39.pyc,,
PIL/__pycache__/GimpGradientFile.cpython-39.pyc,,
PIL/__pycache__/GimpPaletteFile.cpython-39.pyc,,
PIL/__pycache__/GribStubImagePlugin.cpython-39.pyc,,
PIL/__pycache__/Hdf5StubImagePlugin.cpython-39.pyc,,
PIL/__pycache__/IcnsImagePlugin.cpython-39.pyc,,
PIL/__pycache__/IcoImagePlugin.cpython-39.pyc,,
PIL/__pycache__/ImImagePlugin.cpython-39.pyc,,
PIL/__pycache__/Image.cpython-39.pyc,,
PIL/__pycache__/ImageChops.cpython-39.pyc,,
PIL/__pycache__/ImageCms.cpython-39.pyc,,
PIL/__pycache__/ImageColor.cpython-39.pyc,,
PIL/__pycache__/ImageDraw.cpython-39.pyc,,
PIL/__pycache__/ImageDraw2.cpython-39.pyc,,
PIL/__pycache__/ImageEnhance.cpython-39.pyc,,
PIL/__pycache__/ImageFile.cpython-39.pyc,,
PIL/__pycache__/ImageFilter.cpython-39.pyc,,
PIL/__pycache__/ImageFont.cpython-39.pyc,,
PIL/__pycache__/ImageGrab.cpython-39.pyc,,
PIL/__pycache__/ImageMath.cpython-39.pyc,,
PIL/__pycache__/ImageMode.cpython-39.pyc,,
PIL/__pycache__/ImageMorph.cpython-39.pyc,,
PIL/__pycache__/ImageOps.cpython-39.pyc,,
PIL/__pycache__/ImagePalette.cpython-39.pyc,,
PIL/__pycache__/ImagePath.cpython-39.pyc,,
PIL/__pycache__/ImageQt.cpython-39.pyc,,
PIL/__pycache__/ImageSequence.cpython-39.pyc,,
PIL/__pycache__/ImageShow.cpython-39.pyc,,
PIL/__pycache__/ImageStat.cpython-39.pyc,,
PIL/__pycache__/ImageTk.cpython-39.pyc,,
PIL/__pycache__/ImageTransform.cpython-39.pyc,,
PIL/__pycache__/ImageWin.cpython-39.pyc,,
PIL/__pycache__/ImtImagePlugin.cpython-39.pyc,,
PIL/__pycache__/IptcImagePlugin.cpython-39.pyc,,
PIL/__pycache__/Jpeg2KImagePlugin.cpython-39.pyc,,
PIL/__pycache__/JpegImagePlugin.cpython-39.pyc,,
PIL/__pycache__/JpegPresets.cpython-39.pyc,,
PIL/__pycache__/McIdasImagePlugin.cpython-39.pyc,,
PIL/__pycache__/MicImagePlugin.cpython-39.pyc,,
PIL/__pycache__/MpegImagePlugin.cpython-39.pyc,,
PIL/__pycache__/MpoImagePlugin.cpython-39.pyc,,
PIL/__pycache__/MspImagePlugin.cpython-39.pyc,,
PIL/__pycache__/PSDraw.cpython-39.pyc,,
PIL/__pycache__/PaletteFile.cpython-39.pyc,,
PIL/__pycache__/PalmImagePlugin.cpython-39.pyc,,
PIL/__pycache__/PcdImagePlugin.cpython-39.pyc,,
PIL/__pycache__/PcfFontFile.cpython-39.pyc,,
PIL/__pycache__/PcxImagePlugin.cpython-39.pyc,,
PIL/__pycache__/PdfImagePlugin.cpython-39.pyc,,
PIL/__pycache__/PdfParser.cpython-39.pyc,,
PIL/__pycache__/PixarImagePlugin.cpython-39.pyc,,
PIL/__pycache__/PngImagePlugin.cpython-39.pyc,,
PIL/__pycache__/PpmImagePlugin.cpython-39.pyc,,
PIL/__pycache__/PsdImagePlugin.cpython-39.pyc,,
PIL/__pycache__/PyAccess.cpython-39.pyc,,
PIL/__pycache__/SgiImagePlugin.cpython-39.pyc,,
PIL/__pycache__/SpiderImagePlugin.cpython-39.pyc,,
PIL/__pycache__/SunImagePlugin.cpython-39.pyc,,
PIL/__pycache__/TarIO.cpython-39.pyc,,
PIL/__pycache__/TgaImagePlugin.cpython-39.pyc,,
PIL/__pycache__/TiffImagePlugin.cpython-39.pyc,,
PIL/__pycache__/TiffTags.cpython-39.pyc,,
PIL/__pycache__/WalImageFile.cpython-39.pyc,,
PIL/__pycache__/WebPImagePlugin.cpython-39.pyc,,
PIL/__pycache__/WmfImagePlugin.cpython-39.pyc,,
PIL/__pycache__/XVThumbImagePlugin.cpython-39.pyc,,
PIL/__pycache__/XbmImagePlugin.cpython-39.pyc,,
PIL/__pycache__/XpmImagePlugin.cpython-39.pyc,,
PIL/__pycache__/__init__.cpython-39.pyc,,
PIL/__pycache__/__main__.cpython-39.pyc,,
PIL/__pycache__/_binary.cpython-39.pyc,,
PIL/__pycache__/_tkinter_finder.cpython-39.pyc,,
PIL/__pycache__/_util.cpython-39.pyc,,
PIL/__pycache__/_version.cpython-39.pyc,,
PIL/__pycache__/features.cpython-39.pyc,,
PIL/_binary.py,sha256=M_yObPVR_1rxnS5craSJsSbFJMykMYqJ0vNHeUpAmj4,1793
PIL/_imaging.cpython-39-darwin.so,sha256=QPTXv8eCmX5SGyBdne2U2elVO94syx_CGVjN4SpWYUY,547600
PIL/_imagingcms.cpython-39-darwin.so,sha256=8tRIKoAupWkVJ-e3WzA6A1brLFa--EsMHJ1GKBGNDq0,35844
PIL/_imagingft.cpython-39-darwin.so,sha256=E-4dwnAEYe63HOZHEruIBS9wEhMpCehqRk5GUf55U6g,33816
PIL/_imagingmath.cpython-39-darwin.so,sha256=Ic7GqyQNDd4soQvro3zwLQ7HO3-ugi2L_83-0Gbnfu0,26572
PIL/_imagingmorph.cpython-39-darwin.so,sha256=LLwPsUS61p19FOP40kwiCCQfDn5YybxcKMuGyH-kJm8,10068
PIL/_imagingtk.cpython-39-darwin.so,sha256=aVflemzuFzFxl2V4Kz7i0XEMPzjaIg_JJ0n06H4VarE,16112
PIL/_tkinter_finder.py,sha256=pWHz4HAUfRlF12YrGMXIZM1evllpRHq2kRAxD43hFmk,224
PIL/_util.py,sha256=pbjX5KY1W2oZyYVC4TE9ai2PfrJZrAsO5hAnz_JMees,359
PIL/_version.py,sha256=OTcI1JIOi75fGGBV_HR6g13d8kuqcf_g3o80xt3urug,50
PIL/_webp.cpython-39-darwin.so,sha256=3WWfy9ieFeDmsKQBUXGWM8V9WieeZMzq1EElxq9X5sg,25908
PIL/features.py,sha256=sM5E4oDEBqAZ3kHxVRTG7drsuJth_GPRxIUbCDqGHAk,9008
Pillow-8.0.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
Pillow-8.0.1.dist-info/LICENSE,sha256=N95Cq-M6JH6PA9IxNleg8XSiOaGY9Sat1lRP8-JkO4E,1452
Pillow-8.0.1.dist-info/METADATA,sha256=hLuOCGr-IrbGWV2_PF-FROq-vN379yYdLBYAFBQ_iug,7022
Pillow-8.0.1.dist-info/RECORD,,
Pillow-8.0.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
Pillow-8.0.1.dist-info/WHEEL,sha256=am-Mbll74C3yvjMeS6bbPwUQDQCs1vTHS_NNh14tTgo,110
Pillow-8.0.1.dist-info/top_level.txt,sha256=riZqrk-hyZqh5f1Z0Zwii3dKfxEsByhu9cU9IODF-NY,4
Pillow-8.0.1.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1

View file

@ -0,0 +1,5 @@
Wheel-Version: 1.0
Generator: bdist_wheel (0.35.1)
Root-Is-Purelib: false
Tag: cp39-cp39-macosx_10_10_x86_64