nem sei pq tantos arquivos

This commit is contained in:
2025-02-11 11:07:58 -03:00
parent 66fb4eb17b
commit 2da09a8a25
1841 changed files with 115867 additions and 77478 deletions

View File

@@ -0,0 +1 @@
pip

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,176 @@
Metadata-Version: 2.1
Name: pillow
Version: 11.1.0
Summary: Python Imaging Library (Fork)
Author-email: "Jeffrey A. Clark" <aclark@aclark.net>
License: MIT-CMU
Project-URL: Changelog, https://github.com/python-pillow/Pillow/releases
Project-URL: Documentation, https://pillow.readthedocs.io
Project-URL: Funding, https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=pypi
Project-URL: Homepage, https://python-pillow.github.io
Project-URL: Mastodon, https://fosstodon.org/@pillow
Project-URL: Release notes, https://pillow.readthedocs.io/en/stable/releasenotes/index.html
Project-URL: Source, https://github.com/python-pillow/Pillow
Keywords: Imaging
Classifier: Development Status :: 6 - Mature
Classifier: License :: OSI Approved :: CMU License (MIT-CMU)
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
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
Classifier: Typing :: Typed
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: docs
Requires-Dist: furo; extra == "docs"
Requires-Dist: olefile; extra == "docs"
Requires-Dist: sphinx>=8.1; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Requires-Dist: sphinx-inline-tabs; extra == "docs"
Requires-Dist: sphinxext-opengraph; extra == "docs"
Provides-Extra: fpx
Requires-Dist: olefile; extra == "fpx"
Provides-Extra: mic
Requires-Dist: olefile; extra == "mic"
Provides-Extra: tests
Requires-Dist: check-manifest; extra == "tests"
Requires-Dist: coverage>=7.4.2; extra == "tests"
Requires-Dist: defusedxml; extra == "tests"
Requires-Dist: markdown2; extra == "tests"
Requires-Dist: olefile; extra == "tests"
Requires-Dist: packaging; extra == "tests"
Requires-Dist: pyroma; extra == "tests"
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: pytest-timeout; extra == "tests"
Requires-Dist: trove-classifiers>=2024.10.12; extra == "tests"
Provides-Extra: typing
Requires-Dist: typing-extensions; python_version < "3.10" and extra == "typing"
Provides-Extra: xmp
Requires-Dist: defusedxml; extra == "xmp"
<p align="center">
<img width="248" height="250" src="https://raw.githubusercontent.com/python-pillow/pillow-logo/main/pillow-logo-248x250.png" alt="Pillow logo">
</p>
# Pillow
## Python Imaging Library (Fork)
Pillow is the friendly PIL fork by [Jeffrey A. 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://github.com/python-pillow/Pillow/actions/workflows/lint.yml"><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/workflows/test.yml"><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/workflows/test-windows.yml"><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/workflows/test-mingw.yml"><img
alt="GitHub Actions build status (Test MinGW)"
src="https://github.com/python-pillow/Pillow/workflows/Test%20MinGW/badge.svg"></a>
<a href="https://github.com/python-pillow/Pillow/actions/workflows/test-cygwin.yml"><img
alt="GitHub Actions build status (Test Cygwin)"
src="https://github.com/python-pillow/Pillow/workflows/Test%20Cygwin/badge.svg"></a>
<a href="https://github.com/python-pillow/Pillow/actions/workflows/test-docker.yml"><img
alt="GitHub Actions build status (Test Docker)"
src="https://github.com/python-pillow/Pillow/workflows/Test%20Docker/badge.svg"></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/main.svg?label=Windows%20build"></a>
<a href="https://github.com/python-pillow/Pillow/actions/workflows/wheels.yml"><img
alt="GitHub Actions build status (Wheels)"
src="https://github.com/python-pillow/Pillow/workflows/Wheels/badge.svg"></a>
<a href="https://app.codecov.io/gh/python-pillow/Pillow"><img
alt="Code coverage"
src="https://codecov.io/gh/python-pillow/Pillow/branch/main/graph/badge.svg"></a>
<a href="https://issues.oss-fuzz.com/issues?q=title:pillow"><img
alt="Fuzzing Status"
src="https://oss-fuzz-build-logs.storage.googleapis.com/badges/pillow.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>
<a href="https://www.bestpractices.dev/projects/6331"><img
alt="OpenSSF Best Practices"
src="https://www.bestpractices.dev/projects/6331/badge"></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://fosstodon.org/@pillow"><img
alt="Follow on https://fosstodon.org/@pillow"
src="https://img.shields.io/badge/publish-on%20Mastodon-595aff.svg"
rel="me"></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/basic-installation.html)
- [Handbook](https://pillow.readthedocs.io/en/latest/handbook/index.html)
- [Contribute](https://github.com/python-pillow/Pillow/blob/main/.github/CONTRIBUTING.md)
- [Issues](https://github.com/python-pillow/Pillow/issues)
- [Pull requests](https://github.com/python-pillow/Pillow/pulls)
- [Release notes](https://pillow.readthedocs.io/en/stable/releasenotes/index.html)
- [Changelog](https://github.com/python-pillow/Pillow/releases)
- [Pre-fork](https://github.com/python-pillow/Pillow/blob/main/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,213 @@
PIL/BdfFontFile.py,sha256=JJLBb0JZwTmSIIkqQoe2vzus-XTczN_O47DQneXKM1o,3610
PIL/BlpImagePlugin.py,sha256=IrQId6tdWwEK3FbqzvqWQtusWqIGrK3ajCKbDBQBSHw,17184
PIL/BmpImagePlugin.py,sha256=kFfnW8Bg8Ijs4j4AGn27SyKTFn0wqHwN7O1JYjH-b44,20269
PIL/BufrStubImagePlugin.py,sha256=sY28XJU_Fu-UsbPpAoN-fN63FemmhCMi8rW5Kf9JioE,1829
PIL/ContainerIO.py,sha256=I6yO_YFEEqMKA1ckgEEzF2r_Ik5p_GjM-RrWOJYjSlY,4777
PIL/CurImagePlugin.py,sha256=l6aPDjo9n7-pfwGpbuYJKFaSYrpwOVnFkIZDT5tRDn8,1867
PIL/DcxImagePlugin.py,sha256=iaVs9updbtEstQKPLKKIlJVhfxFarbgCPoO8j96BmDA,2114
PIL/DdsImagePlugin.py,sha256=73mdEJNzLbNF8KvIyTynslyh35kSkv2pKdo9l6rXmUE,17511
PIL/EpsImagePlugin.py,sha256=lltBD5-BAV6KvwJx1S8dHyqN6WCQlZLqZRkJFFYCZcg,16839
PIL/ExifTags.py,sha256=xG6PuZIJSXk7bfkBfXh11YgKlWVkF1HWQ_I7XywFBMs,10313
PIL/FitsImagePlugin.py,sha256=4NPMt0uRxtyTpk2CyH7STSC-7ZmoGlSEl43hfnu5vBk,4791
PIL/FliImagePlugin.py,sha256=r-frT5HJelEhAapV4AAtD6QvK0n0uMv4ND5LuVp9RXc,4850
PIL/FontFile.py,sha256=iLSV32yQetLnE4SgG8HnHb2FdqkqFBjY9n--E6u5UE0,3711
PIL/FpxImagePlugin.py,sha256=aQ7CjLgnsRFS1ckvX63Q1XOlTNRm11HgbjKQ5iM-p34,7545
PIL/FtexImagePlugin.py,sha256=HC5aXGMd0lwH3ksK7LuGKywO5JKaarXrggs7gJfw9rc,3642
PIL/GbrImagePlugin.py,sha256=x49ki3fwwQQre9Gi_Q4xb50ui4o-3TyE9S0mMqHTBR0,3109
PIL/GdImageFile.py,sha256=ysPSraYoGVtyyc6Y0fN_DckhRMEr04g9Syn0g1yTq-c,2904
PIL/GifImagePlugin.py,sha256=O9xEPRx14UL_mWCPHOe9M4tFsaGYEGnx1RQKn6mTOws,42653
PIL/GimpGradientFile.py,sha256=AFEEGWtylUg7tIYK0MgBC4hZHq3WxSzIvdq_MAEAUq8,4047
PIL/GimpPaletteFile.py,sha256=EmKLnuvsHx0GLhWh8YnfidiTEhUm51-ZNKgQbAX1zcU,1485
PIL/GribStubImagePlugin.py,sha256=Vf_VvZltyP3QqTuz-gUfCT6I2g3F5Rh8BYMGjxwpAoM,1823
PIL/Hdf5StubImagePlugin.py,sha256=70vlB50QgPYYH2b8kE8U_QN5Q8TlmjmN8vk0FrhLkJ4,1826
PIL/IcnsImagePlugin.py,sha256=6ZH5I24DyNxev13dpqhxhrvsLYwpJgIOKcDyldqhNnQ,13365
PIL/IcoImagePlugin.py,sha256=n8-QRW5Yke9SdR1Lc50ePCoR92V--jYDZ4Us7mSAmF4,12849
PIL/ImImagePlugin.py,sha256=3RSlYKnfT6tfn_ZUn4KaQBcIZGBo-Lryz_zuqK-ELv0,11824
PIL/Image.py,sha256=xmdIgTZNXymT_P2UoXvaPGg5lqwi6EPXYcCi-7ofFnI,150326
PIL/ImageChops.py,sha256=hZ8EPUPlQIzugsEedV8trkKX0jBCDGb6Cszma6ZeMZQ,8257
PIL/ImageCms.py,sha256=l3_-tm-1WmrJftb0gPfohoFheRzmAflJh3o_6dOue_8,43135
PIL/ImageColor.py,sha256=KV-u7HnZWrrL3zuBAOLqerI-7vFcXTxdLeoaYVjsnwI,9761
PIL/ImageDraw.py,sha256=DYB7qTpWv3mnkb8QqU1m43ySUVwC0ID_X-1CBAcvbxc,43493
PIL/ImageDraw2.py,sha256=_e6I2nPxeiZwjOjBEJzUvxoyAklzmc-xF6R8z8ieOAA,7470
PIL/ImageEnhance.py,sha256=ugDU0sljaR_zaTibtumlTvf-qFH1x1W6l2QMpc386XU,3740
PIL/ImageFile.py,sha256=QLypO70PcWguPN_410Rv4vyDLpKysAEsJv_ZD4wNp1s,26957
PIL/ImageFilter.py,sha256=NCtqSCIN10eeZP3LcU2NYx3FAjN5e5gAWbVb5wFPDk0,19315
PIL/ImageFont.py,sha256=NF_owjfiBglTQMu54cf936bFfH6uRPw0RnRRvgnHsnI,65599
PIL/ImageGrab.py,sha256=NEflDsuNFOyBrdyOGMrR3FZf9unI1kdLos2Uza56Yow,6185
PIL/ImageMath.py,sha256=oHveLI5M0XwUJgX6uBPqGhQcdgoosC2-kYaVHbiDDts,12310
PIL/ImageMode.py,sha256=n4-2kSolyB7v2u6dXyIf3_vDL_LMvSNwhJvd9Do8cc8,2773
PIL/ImageMorph.py,sha256=E6kZhhpRypnHU8LoFgG4HkUoW3LfTr6rbv-fuFS9fDQ,8828
PIL/ImageOps.py,sha256=M19SkymUGUMo0I0uMidsnpn-zlEfW7Rj0anqSpRN2YA,25822
PIL/ImagePalette.py,sha256=3MgwOab-209To6wP-7w04dCs1IQz84Y3X3SbvU4_muI,9287
PIL/ImagePath.py,sha256=ZnnJuvQNtbKRhCmr61TEmEh1vVV5_90WMEPL8Opy5l8,391
PIL/ImageQt.py,sha256=q_l6ntBzrkFe0jMsgAV4kH3Cyw5-Xq6u2Ejn3CuNt-o,7053
PIL/ImageSequence.py,sha256=5UohDzcf-2PA3NfGnMRd15zDDA3eD9Wo3SP3DxyRsCU,2286
PIL/ImageShow.py,sha256=19xEF7Gya2e-ZlrZKIekl2VBKZycuHG93ALOvOJ6qSk,10353
PIL/ImageStat.py,sha256=iA5KJrQeEpbwk-FhczGD8L4TaLWUt4VT_mp4drvMhv8,5485
PIL/ImageTk.py,sha256=mIiBdLdg3G7Y0r9zPsf5gC-QYL_7VJXGeai8LjxOFuI,9287
PIL/ImageTransform.py,sha256=cFaMTjlWklRKDEO9zxyXwfLuf9quaCSWJ79KyjxYwKY,4022
PIL/ImageWin.py,sha256=b-fO6kn4icHpy-zk-Xg-nO382zPXl-MKjZcs3vAXl1Q,8332
PIL/ImtImagePlugin.py,sha256=i42UxVIUXQopc-235ThGXvOqGdz8wN9bD7REf4hEyo4,2768
PIL/IptcImagePlugin.py,sha256=4NKTYmrGbP90uVdCqQJzvodncRjQVUpemLiHbYsYdfk,6918
PIL/Jpeg2KImagePlugin.py,sha256=3MW5AY5CPhntUmAsZhuvsv5tcRkB4n8P6aoKuW3Thyo,14328
PIL/JpegImagePlugin.py,sha256=XH_Np7ehK8ojdjU6e5l6SncwXBzoxe0wZQ-rDqDTHSM,32705
PIL/JpegPresets.py,sha256=UUIsKzvyzdPzsndODd90eu_luMqauG1PJh10UOuQvmg,12621
PIL/McIdasImagePlugin.py,sha256=51zeymhkCr7Tz7b8UhxAACww5MkCCOV4X1pM-QXp8IU,2018
PIL/MicImagePlugin.py,sha256=PrA2tqLn2NLRN-llQdBOPSYNHV-FFIpxgKHA1UUNkNw,2787
PIL/MpegImagePlugin.py,sha256=SR-JGne4xNIrHTc1vKdEbuW61oI-TIar2oIP-MeRuiI,2188
PIL/MpoImagePlugin.py,sha256=oAvDIZC_KpOxOYPP5rjsYWDKfNqi3asnwIosyx-7AR8,6410
PIL/MspImagePlugin.py,sha256=lrcM8fGpY_zw7LU0RlH2ZW7-nVkBqsjGkF1z4GVlXls,6082
PIL/PSDraw.py,sha256=un7FSu3yFIDTVtO9tB7w_csZcbNYQcHFJJSOILxL5gE,7143
PIL/PaletteFile.py,sha256=lNPfuBTHraW6i1v1b9thNoFyIG2MRMMzFHxVTaxcwj8,1265
PIL/PalmImagePlugin.py,sha256=c0d23TPlT_6_iCj6YGB8xH2Ta0J__xufcHvZeTPigvw,9583
PIL/PcdImagePlugin.py,sha256=oeFK1d62LpmTVAhGNUcLvtWyd2dPISHu1AE3BZVQn-8,1656
PIL/PcfFontFile.py,sha256=RkM5wUp3SgRpQhpsTBEtk8uuFrQPnBSYBryOmcoRphQ,7401
PIL/PcxImagePlugin.py,sha256=y9dBDN-D0qJ3pWJezcIN0RUkFOKGnK1yARkcKyFb3_A,6476
PIL/PdfImagePlugin.py,sha256=-01K9TRr_ekIRxokuBw3N-_t5gQmn23rJXj6-B2-Gpk,9660
PIL/PdfParser.py,sha256=VDCyd2NUI2dlAXHf4q5vxFIX1Icllkeiaqlsnx077jc,39053
PIL/PixarImagePlugin.py,sha256=w6ULngeQz8zSWrrurntYbTl5Qvo6Ylhw4j5OsnhSk6o,1825
PIL/PngImagePlugin.py,sha256=c5kmSZDka97yxTkZ6qIlx7gHWf0WlLumSGNg3bbj7l8,52405
PIL/PpmImagePlugin.py,sha256=xUbGR7DUieRonG7rVs8IJ0TOVUqOP6oX-rbdxB4-iTs,12729
PIL/PsdImagePlugin.py,sha256=eoOJ8GDNDzz96BBRbWEFwYRwyAHkrMrWEhV3ki84iuU,8953
PIL/QoiImagePlugin.py,sha256=NLJD9BKVIgCzRP2XHFORNLNjDOUnCWNw5PvmsIVXrgI,4298
PIL/SgiImagePlugin.py,sha256=Guops-mEPgeP56JwqXII-kt9ZxuMYng207dkrA56N7Q,6979
PIL/SpiderImagePlugin.py,sha256=aJYjvL4LOsVGDvf1ysZbolZSdJWgbmBa2chJf5tez8E,10459
PIL/SunImagePlugin.py,sha256=YKYEvuG4QUkies34OKtXWKTYSZ8U3qzcE_vdTrOuRsw,4734
PIL/TarIO.py,sha256=pR4LqBuF2rBy8v2PYsXZHqh6QalDeoraPSBiC57t7NU,1433
PIL/TgaImagePlugin.py,sha256=OMvZn_xKjB1dZ1_4MkOquzJBHpSUIpAf5mUEJZiLBTI,7244
PIL/TiffImagePlugin.py,sha256=Mo-yarHill9zx-aCkCM1SNf_vNiPh57iRq4snJrW3Ts,85695
PIL/TiffTags.py,sha256=CmDDo0yRJ4lD-tvB00RWyNlDbSjhQx8QhDzJOr1zoZI,17644
PIL/WalImageFile.py,sha256=XzvTP_kO_JuumDBXV4FTRJJG1xhx4KqMnXDkStpaYbk,5831
PIL/WebPImagePlugin.py,sha256=FSiQIZ_AMRLDPGscBdK6ogrK8mPKWHxB1Bp2ighR_yY,10383
PIL/WmfImagePlugin.py,sha256=0iArE6uhAaSopF6E8IOVUbXtWq7rNGjxm_AstdStD4I,5321
PIL/XVThumbImagePlugin.py,sha256=gAIz01tq1ZwheAmD36NbxZaXX3iWgBIx4sBjIriNbrk,2193
PIL/XbmImagePlugin.py,sha256=Vz29-10zj3EhAiS_xmfDsxAPAiK3yd7T_6VTE3ExFrA,2762
PIL/XpmImagePlugin.py,sha256=3ELTLkftgzzotzaacarEAZby64AZKnJJjSc1j4EFvjg,3351
PIL/__init__.py,sha256=98abxVfn8od1jJaTIr65YrYrIb7zMKbOJ5o68ryE2O0,2094
PIL/__main__.py,sha256=X8eIpGlmHfnp7zazp5mdav228Itcf2lkiMP0tLU6X9c,140
PIL/__pycache__/BdfFontFile.cpython-310.pyc,,
PIL/__pycache__/BlpImagePlugin.cpython-310.pyc,,
PIL/__pycache__/BmpImagePlugin.cpython-310.pyc,,
PIL/__pycache__/BufrStubImagePlugin.cpython-310.pyc,,
PIL/__pycache__/ContainerIO.cpython-310.pyc,,
PIL/__pycache__/CurImagePlugin.cpython-310.pyc,,
PIL/__pycache__/DcxImagePlugin.cpython-310.pyc,,
PIL/__pycache__/DdsImagePlugin.cpython-310.pyc,,
PIL/__pycache__/EpsImagePlugin.cpython-310.pyc,,
PIL/__pycache__/ExifTags.cpython-310.pyc,,
PIL/__pycache__/FitsImagePlugin.cpython-310.pyc,,
PIL/__pycache__/FliImagePlugin.cpython-310.pyc,,
PIL/__pycache__/FontFile.cpython-310.pyc,,
PIL/__pycache__/FpxImagePlugin.cpython-310.pyc,,
PIL/__pycache__/FtexImagePlugin.cpython-310.pyc,,
PIL/__pycache__/GbrImagePlugin.cpython-310.pyc,,
PIL/__pycache__/GdImageFile.cpython-310.pyc,,
PIL/__pycache__/GifImagePlugin.cpython-310.pyc,,
PIL/__pycache__/GimpGradientFile.cpython-310.pyc,,
PIL/__pycache__/GimpPaletteFile.cpython-310.pyc,,
PIL/__pycache__/GribStubImagePlugin.cpython-310.pyc,,
PIL/__pycache__/Hdf5StubImagePlugin.cpython-310.pyc,,
PIL/__pycache__/IcnsImagePlugin.cpython-310.pyc,,
PIL/__pycache__/IcoImagePlugin.cpython-310.pyc,,
PIL/__pycache__/ImImagePlugin.cpython-310.pyc,,
PIL/__pycache__/Image.cpython-310.pyc,,
PIL/__pycache__/ImageChops.cpython-310.pyc,,
PIL/__pycache__/ImageCms.cpython-310.pyc,,
PIL/__pycache__/ImageColor.cpython-310.pyc,,
PIL/__pycache__/ImageDraw.cpython-310.pyc,,
PIL/__pycache__/ImageDraw2.cpython-310.pyc,,
PIL/__pycache__/ImageEnhance.cpython-310.pyc,,
PIL/__pycache__/ImageFile.cpython-310.pyc,,
PIL/__pycache__/ImageFilter.cpython-310.pyc,,
PIL/__pycache__/ImageFont.cpython-310.pyc,,
PIL/__pycache__/ImageGrab.cpython-310.pyc,,
PIL/__pycache__/ImageMath.cpython-310.pyc,,
PIL/__pycache__/ImageMode.cpython-310.pyc,,
PIL/__pycache__/ImageMorph.cpython-310.pyc,,
PIL/__pycache__/ImageOps.cpython-310.pyc,,
PIL/__pycache__/ImagePalette.cpython-310.pyc,,
PIL/__pycache__/ImagePath.cpython-310.pyc,,
PIL/__pycache__/ImageQt.cpython-310.pyc,,
PIL/__pycache__/ImageSequence.cpython-310.pyc,,
PIL/__pycache__/ImageShow.cpython-310.pyc,,
PIL/__pycache__/ImageStat.cpython-310.pyc,,
PIL/__pycache__/ImageTk.cpython-310.pyc,,
PIL/__pycache__/ImageTransform.cpython-310.pyc,,
PIL/__pycache__/ImageWin.cpython-310.pyc,,
PIL/__pycache__/ImtImagePlugin.cpython-310.pyc,,
PIL/__pycache__/IptcImagePlugin.cpython-310.pyc,,
PIL/__pycache__/Jpeg2KImagePlugin.cpython-310.pyc,,
PIL/__pycache__/JpegImagePlugin.cpython-310.pyc,,
PIL/__pycache__/JpegPresets.cpython-310.pyc,,
PIL/__pycache__/McIdasImagePlugin.cpython-310.pyc,,
PIL/__pycache__/MicImagePlugin.cpython-310.pyc,,
PIL/__pycache__/MpegImagePlugin.cpython-310.pyc,,
PIL/__pycache__/MpoImagePlugin.cpython-310.pyc,,
PIL/__pycache__/MspImagePlugin.cpython-310.pyc,,
PIL/__pycache__/PSDraw.cpython-310.pyc,,
PIL/__pycache__/PaletteFile.cpython-310.pyc,,
PIL/__pycache__/PalmImagePlugin.cpython-310.pyc,,
PIL/__pycache__/PcdImagePlugin.cpython-310.pyc,,
PIL/__pycache__/PcfFontFile.cpython-310.pyc,,
PIL/__pycache__/PcxImagePlugin.cpython-310.pyc,,
PIL/__pycache__/PdfImagePlugin.cpython-310.pyc,,
PIL/__pycache__/PdfParser.cpython-310.pyc,,
PIL/__pycache__/PixarImagePlugin.cpython-310.pyc,,
PIL/__pycache__/PngImagePlugin.cpython-310.pyc,,
PIL/__pycache__/PpmImagePlugin.cpython-310.pyc,,
PIL/__pycache__/PsdImagePlugin.cpython-310.pyc,,
PIL/__pycache__/QoiImagePlugin.cpython-310.pyc,,
PIL/__pycache__/SgiImagePlugin.cpython-310.pyc,,
PIL/__pycache__/SpiderImagePlugin.cpython-310.pyc,,
PIL/__pycache__/SunImagePlugin.cpython-310.pyc,,
PIL/__pycache__/TarIO.cpython-310.pyc,,
PIL/__pycache__/TgaImagePlugin.cpython-310.pyc,,
PIL/__pycache__/TiffImagePlugin.cpython-310.pyc,,
PIL/__pycache__/TiffTags.cpython-310.pyc,,
PIL/__pycache__/WalImageFile.cpython-310.pyc,,
PIL/__pycache__/WebPImagePlugin.cpython-310.pyc,,
PIL/__pycache__/WmfImagePlugin.cpython-310.pyc,,
PIL/__pycache__/XVThumbImagePlugin.cpython-310.pyc,,
PIL/__pycache__/XbmImagePlugin.cpython-310.pyc,,
PIL/__pycache__/XpmImagePlugin.cpython-310.pyc,,
PIL/__pycache__/__init__.cpython-310.pyc,,
PIL/__pycache__/__main__.cpython-310.pyc,,
PIL/__pycache__/_binary.cpython-310.pyc,,
PIL/__pycache__/_deprecate.cpython-310.pyc,,
PIL/__pycache__/_tkinter_finder.cpython-310.pyc,,
PIL/__pycache__/_typing.cpython-310.pyc,,
PIL/__pycache__/_util.cpython-310.pyc,,
PIL/__pycache__/_version.cpython-310.pyc,,
PIL/__pycache__/features.cpython-310.pyc,,
PIL/__pycache__/report.cpython-310.pyc,,
PIL/_binary.py,sha256=cb9p-_mwzBYumlVsWbnoTWsrLo59towA6atLOZvjO3w,2662
PIL/_deprecate.py,sha256=Jy_3Ty-WkxQg51m4pMQ1PgjYpfpJqAzKvvgP59GTUWY,2005
PIL/_imaging.cp310-win_amd64.pyd,sha256=ffCyihOXBVX8BRNdCtNwHFWOyJjy-sIF3-5yDIqIS2Q,2458112
PIL/_imaging.pyi,sha256=0c3GC20XgHn8HaIrEYPErvCABBq_wibJlRa8A3RsUk8,899
PIL/_imagingcms.cp310-win_amd64.pyd,sha256=vVrMxN-eVC2x52HzxJ3iU6obIMPlnnH9bNxDe50Hl7c,263680
PIL/_imagingcms.pyi,sha256=oB0dV9kzqnZk3CtnVzgZvwpRsPUqbltBZ19xLin7uHo,4532
PIL/_imagingft.cp310-win_amd64.pyd,sha256=wXaej0uCebCMCGHR37x1H8BMj8ekQo2peUpwdtZkdTA,1933824
PIL/_imagingft.pyi,sha256=1hXXgNd6d9vEaTLaJzYCJBbH_f5WnSO7MuvbGGCTEgg,1858
PIL/_imagingmath.cp310-win_amd64.pyd,sha256=KDOvq4QbdZvbXDlMmeFPT3iPy8KQIfmU6LZZwSEdBYU,25088
PIL/_imagingmath.pyi,sha256=zD8vAoPC8aEIVjfckLtFskRW5saiVel3-sJUA2pHaGc,66
PIL/_imagingmorph.cp310-win_amd64.pyd,sha256=RlTo8HAgsS0namrfjHKa1VGAIVPNMOsAzt4-j_xNYSc,13824
PIL/_imagingmorph.pyi,sha256=zD8vAoPC8aEIVjfckLtFskRW5saiVel3-sJUA2pHaGc,66
PIL/_imagingtk.cp310-win_amd64.pyd,sha256=Et6w5Q5_CQx29s-8luA42y1rPyxfihIhgb2GPchtzYY,15360
PIL/_imagingtk.pyi,sha256=zD8vAoPC8aEIVjfckLtFskRW5saiVel3-sJUA2pHaGc,66
PIL/_tkinter_finder.py,sha256=jKydPAxnrytggsZQHB6kAQep6A9kzRNyx_nToT4ClKY,561
PIL/_typing.py,sha256=RTNNgWuXxwy5XD0Ku_O7z34WVkNDiiNVtZ0kJeSKajE,1297
PIL/_util.py,sha256=c1SFb0eh9D_Sho4-YMFDZP5YOlpkOicqY7k5TCSrj_A,661
PIL/_version.py,sha256=tHiIxJ-8cDdOYB0DHFxoNxd1rpucKP4ViC41kYBnyuQ,91
PIL/_webp.cp310-win_amd64.pyd,sha256=XdP8vsj0_Yr5Hr5j0s88RwbOvH-c78-QJf84Bb5R_cY,409600
PIL/_webp.pyi,sha256=zD8vAoPC8aEIVjfckLtFskRW5saiVel3-sJUA2pHaGc,66
PIL/features.py,sha256=tjH3CAvbwk0PEJdu_fLMfIjJBCKEnrEBf9WpfLRYF_w,11619
PIL/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
PIL/report.py,sha256=6m7NOv1a24577ZiJoxX89ip5JeOgf2O1F95f6-1K5aM,105
pillow-11.1.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
pillow-11.1.0.dist-info/LICENSE,sha256=Y6m7FH97jUPSEfBgAP5AYGc5rZP71csfhEvHQPi8Uew,56662
pillow-11.1.0.dist-info/METADATA,sha256=sYK2WLlgLj7uN9DKsiS93-M9CuOHSiogmkVnvgc56Aw,9313
pillow-11.1.0.dist-info/RECORD,,
pillow-11.1.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
pillow-11.1.0.dist-info/WHEEL,sha256=tcd-HDpskugT8GYYKyyid0lOlzoZtZdWwcrj5ormtfo,101
pillow-11.1.0.dist-info/top_level.txt,sha256=riZqrk-hyZqh5f1Z0Zwii3dKfxEsByhu9cU9IODF-NY,4
pillow-11.1.0.dist-info/zip-safe,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2

View File

@@ -0,0 +1,5 @@
Wheel-Version: 1.0
Generator: setuptools (75.6.0)
Root-Is-Purelib: false
Tag: cp310-cp310-win_amd64

View File

@@ -0,0 +1 @@
PIL