PyWavelets


NamePyWavelets JSON
Version 1.6.0 PyPI version JSON
download
home_pagehttps://github.com/PyWavelets/pywt
SummaryPyWavelets, wavelet transform module
upload_time2024-04-01 18:09:21
maintainerNone
docs_urlhttps://pythonhosted.org/PyWavelets/
authorNone
requires_python>=3.9
licenseCopyright (c) 2006-2012 Filip Wasilewski <http://en.ig.ma/> Copyright (c) 2012-2020 The PyWavelets Developers <https://github.com/PyWavelets/pywt> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            +---------------+-----------------+
| Service       | Master branch   |
+===============+=================+
| GitHub        | |ghactions_ci|  |
+---------------+-----------------+
| Appveyor      | |appveyor_ci|   |
+---------------+-----------------+
| Read the Docs | |read_the_docs| |
+---------------+-----------------+


.. |ghactions_ci| image:: https://github.com/PyWavelets/pywt/actions/workflows/tests.yml/badge.svg?branch=main
   :alt: Build Status
   :target: https://github.com/PyWavelets/pywt/actions/workflows/tests.yml?query=branch%3Amain

.. |appveyor_ci| image:: https://ci.appveyor.com/api/projects/status/github/PyWavelets/pywt
   :align: middle
   :target: https://ci.appveyor.com/project/PyWavelets/pywt
   :alt: Appveyor Status

.. |read_the_docs| image:: https://readthedocs.org/projects/pywavelets/badge/?version=latest
   :align: middle
   :target: https://pywavelets.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status


PyWavelets
==========

.. contents::

What is PyWavelets
------------------

PyWavelets is a free Open Source library for wavelet transforms in Python.
Wavelets are mathematical basis functions that are localized in both time and
frequency.  Wavelet transforms are time-frequency transforms employing
wavelets.  They are similar to Fourier transforms, the difference being that
Fourier transforms are localized only in frequency instead of in time and
frequency.

The main features of PyWavelets are:

  * 1D, 2D and nD Forward and Inverse Discrete Wavelet Transform (DWT and IDWT)
  * 1D, 2D and nD Multilevel DWT and IDWT
  * 1D and 2D Stationary Wavelet Transform (Undecimated Wavelet Transform)
  * 1D and 2D Wavelet Packet decomposition and reconstruction
  * 1D Continuous Wavelet Transform
  * Computing Approximations of wavelet and scaling functions
  * Over 100 `built-in wavelet filters`_ and support for custom wavelets
  * Single and double precision calculations
  * Real and complex calculations
  * Results compatible with Matlab Wavelet Toolbox (TM)


Documentation
-------------

Documentation with detailed examples and links to more resources is available
online at http://pywavelets.readthedocs.org.

For more usage examples see the `demo`_ directory in the source package.


Installation
------------

PyWavelets supports `Python`_ >=3.9, and is only dependent on `NumPy`_
(supported versions are currently ``>= 1.14.6``). To pass all of the tests,
`Matplotlib`_ is also required. `SciPy`_ is also an optional dependency. When
present, FFT-based continuous wavelet transforms will use FFTs from SciPy
rather than NumPy.

There are binary wheels for Intel Linux, Windows and macOS / OSX on PyPi.  If
you are on one of these platforms, you should get a binary (precompiled)
installation with::

    pip install PyWavelets

Users of the Anaconda_ Python distribution may wish to obtain pre-built
Windows, Intel Linux or macOS / OSX binaries from the conda-forge channel.
This can be done via::

    conda install -c conda-forge pywavelets

Several Linux distributions have their own packages for PyWavelets, but these
tend to be moderately out of date.  Query your Linux package manager tool for
``python-pywavelets``, ``python-wavelets``, ``python-pywt`` or a similar
package name.

If you want or need to install from source, you will need a working C compiler
(any common one will work) and a recent version of `Cython`_.  Navigate to the
PyWavelets source code directory (containing ``pyproject.toml``) and type::

    pip install .

The most recent *development* version can be found on GitHub at
https://github.com/PyWavelets/pywt.

The latest release, including source and binary packages for Intel Linux,
macOS and Windows, is available for download from the `Python Package Index`_.
You can find source releases at the `Releases Page`_.

State of development & Contributing
-----------------------------------

PyWavelets started in 2006 as an academic project for a master thesis
on `Analysis and Classification of Medical Signals using Wavelet Transforms`
and was maintained until 2012 by its `original developer`_.  In 2013
maintenance was taken over in a `new repo <https://github.com/PyWavelets/pywt>`_)
by a larger development team - a move supported by the original developer.
The repo move doesn't mean that this is a fork - the package continues to be
developed under the name "PyWavelets", and released on PyPi and Github (see
`this issue <https://github.com/nigma/pywt/issues/13>`_ for the discussion
where that was decided).

All contributions including bug reports, bug fixes, new feature implementations
and documentation improvements are welcome.  Moreover, developers with an
interest in PyWavelets are very welcome to join the development team!

As of 2019, PyWavelets development is supported in part by Tidelift.
`Help support PyWavelets with the Tidelift Subscription <https://tidelift.com/subscription/pkg/pypi-pywavelets?utm_source=pypi-pywavelets&utm_medium=referral&utm_campaign=readme>`_


Contact
-------

Use `GitHub Issues`_ or the `mailing list`_ to post your comments or questions.

**Report a security vulnerability:** https://tidelift.com/security

License
-------

PyWavelets is a free Open Source software released under the MIT license.

If you wish to cite PyWavelets in a publication, please use the following
JOSS publication.

.. image:: http://joss.theoj.org/papers/10.21105/joss.01237/status.svg
   :target: https://doi.org/10.21105/joss.01237

Specific releases can also be cited via Zenodo. The DOI below will correspond
to the most recent release. DOIs for past versions can be found by following
the link in the badge below to Zenodo:

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1407171.svg
   :target: https://doi.org/10.5281/zenodo.1407171

.. _built-in wavelet filters: http://wavelets.pybytes.com/
.. _Cython: http://cython.org/
.. _demo: https://github.com/PyWavelets/pywt/tree/main/demo
.. _Anaconda: https://www.continuum.io
.. _GitHub: https://github.com/PyWavelets/pywt
.. _GitHub Issues: https://github.com/PyWavelets/pywt/issues
.. _NumPy: https://www.numpy.org
.. _SciPy: https://www.scipy.org
.. _original developer: http://en.ig.ma
.. _Python: http://python.org/
.. _Python Package Index: http://pypi.python.org/pypi/PyWavelets/
.. _mailing list: http://groups.google.com/group/pywavelets
.. _Releases Page: https://github.com/PyWavelets/pywt/releases
.. _Matplotlib: http://matplotlib.org

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/PyWavelets/pywt",
    "name": "PyWavelets",
    "maintainer": null,
    "docs_url": "https://pythonhosted.org/PyWavelets/",
    "requires_python": ">=3.9",
    "maintainer_email": "The PyWavelets Developers <pywavelets@googlegroups.com>",
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/96/9b/f124c8a8d1a69258a4d4d5cbb30a58dc059f836494cd3f067f419705bc72/pywavelets-1.6.0.tar.gz",
    "platform": null,
    "description": "+---------------+-----------------+\n| Service       | Master branch   |\n+===============+=================+\n| GitHub        | |ghactions_ci|  |\n+---------------+-----------------+\n| Appveyor      | |appveyor_ci|   |\n+---------------+-----------------+\n| Read the Docs | |read_the_docs| |\n+---------------+-----------------+\n\n\n.. |ghactions_ci| image:: https://github.com/PyWavelets/pywt/actions/workflows/tests.yml/badge.svg?branch=main\n   :alt: Build Status\n   :target: https://github.com/PyWavelets/pywt/actions/workflows/tests.yml?query=branch%3Amain\n\n.. |appveyor_ci| image:: https://ci.appveyor.com/api/projects/status/github/PyWavelets/pywt\n   :align: middle\n   :target: https://ci.appveyor.com/project/PyWavelets/pywt\n   :alt: Appveyor Status\n\n.. |read_the_docs| image:: https://readthedocs.org/projects/pywavelets/badge/?version=latest\n   :align: middle\n   :target: https://pywavelets.readthedocs.io/en/latest/?badge=latest\n   :alt: Documentation Status\n\n\nPyWavelets\n==========\n\n.. contents::\n\nWhat is PyWavelets\n------------------\n\nPyWavelets is a free Open Source library for wavelet transforms in Python.\nWavelets are mathematical basis functions that are localized in both time and\nfrequency.  Wavelet transforms are time-frequency transforms employing\nwavelets.  They are similar to Fourier transforms, the difference being that\nFourier transforms are localized only in frequency instead of in time and\nfrequency.\n\nThe main features of PyWavelets are:\n\n  * 1D, 2D and nD Forward and Inverse Discrete Wavelet Transform (DWT and IDWT)\n  * 1D, 2D and nD Multilevel DWT and IDWT\n  * 1D and 2D Stationary Wavelet Transform (Undecimated Wavelet Transform)\n  * 1D and 2D Wavelet Packet decomposition and reconstruction\n  * 1D Continuous Wavelet Transform\n  * Computing Approximations of wavelet and scaling functions\n  * Over 100 `built-in wavelet filters`_ and support for custom wavelets\n  * Single and double precision calculations\n  * Real and complex calculations\n  * Results compatible with Matlab Wavelet Toolbox (TM)\n\n\nDocumentation\n-------------\n\nDocumentation with detailed examples and links to more resources is available\nonline at http://pywavelets.readthedocs.org.\n\nFor more usage examples see the `demo`_ directory in the source package.\n\n\nInstallation\n------------\n\nPyWavelets supports `Python`_ >=3.9, and is only dependent on `NumPy`_\n(supported versions are currently ``>= 1.14.6``). To pass all of the tests,\n`Matplotlib`_ is also required. `SciPy`_ is also an optional dependency. When\npresent, FFT-based continuous wavelet transforms will use FFTs from SciPy\nrather than NumPy.\n\nThere are binary wheels for Intel Linux, Windows and macOS / OSX on PyPi.  If\nyou are on one of these platforms, you should get a binary (precompiled)\ninstallation with::\n\n    pip install PyWavelets\n\nUsers of the Anaconda_ Python distribution may wish to obtain pre-built\nWindows, Intel Linux or macOS / OSX binaries from the conda-forge channel.\nThis can be done via::\n\n    conda install -c conda-forge pywavelets\n\nSeveral Linux distributions have their own packages for PyWavelets, but these\ntend to be moderately out of date.  Query your Linux package manager tool for\n``python-pywavelets``, ``python-wavelets``, ``python-pywt`` or a similar\npackage name.\n\nIf you want or need to install from source, you will need a working C compiler\n(any common one will work) and a recent version of `Cython`_.  Navigate to the\nPyWavelets source code directory (containing ``pyproject.toml``) and type::\n\n    pip install .\n\nThe most recent *development* version can be found on GitHub at\nhttps://github.com/PyWavelets/pywt.\n\nThe latest release, including source and binary packages for Intel Linux,\nmacOS and Windows, is available for download from the `Python Package Index`_.\nYou can find source releases at the `Releases Page`_.\n\nState of development & Contributing\n-----------------------------------\n\nPyWavelets started in 2006 as an academic project for a master thesis\non `Analysis and Classification of Medical Signals using Wavelet Transforms`\nand was maintained until 2012 by its `original developer`_.  In 2013\nmaintenance was taken over in a `new repo <https://github.com/PyWavelets/pywt>`_)\nby a larger development team - a move supported by the original developer.\nThe repo move doesn't mean that this is a fork - the package continues to be\ndeveloped under the name \"PyWavelets\", and released on PyPi and Github (see\n`this issue <https://github.com/nigma/pywt/issues/13>`_ for the discussion\nwhere that was decided).\n\nAll contributions including bug reports, bug fixes, new feature implementations\nand documentation improvements are welcome.  Moreover, developers with an\ninterest in PyWavelets are very welcome to join the development team!\n\nAs of 2019, PyWavelets development is supported in part by Tidelift.\n`Help support PyWavelets with the Tidelift Subscription <https://tidelift.com/subscription/pkg/pypi-pywavelets?utm_source=pypi-pywavelets&utm_medium=referral&utm_campaign=readme>`_\n\n\nContact\n-------\n\nUse `GitHub Issues`_ or the `mailing list`_ to post your comments or questions.\n\n**Report a security vulnerability:** https://tidelift.com/security\n\nLicense\n-------\n\nPyWavelets is a free Open Source software released under the MIT license.\n\nIf you wish to cite PyWavelets in a publication, please use the following\nJOSS publication.\n\n.. image:: http://joss.theoj.org/papers/10.21105/joss.01237/status.svg\n   :target: https://doi.org/10.21105/joss.01237\n\nSpecific releases can also be cited via Zenodo. The DOI below will correspond\nto the most recent release. DOIs for past versions can be found by following\nthe link in the badge below to Zenodo:\n\n.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1407171.svg\n   :target: https://doi.org/10.5281/zenodo.1407171\n\n.. _built-in wavelet filters: http://wavelets.pybytes.com/\n.. _Cython: http://cython.org/\n.. _demo: https://github.com/PyWavelets/pywt/tree/main/demo\n.. _Anaconda: https://www.continuum.io\n.. _GitHub: https://github.com/PyWavelets/pywt\n.. _GitHub Issues: https://github.com/PyWavelets/pywt/issues\n.. _NumPy: https://www.numpy.org\n.. _SciPy: https://www.scipy.org\n.. _original developer: http://en.ig.ma\n.. _Python: http://python.org/\n.. _Python Package Index: http://pypi.python.org/pypi/PyWavelets/\n.. _mailing list: http://groups.google.com/group/pywavelets\n.. _Releases Page: https://github.com/PyWavelets/pywt/releases\n.. _Matplotlib: http://matplotlib.org\n",
    "bugtrack_url": null,
    "license": "Copyright (c) 2006-2012 Filip Wasilewski <http://en.ig.ma/> Copyright (c) 2012-2020 The PyWavelets Developers <https://github.com/PyWavelets/pywt>  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "PyWavelets, wavelet transform module",
    "version": "1.6.0",
    "project_urls": {
        "Documentation": "https://pywavelets.readthedocs.io/",
        "Homepage": "https://github.com/PyWavelets/pywt",
        "Source": "https://github.com/PyWavelets/pywt"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d6b034e7b6b60cbe9df91f6542cf8e9a30d10bd25e23f1a1bc19145556eb1ac",
                "md5": "512cbae896441c5da18f66fc74723218",
                "sha256": "ddc1ff5ad706313d930f857f9656f565dfb81b85bbe58a9db16ad8fa7d1537c5"
            },
            "downloads": -1,
            "filename": "pywavelets-1.6.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "512cbae896441c5da18f66fc74723218",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 4361518,
            "upload_time": "2024-04-01T18:08:16",
            "upload_time_iso_8601": "2024-04-01T18:08:16.979927Z",
            "url": "https://files.pythonhosted.org/packages/0d/6b/034e7b6b60cbe9df91f6542cf8e9a30d10bd25e23f1a1bc19145556eb1ac/pywavelets-1.6.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e00a6905c12ccbd1e7775fefe1fb8483e762b3ff1c30d90443166119bc3ca6e",
                "md5": "326f7155e8f371dd4a0aa9af4349189e",
                "sha256": "78feab4e0c25fa32034b6b64cb854c6ce15663b4f0ffb25d8f0ee58915300f9b"
            },
            "downloads": -1,
            "filename": "pywavelets-1.6.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "326f7155e8f371dd4a0aa9af4349189e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 4325177,
            "upload_time": "2024-04-01T18:08:18",
            "upload_time_iso_8601": "2024-04-01T18:08:18.933213Z",
            "url": "https://files.pythonhosted.org/packages/9e/00/a6905c12ccbd1e7775fefe1fb8483e762b3ff1c30d90443166119bc3ca6e/pywavelets-1.6.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0853aff7f7932b61c61a77a6432ed25717eb5aaf94143dabe7d2bba208ebfcd6",
                "md5": "42778ce9b3948cce245055f48f73444a",
                "sha256": "be36f08efe9bc3abf40cf40cd2ee0aa0db26e4894e13ce5ac178442864161e8c"
            },
            "downloads": -1,
            "filename": "pywavelets-1.6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "42778ce9b3948cce245055f48f73444a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 4446509,
            "upload_time": "2024-04-01T18:08:21",
            "upload_time_iso_8601": "2024-04-01T18:08:21.094509Z",
            "url": "https://files.pythonhosted.org/packages/08/53/aff7f7932b61c61a77a6432ed25717eb5aaf94143dabe7d2bba208ebfcd6/pywavelets-1.6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e01a7157eec994747d3825df3e327365e072e5c80408000a358f2431cf91eb2",
                "md5": "a6f64ec46869176e1978de876080e533",
                "sha256": "0595c51472c9c5724fe087cb73e2797053fd25c788d6553fdad6ff61abc60e91"
            },
            "downloads": -1,
            "filename": "pywavelets-1.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a6f64ec46869176e1978de876080e533",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 4526165,
            "upload_time": "2024-04-01T18:08:23",
            "upload_time_iso_8601": "2024-04-01T18:08:23.156739Z",
            "url": "https://files.pythonhosted.org/packages/6e/01/a7157eec994747d3825df3e327365e072e5c80408000a358f2431cf91eb2/pywavelets-1.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b9c288d7318cd91062869f1d494c10a57f1732293768afc75fa0ecb7a60b9f7",
                "md5": "6720070c8d801286d2ea9200a7b86860",
                "sha256": "058a750477dde633ac53b8806f835af3559d52db6532fb2b93c1f4b5441365b8"
            },
            "downloads": -1,
            "filename": "pywavelets-1.6.0-cp310-cp310-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6720070c8d801286d2ea9200a7b86860",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 4466055,
            "upload_time": "2024-04-01T18:08:25",
            "upload_time_iso_8601": "2024-04-01T18:08:25.321837Z",
            "url": "https://files.pythonhosted.org/packages/4b/9c/288d7318cd91062869f1d494c10a57f1732293768afc75fa0ecb7a60b9f7/pywavelets-1.6.0-cp310-cp310-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c8b551363c22c4f8d3ceddbe54b346290a9af33a4566b0c4f1e263a1747508f",
                "md5": "d0614479589bbc6f629684ee4abd33a0",
                "sha256": "538795d9c4181152b414285b5a7f72ac52581ecdcdce74b6cca3fa0b8a5ab0aa"
            },
            "downloads": -1,
            "filename": "pywavelets-1.6.0-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d0614479589bbc6f629684ee4abd33a0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 4545637,
            "upload_time": "2024-04-01T18:08:27",
            "upload_time_iso_8601": "2024-04-01T18:08:27.574586Z",
            "url": "https://files.pythonhosted.org/packages/7c/8b/551363c22c4f8d3ceddbe54b346290a9af33a4566b0c4f1e263a1747508f/pywavelets-1.6.0-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0535b1cbea9e0aaf1759240be7e936f3cc1522b5fed8289c48863250eafb0cf5",
                "md5": "1781ba18d2dd0ef047ca6524dbb4bb57",
                "sha256": "47de024ba4f9df97e98b5f540340e1a9edd82d2c477450bef8c9b5381487128e"
            },
            "downloads": -1,
            "filename": "pywavelets-1.6.0-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "1781ba18d2dd0ef047ca6524dbb4bb57",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 4178228,
            "upload_time": "2024-04-01T18:08:29",
            "upload_time_iso_8601": "2024-04-01T18:08:29.852283Z",
            "url": "https://files.pythonhosted.org/packages/05/35/b1cbea9e0aaf1759240be7e936f3cc1522b5fed8289c48863250eafb0cf5/pywavelets-1.6.0-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6f9359035b5d6ce2bc63d419c5920a2f2ec56192288e83c5fd0cb12e5abb3e6",
                "md5": "5ddbfefbd25d5d38a68c4bc97b5cb840",
                "sha256": "e2c44760c0906ddf2176920a2613287f6eea947f166ce7eee9546081b06a6835"
            },
            "downloads": -1,
            "filename": "pywavelets-1.6.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5ddbfefbd25d5d38a68c4bc97b5cb840",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 4251413,
            "upload_time": "2024-04-01T18:08:32",
            "upload_time_iso_8601": "2024-04-01T18:08:32.204340Z",
            "url": "https://files.pythonhosted.org/packages/f6/f9/359035b5d6ce2bc63d419c5920a2f2ec56192288e83c5fd0cb12e5abb3e6/pywavelets-1.6.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fa45985b5f9b76d38ef8cf71bc89ad9e6b985931a3c68228eab77a59954375e3",
                "md5": "503abf1782658bebed41a6cc90a936fe",
                "sha256": "d91aaaf6de53b758bcdc96c81cdb5a8607758602be49f691188c0e108cf1e738"
            },
            "downloads": -1,
            "filename": "pywavelets-1.6.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "503abf1782658bebed41a6cc90a936fe",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 4362791,
            "upload_time": "2024-04-01T18:08:34",
            "upload_time_iso_8601": "2024-04-01T18:08:34.544220Z",
            "url": "https://files.pythonhosted.org/packages/fa/45/985b5f9b76d38ef8cf71bc89ad9e6b985931a3c68228eab77a59954375e3/pywavelets-1.6.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "59feb22161950b56ce83309dfc342c4060957ce4c8a2f4b33b767068050cfd88",
                "md5": "287c194a5b47ceb7555ce12ba1356f51",
                "sha256": "3b5302edb6d1d1ff6636d37c9ff29c4892f2a3648d736cc1df01f3f36e25c8cf"
            },
            "downloads": -1,
            "filename": "pywavelets-1.6.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "287c194a5b47ceb7555ce12ba1356f51",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 4325322,
            "upload_time": "2024-04-01T18:08:36",
            "upload_time_iso_8601": "2024-04-01T18:08:36.659474Z",
            "url": "https://files.pythonhosted.org/packages/59/fe/b22161950b56ce83309dfc342c4060957ce4c8a2f4b33b767068050cfd88/pywavelets-1.6.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eff69e2734482abe865abf2cf57b1e76c2180cf268195e63ceb94699ed686f53",
                "md5": "a3557f806ae5940f66fccb2ac454adb0",
                "sha256": "c5e655446e37a3c87213d5c6386b86f65c4d61736b4432d720171e7dd6523d6a"
            },
            "downloads": -1,
            "filename": "pywavelets-1.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a3557f806ae5940f66fccb2ac454adb0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 4447295,
            "upload_time": "2024-04-01T18:08:38",
            "upload_time_iso_8601": "2024-04-01T18:08:38.892905Z",
            "url": "https://files.pythonhosted.org/packages/ef/f6/9e2734482abe865abf2cf57b1e76c2180cf268195e63ceb94699ed686f53/pywavelets-1.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a78eb5f46eefc199592b48c4edea6117748e674b603de151e83d1e8896049293",
                "md5": "093353f0dcabaafc405944a724ec3852",
                "sha256": "9ec7d69b746a0eaa327b829a3252a63619f2345e263177be5dd9bf30d7933c8d"
            },
            "downloads": -1,
            "filename": "pywavelets-1.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "093353f0dcabaafc405944a724ec3852",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 4521305,
            "upload_time": "2024-04-01T18:08:41",
            "upload_time_iso_8601": "2024-04-01T18:08:41.055544Z",
            "url": "https://files.pythonhosted.org/packages/a7/8e/b5f46eefc199592b48c4edea6117748e674b603de151e83d1e8896049293/pywavelets-1.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0263af53bd581bbe17083218727561fae9db3f92a5e6e0fa141018b30da087d4",
                "md5": "df36d7a725661db592f0e2b77a21c992",
                "sha256": "97ea9613bd6b7108ebb44b709060adc7e2d5fac73be7152342bdd5513d75f84e"
            },
            "downloads": -1,
            "filename": "pywavelets-1.6.0-cp311-cp311-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "df36d7a725661db592f0e2b77a21c992",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 4473243,
            "upload_time": "2024-04-01T18:08:42",
            "upload_time_iso_8601": "2024-04-01T18:08:42.706056Z",
            "url": "https://files.pythonhosted.org/packages/02/63/af53bd581bbe17083218727561fae9db3f92a5e6e0fa141018b30da087d4/pywavelets-1.6.0-cp311-cp311-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e400a19c4f9284b9a2b57e1e7ae195052aa267361beafa86d8f69816c830ed52",
                "md5": "c65905ed67090935b2ff254ff1110c07",
                "sha256": "48b3813c6d1a7a8194f37dbb5dbbdf2fe1112152c91445ea2e54f64ff6350c36"
            },
            "downloads": -1,
            "filename": "pywavelets-1.6.0-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c65905ed67090935b2ff254ff1110c07",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 4544912,
            "upload_time": "2024-04-01T18:08:44",
            "upload_time_iso_8601": "2024-04-01T18:08:44.482917Z",
            "url": "https://files.pythonhosted.org/packages/e4/00/a19c4f9284b9a2b57e1e7ae195052aa267361beafa86d8f69816c830ed52/pywavelets-1.6.0-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fad489c211ca6150a373002303c9d9ef77e5bed8ccc58bf41acb25a5fff84f5f",
                "md5": "be7f7919a6b623ca08086fa4fa9961cc",
                "sha256": "4ffb484d096a5eb10af7121e0203546a03e1369328df321a33ef91f67bac40cf"
            },
            "downloads": -1,
            "filename": "pywavelets-1.6.0-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "be7f7919a6b623ca08086fa4fa9961cc",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 4175349,
            "upload_time": "2024-04-01T18:08:46",
            "upload_time_iso_8601": "2024-04-01T18:08:46.015598Z",
            "url": "https://files.pythonhosted.org/packages/fa/d4/89c211ca6150a373002303c9d9ef77e5bed8ccc58bf41acb25a5fff84f5f/pywavelets-1.6.0-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2197a4ed461234e9c9fa0a06f1618401e0660148819910ddd6501611bed133fe",
                "md5": "66ea23a852ef4b74e0b0b527dd621d3a",
                "sha256": "274bc47b289585383aa65519b3fcae5b4dee5e31db3d4198d4fad701a70e59f7"
            },
            "downloads": -1,
            "filename": "pywavelets-1.6.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "66ea23a852ef4b74e0b0b527dd621d3a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 4252219,
            "upload_time": "2024-04-01T18:08:47",
            "upload_time_iso_8601": "2024-04-01T18:08:47.739130Z",
            "url": "https://files.pythonhosted.org/packages/21/97/a4ed461234e9c9fa0a06f1618401e0660148819910ddd6501611bed133fe/pywavelets-1.6.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "685f12fc75debf47855f180c266c82fce66f83a738c684bb845f63a85ca42e6e",
                "md5": "e3a999e581205c64d00e1318bc6450bf",
                "sha256": "d6ec113386a432e04103f95e351d2657b42145bd1e1ed26513423391bcb5f011"
            },
            "downloads": -1,
            "filename": "pywavelets-1.6.0-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e3a999e581205c64d00e1318bc6450bf",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 4366209,
            "upload_time": "2024-04-01T18:08:49",
            "upload_time_iso_8601": "2024-04-01T18:08:49.671837Z",
            "url": "https://files.pythonhosted.org/packages/68/5f/12fc75debf47855f180c266c82fce66f83a738c684bb845f63a85ca42e6e/pywavelets-1.6.0-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be9353db0d37cd5993be59409e9b7eac183400af3e9209b47999a6877b756987",
                "md5": "08bff8905b2a1f11f1ba2fd26a7e4ea3",
                "sha256": "ab652112d3932d21f020e281e06926a751354c2b5629fb716f5eb9d0104b84e5"
            },
            "downloads": -1,
            "filename": "pywavelets-1.6.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "08bff8905b2a1f11f1ba2fd26a7e4ea3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 4327939,
            "upload_time": "2024-04-01T18:08:51",
            "upload_time_iso_8601": "2024-04-01T18:08:51.873060Z",
            "url": "https://files.pythonhosted.org/packages/be/93/53db0d37cd5993be59409e9b7eac183400af3e9209b47999a6877b756987/pywavelets-1.6.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f4629a1bacca3846e2b65d43103bad73a1540a210e3c4ad013b84b9c833acea9",
                "md5": "1f471d18c3bea7863e2dec46889e7780",
                "sha256": "47b0314a22616c5f3f08760f0e00b4a15b7c7dadca5e39bb701cf7869a4207c5"
            },
            "downloads": -1,
            "filename": "pywavelets-1.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1f471d18c3bea7863e2dec46889e7780",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 4414147,
            "upload_time": "2024-04-01T18:08:53",
            "upload_time_iso_8601": "2024-04-01T18:08:53.817148Z",
            "url": "https://files.pythonhosted.org/packages/f4/62/9a1bacca3846e2b65d43103bad73a1540a210e3c4ad013b84b9c833acea9/pywavelets-1.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3cc7aa29a95d3197404c1f2502f9154fc0d8ba5d8b5becd9f0c5f5ce285e1e0b",
                "md5": "660ae6a63e47451ad90bbb0c6e58f660",
                "sha256": "138471513bc0a4cd2ddc4e50c7ec04e3468c268e101a0d02f698f6aedd1d5e79"
            },
            "downloads": -1,
            "filename": "pywavelets-1.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "660ae6a63e47451ad90bbb0c6e58f660",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 4493560,
            "upload_time": "2024-04-01T18:08:55",
            "upload_time_iso_8601": "2024-04-01T18:08:55.768140Z",
            "url": "https://files.pythonhosted.org/packages/3c/c7/aa29a95d3197404c1f2502f9154fc0d8ba5d8b5becd9f0c5f5ce285e1e0b/pywavelets-1.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "15dbe79ad980f56481ae9d41c3fe1a744dc8d90ebd775860276db85d85f3870f",
                "md5": "61fd44bbd30be117cbf09be4dc49bb0f",
                "sha256": "67936491ae3e5f957c428e34fdaed21f131535b8d60c7c729a1b539ce8864837"
            },
            "downloads": -1,
            "filename": "pywavelets-1.6.0-cp312-cp312-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "61fd44bbd30be117cbf09be4dc49bb0f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 4440372,
            "upload_time": "2024-04-01T18:08:57",
            "upload_time_iso_8601": "2024-04-01T18:08:57.982225Z",
            "url": "https://files.pythonhosted.org/packages/15/db/e79ad980f56481ae9d41c3fe1a744dc8d90ebd775860276db85d85f3870f/pywavelets-1.6.0-cp312-cp312-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "776e331f42142e5e4783e64286f31d31667017fb474cd2b263000a0204c79c22",
                "md5": "83d6b5d4bb24fbaa54d8df8bfb1fb604",
                "sha256": "dd798cee3d28fb3d32a26a00d9831a20bf316c36d685e4ced01b4e4a8f36f5ce"
            },
            "downloads": -1,
            "filename": "pywavelets-1.6.0-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "83d6b5d4bb24fbaa54d8df8bfb1fb604",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 4504579,
            "upload_time": "2024-04-01T18:08:59",
            "upload_time_iso_8601": "2024-04-01T18:08:59.745157Z",
            "url": "https://files.pythonhosted.org/packages/77/6e/331f42142e5e4783e64286f31d31667017fb474cd2b263000a0204c79c22/pywavelets-1.6.0-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a62e3a43ac2cfdb122614a0a1c68869f8497831bbacb012b2739c784a197b8fb",
                "md5": "e6c9e7b4553c38e7571218d768bc13eb",
                "sha256": "e772f7f0c16bfc3be8ac3cd10d29a9920bb7a39781358856223c491b899e6e79"
            },
            "downloads": -1,
            "filename": "pywavelets-1.6.0-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "e6c9e7b4553c38e7571218d768bc13eb",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 4169388,
            "upload_time": "2024-04-01T18:09:01",
            "upload_time_iso_8601": "2024-04-01T18:09:01.414161Z",
            "url": "https://files.pythonhosted.org/packages/a6/2e/3a43ac2cfdb122614a0a1c68869f8497831bbacb012b2739c784a197b8fb/pywavelets-1.6.0-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a117cebd91be700652f786305754ef13cacfde4598c320b59cbe2c340e8c646",
                "md5": "8923cd8af706446e57ca135325a11d9a",
                "sha256": "4ef15a63a72afa67ae9f4f3b06c95c5382730fb3075e668d49a880e65f2f089c"
            },
            "downloads": -1,
            "filename": "pywavelets-1.6.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8923cd8af706446e57ca135325a11d9a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 4244482,
            "upload_time": "2024-04-01T18:09:02",
            "upload_time_iso_8601": "2024-04-01T18:09:02.964664Z",
            "url": "https://files.pythonhosted.org/packages/7a/11/7cebd91be700652f786305754ef13cacfde4598c320b59cbe2c340e8c646/pywavelets-1.6.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2668e1453bd31c7c942e6ffcc0c71e7df488f36dfc16f8effef1f331a2e3c373",
                "md5": "72c9fb6e3d23c0920f9e02af3074527b",
                "sha256": "627df378e63e9c789b6f2e7060cb4264ebae6f6b0efc1da287a2c060de454a1f"
            },
            "downloads": -1,
            "filename": "pywavelets-1.6.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "72c9fb6e3d23c0920f9e02af3074527b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 4363690,
            "upload_time": "2024-04-01T18:09:05",
            "upload_time_iso_8601": "2024-04-01T18:09:05.255555Z",
            "url": "https://files.pythonhosted.org/packages/26/68/e1453bd31c7c942e6ffcc0c71e7df488f36dfc16f8effef1f331a2e3c373/pywavelets-1.6.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "02c5a225bfdf5532dfe4fbc823f1bb038949a4e7cd9d43a3ad23fe84cd365b98",
                "md5": "fec5c42e915c9f2bedb96ef47a1c0e1f",
                "sha256": "a413b51dc19e05243fe0b0864a8e8a16b5ca9bf2e4713da00a95b1b5747a5367"
            },
            "downloads": -1,
            "filename": "pywavelets-1.6.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "fec5c42e915c9f2bedb96ef47a1c0e1f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 4327278,
            "upload_time": "2024-04-01T18:09:07",
            "upload_time_iso_8601": "2024-04-01T18:09:07.013343Z",
            "url": "https://files.pythonhosted.org/packages/02/c5/a225bfdf5532dfe4fbc823f1bb038949a4e7cd9d43a3ad23fe84cd365b98/pywavelets-1.6.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a51981d04e4c9b66565e0a2a1f394572f67bedeadaff9bf9282ef9b711d31b1",
                "md5": "d237bead8b74c512d953b23202e8be70",
                "sha256": "be615c6c1873e189c265d4a76d1751ec49b17e29725e6dd2e9c74f1868f590b7"
            },
            "downloads": -1,
            "filename": "pywavelets-1.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d237bead8b74c512d953b23202e8be70",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 4449088,
            "upload_time": "2024-04-01T18:09:09",
            "upload_time_iso_8601": "2024-04-01T18:09:09.054506Z",
            "url": "https://files.pythonhosted.org/packages/0a/51/981d04e4c9b66565e0a2a1f394572f67bedeadaff9bf9282ef9b711d31b1/pywavelets-1.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "82ac2430589380ab236891481c2261b2743010927db10437cffe0329de342ffd",
                "md5": "62164aa5da3062118e875d7af8213233",
                "sha256": "4021ef69ec9f3862f66580fc4417be728bd78722914394594b48212fd1fcaf21"
            },
            "downloads": -1,
            "filename": "pywavelets-1.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "62164aa5da3062118e875d7af8213233",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 4528220,
            "upload_time": "2024-04-01T18:09:11",
            "upload_time_iso_8601": "2024-04-01T18:09:11.145224Z",
            "url": "https://files.pythonhosted.org/packages/82/ac/2430589380ab236891481c2261b2743010927db10437cffe0329de342ffd/pywavelets-1.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "705a32ecb4a8b43745fbda380aafbcb0da51640aacf96c7f3cf4ab890d22f193",
                "md5": "c765b0499f96773904df7065e5de1c5e",
                "sha256": "8fbf7b61b28b5457693c034e58a01622756d1fd60a80ae13ac5888b1d3e57e80"
            },
            "downloads": -1,
            "filename": "pywavelets-1.6.0-cp39-cp39-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c765b0499f96773904df7065e5de1c5e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 4469082,
            "upload_time": "2024-04-01T18:09:13",
            "upload_time_iso_8601": "2024-04-01T18:09:13.543112Z",
            "url": "https://files.pythonhosted.org/packages/70/5a/32ecb4a8b43745fbda380aafbcb0da51640aacf96c7f3cf4ab890d22f193/pywavelets-1.6.0-cp39-cp39-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7fce9964a6f611aca4d87af395d8bf1991ce209277ca5da12242b02296882710",
                "md5": "47ef41b32f31f23349288003c972fc46",
                "sha256": "f58ddbb0a6cd243928876edfc463b990763a24fb94498607d6fea690e32cca4c"
            },
            "downloads": -1,
            "filename": "pywavelets-1.6.0-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "47ef41b32f31f23349288003c972fc46",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 4547619,
            "upload_time": "2024-04-01T18:09:15",
            "upload_time_iso_8601": "2024-04-01T18:09:15.689801Z",
            "url": "https://files.pythonhosted.org/packages/7f/ce/9964a6f611aca4d87af395d8bf1991ce209277ca5da12242b02296882710/pywavelets-1.6.0-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c346ce31fab7866c41984a0ed76452c239ecaa3e70d9b32911167dd8e5ac72b4",
                "md5": "82ef03ff35d2659f66220c972ae0945c",
                "sha256": "42a22e68e345b6de7d387ef752111ab4530c98048d2b4bdac8ceefb078b4ead6"
            },
            "downloads": -1,
            "filename": "pywavelets-1.6.0-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "82ef03ff35d2659f66220c972ae0945c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 4179812,
            "upload_time": "2024-04-01T18:09:17",
            "upload_time_iso_8601": "2024-04-01T18:09:17.481670Z",
            "url": "https://files.pythonhosted.org/packages/c3/46/ce31fab7866c41984a0ed76452c239ecaa3e70d9b32911167dd8e5ac72b4/pywavelets-1.6.0-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c175da7f90673319b664025ade3e55d68ea2eb53bead6a8aece042a804977f2",
                "md5": "fb764782094fec6c996c2654ba33e257",
                "sha256": "32198de321892743c1a3d1957fe1cd8a8ecc078bfbba6b8f3982518e897271d7"
            },
            "downloads": -1,
            "filename": "pywavelets-1.6.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "fb764782094fec6c996c2654ba33e257",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 4253407,
            "upload_time": "2024-04-01T18:09:19",
            "upload_time_iso_8601": "2024-04-01T18:09:19.155465Z",
            "url": "https://files.pythonhosted.org/packages/5c/17/5da7f90673319b664025ade3e55d68ea2eb53bead6a8aece042a804977f2/pywavelets-1.6.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "969bf124c8a8d1a69258a4d4d5cbb30a58dc059f836494cd3f067f419705bc72",
                "md5": "d986559324a9896867a8eb8477694483",
                "sha256": "ea027c70977122c5fc27b2510f0a0d9528f9c3df6ea3e4c577ca55fd00325a5b"
            },
            "downloads": -1,
            "filename": "pywavelets-1.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d986559324a9896867a8eb8477694483",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 3939946,
            "upload_time": "2024-04-01T18:09:21",
            "upload_time_iso_8601": "2024-04-01T18:09:21.114253Z",
            "url": "https://files.pythonhosted.org/packages/96/9b/f124c8a8d1a69258a4d4d5cbb30a58dc059f836494cd3f067f419705bc72/pywavelets-1.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-01 18:09:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "PyWavelets",
    "github_project": "pywt",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "appveyor": true,
    "tox": true,
    "lcname": "pywavelets"
}
        
Elapsed time: 0.31403s