Fixed database typo and removed unnecessary class identifier.

This commit is contained in:
Batuhan Berk Başoğlu 2020-10-14 10:10:37 -04:00
parent 00ad49a143
commit 45fb349a7d
5098 changed files with 952558 additions and 85 deletions

View file

@ -0,0 +1 @@
pip

View file

@ -0,0 +1,24 @@
Copyright (c) 2014-2020, imageio developers
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

View file

@ -0,0 +1,75 @@
Metadata-Version: 2.1
Name: imageio
Version: 2.9.0
Summary: Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.
Home-page: https://github.com/imageio/imageio
Author: imageio contributors
Author-email: almar.klein@gmail.com
License: BSD-2-Clause
Download-URL: http://pypi.python.org/pypi/imageio
Keywords: image video volume imread imwrite io animation ffmpeg
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Provides: imageio
Requires-Python: >=3.5
Requires-Dist: numpy
Requires-Dist: pillow
Provides-Extra: ffmpeg
Requires-Dist: imageio-ffmpeg ; extra == 'ffmpeg'
Provides-Extra: fits
Requires-Dist: astropy ; extra == 'fits'
Provides-Extra: full
Requires-Dist: astropy ; extra == 'full'
Requires-Dist: gdal ; extra == 'full'
Requires-Dist: imageio-ffmpeg ; extra == 'full'
Requires-Dist: itk ; extra == 'full'
Provides-Extra: gdal
Requires-Dist: gdal ; extra == 'gdal'
Provides-Extra: itk
Requires-Dist: itk ; extra == 'itk'
.. image:: https://travis-ci.org/imageio/imageio.svg?branch=master
:target: https://travis-ci.org/imageio/imageio'
.. image:: https://coveralls.io/repos/imageio/imageio/badge.png?branch=master
:target: https://coveralls.io/r/imageio/imageio?branch=master
Imageio is a Python library that provides an easy interface to read and
write a wide range of image data, including animated images, volumetric
data, and scientific formats. It is cross-platform, runs on Python 3.5+,
and is easy to install.
Main website: https://imageio.github.io
Release notes: hhttps://github.com/imageio/imageio/blob/master/CHANGELOG.md
Example:
.. code-block:: python
>>> import imageio
>>> im = imageio.imread('imageio:astronaut.png')
>>> im.shape # im is a numpy array
(512, 512, 3)
>>> imageio.imwrite('astronaut-gray.jpg', im[:, :, 0])
See the `user API <https://imageio.readthedocs.io/en/stable/userapi.html>`_
or `examples <https://imageio.readthedocs.io/en/stable/examples.html>`_
for more information.

View file

@ -0,0 +1,89 @@
../../Scripts/imageio_download_bin.exe,sha256=shSTMQKZt1jRD7suN6J7Xjfti16aeogdzMrrBMac4pQ,97257
../../Scripts/imageio_remove_bin.exe,sha256=MDO5_J-gPkipT9lcmx5qzdmmPwSRCL77SJuBC1bD-JY,97253
imageio-2.9.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
imageio-2.9.0.dist-info/LICENSE,sha256=-JMM5XFFSLVkGaco5Sd1EN9SocaukU4ksOscUwVEF6s,1307
imageio-2.9.0.dist-info/METADATA,sha256=FMyK0QrRSRdT1NyAbRwvLYs2ITo4MxC3131A4PDdErk,2602
imageio-2.9.0.dist-info/RECORD,,
imageio-2.9.0.dist-info/WHEEL,sha256=YUYzQ6UQdoqxXjimOitTqynltBCkwY6qlTfTh2IzqQU,97
imageio-2.9.0.dist-info/entry_points.txt,sha256=wIv0WLZA9V-h0NF4ozbsQHo8Ym9-tj4lfOG6J9Pv13c,131
imageio-2.9.0.dist-info/top_level.txt,sha256=iSUjc-wEw-xbMTvMOSKg85n0-E7Ms--Mo4FLMC-J2YM,8
imageio/__init__.py,sha256=ZC5EAP5t2IbguZt0ScfmNDY2xVbsjgBMi9KHqJph3d4,1273
imageio/__main__.py,sha256=t-PU7fPN_ocsM_jPCNlRHilVHvFwxxT5sNByse5RBzI,5399
imageio/__pycache__/__init__.cpython-36.pyc,,
imageio/__pycache__/__main__.cpython-36.pyc,,
imageio/__pycache__/freeze.cpython-36.pyc,,
imageio/__pycache__/testing.cpython-36.pyc,,
imageio/core/__init__.py,sha256=PSkGH8K76ntSWhwM4j7W49UmCSZf_OGaSl9fNbQP7uQ,639
imageio/core/__pycache__/__init__.cpython-36.pyc,,
imageio/core/__pycache__/fetching.cpython-36.pyc,,
imageio/core/__pycache__/findlib.cpython-36.pyc,,
imageio/core/__pycache__/format.cpython-36.pyc,,
imageio/core/__pycache__/functions.cpython-36.pyc,,
imageio/core/__pycache__/request.cpython-36.pyc,,
imageio/core/__pycache__/util.cpython-36.pyc,,
imageio/core/fetching.py,sha256=gpVVTHaYXYMmrOgUMq3o2sxwn7pQvkxpJKSzw9fmL-g,9187
imageio/core/findlib.py,sha256=pp9NXWaVaUdJeGRBY-SAVAkNcvb72WrNU_7oe9SFxRo,5544
imageio/core/format.py,sha256=6wSf9y8dkk4UXJ_LuN0begWmBvVXOnV6Nxr2eIX1JmU,26004
imageio/core/functions.py,sha256=dvtS_D3CwyYSVbrom9nNO4DNcZ_nIWG77JERcP3JEDc,21221
imageio/core/request.py,sha256=Kg_haOxj1g5KwOI0paG2F9xUWWX4ywMyVcl479F_nG0,21190
imageio/core/util.py,sha256=552H_9xQPRcA0rGta4urVot9ZUNsbokEWHRBmOv1NAU,18663
imageio/freeze.py,sha256=hi9MNZz-ridgQBWcAqnd92sULek2lgmBSTmuott5lus,170
imageio/plugins/__init__.py,sha256=MmNuerg2kaNVVC64wOfMXFtBCXpDFleRh1qQ6t9uCpQ,3674
imageio/plugins/__pycache__/__init__.cpython-36.pyc,,
imageio/plugins/__pycache__/_bsdf.cpython-36.pyc,,
imageio/plugins/__pycache__/_dicom.cpython-36.pyc,,
imageio/plugins/__pycache__/_freeimage.cpython-36.pyc,,
imageio/plugins/__pycache__/_swf.cpython-36.pyc,,
imageio/plugins/__pycache__/_tifffile.cpython-36.pyc,,
imageio/plugins/__pycache__/bsdf.cpython-36.pyc,,
imageio/plugins/__pycache__/dicom.cpython-36.pyc,,
imageio/plugins/__pycache__/example.cpython-36.pyc,,
imageio/plugins/__pycache__/feisem.cpython-36.pyc,,
imageio/plugins/__pycache__/ffmpeg.cpython-36.pyc,,
imageio/plugins/__pycache__/fits.cpython-36.pyc,,
imageio/plugins/__pycache__/freeimage.cpython-36.pyc,,
imageio/plugins/__pycache__/freeimagemulti.cpython-36.pyc,,
imageio/plugins/__pycache__/gdal.cpython-36.pyc,,
imageio/plugins/__pycache__/grab.cpython-36.pyc,,
imageio/plugins/__pycache__/lytro.cpython-36.pyc,,
imageio/plugins/__pycache__/npz.cpython-36.pyc,,
imageio/plugins/__pycache__/pillow.cpython-36.pyc,,
imageio/plugins/__pycache__/pillow_info.cpython-36.pyc,,
imageio/plugins/__pycache__/pillowmulti.cpython-36.pyc,,
imageio/plugins/__pycache__/simpleitk.cpython-36.pyc,,
imageio/plugins/__pycache__/spe.cpython-36.pyc,,
imageio/plugins/__pycache__/swf.cpython-36.pyc,,
imageio/plugins/__pycache__/tifffile.cpython-36.pyc,,
imageio/plugins/_bsdf.py,sha256=pSXfsu83lU9dSi7S_Qa4-i-LQsgCa0StcVPxAU7fSZw,32971
imageio/plugins/_dicom.py,sha256=F5IHB2MSiHvA0a4YCc806BKn4W_0RhS5vkopq1ZCEYs,33935
imageio/plugins/_freeimage.py,sha256=3AlxvaS2LwN2U85oaYehw8Py83opxJmzAO7f4ygN1S0,51834
imageio/plugins/_swf.py,sha256=xoPiBOvS-PhrlOBnD-ANoCH3x3GmZ-crDF3Fjaxs98s,25758
imageio/plugins/_tifffile.py,sha256=zrl54cfCYWiT4EqQyVFsigWHEkr0BY8VUWFHBSQQ0Q8,367400
imageio/plugins/bsdf.py,sha256=EnEmdKb4dbIyihsS8H7jYFgOct4B5KlinH6hmFWEy9Y,11422
imageio/plugins/dicom.py,sha256=RFLZ_1xf7Uf0kaJisIqhsB_b4MqDhm5tZku6Y0-_8q0,12190
imageio/plugins/example.py,sha256=JX8O92x_RJhAikDjTuYneamHrds1HKgvaSCpJeyY2-U,5696
imageio/plugins/feisem.py,sha256=ezfKArS9f-PRRHkZZCdwb3Y3bn6LnPFf1iDyPqVFjAw,3392
imageio/plugins/ffmpeg.py,sha256=4HF9n6RD2aB3AsGTY3-CBjre0rv96h7Y01UV2cp2kZQ,28647
imageio/plugins/fits.py,sha256=HZVXCCKZ5iQb01HYCG91NAKTGrycMJmeli5PfMqi8IU,4775
imageio/plugins/freeimage.py,sha256=9v9wz7o21SEz-X0-JdWKopMQWUHFbn4o8krB_qhn08E,18887
imageio/plugins/freeimagemulti.py,sha256=raUSrdQrdb76mafxfwnuf0DHtpPCxc95Q8Rtmwh2frA,11745
imageio/plugins/gdal.py,sha256=8VyKFuzhhJQeY8cjh1QRv9-DEh0OrHWIlcDENOtzR-8,1711
imageio/plugins/grab.py,sha256=HGQTPSye4FTgfv5gUCVQAOvizIxgfVYO-nf5DwpTNJ4,3250
imageio/plugins/lytro.py,sha256=Oj7ZjWBrVB_gBPiYbvgN-M86f1nefj0-wm7yUZcrCz4,24708
imageio/plugins/npz.py,sha256=ILzIa4m9LeNUjl1014pDtSedzB0NWq7aGHkIU57QNRY,3122
imageio/plugins/pillow.py,sha256=NnXTR25z7k8H-VhvS6oPcv_v8016CJ9nTfsCVH20MTI,33002
imageio/plugins/pillow_info.py,sha256=bTe2UPFxhvTuAMPxy3U-ti4BjpL373XmlMxAIeRn_5w,37399
imageio/plugins/pillowmulti.py,sha256=oZj1zivjjhV6zTRkXa_YCJhHCpqAO1PiVoNrY-JBiQI,12571
imageio/plugins/simpleitk.py,sha256=bToRGHEwcym_bzh4ZQJiugV1pVMO1_yX2cxH93GL-Xw,4349
imageio/plugins/spe.py,sha256=PDCLirGR28TgyHmghC2MY1TEhuRLAT1Kfs9B8d-TvHs,15441
imageio/plugins/swf.py,sha256=XkyQg8kSqkhJDOAyPshC-tMQVl1VZGiV_eu257hC15o,12295
imageio/plugins/tifffile.py,sha256=CJCMsLE_gfz6CMBuEKMOQJUK1r5jEhl1kH0VUuZDcMU,11436
imageio/resources/images/astronaut.png,sha256=iEMc2WU8zVOXQbVV-wpGthVYswHUEQQStbwotePqbLU,791555
imageio/resources/images/chelsea.png,sha256=l0A8nBcdGu3SAmx1FeICCO-GXqq1bUYsPC7vrem313k,221294
imageio/resources/images/chelsea.zip,sha256=ieIbNItsviHa0hRghW_MBOgCXdnr1Sp7MvC_vXEDGJo,221318
imageio/resources/images/cockatoo.mp4,sha256=X9419aKIyobiFtLcKBiKtktFYNMCHyc_rv3w3oDziqU,728751
imageio/resources/images/newtonscradle.gif,sha256=pmPE4Ha1xI4KrFjHd30rsxk8swU8CY0I2ieKYtAv8xQ,583374
imageio/resources/images/realshort.mp4,sha256=qLNcLCEwRTueoRcq1K9orAJ7wkg-8FRXaWhHIhJ7_hg,96822
imageio/resources/images/stent.npz,sha256=YKg9Ipa1HualMVPpupa6kCA5GwyJUoldnWCgpimsa7Y,824612
imageio/resources/shipped_resources_go_here,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
imageio/testing.py,sha256=DkuiiAY_gXK9pVtumFx1bBBwPKnm2bS-Ub7pj9REces,3419

View file

@ -0,0 +1,5 @@
Wheel-Version: 1.0
Generator: bdist_wheel (0.34.2)
Root-Is-Purelib: true
Tag: py3-none-any

View file

@ -0,0 +1,4 @@
[console_scripts]
imageio_download_bin = imageio.__main__:download_bin_main
imageio_remove_bin = imageio.__main__:remove_bin_main

View file

@ -0,0 +1 @@
imageio