silx


Namesilx JSON
Version 2.1.0 PyPI version JSON
download
home_pagehttp://www.silx.org/
SummarySoftware library for X-ray data analysis
upload_time2024-04-19 13:34:31
maintainerNone
docs_urlNone
authordata analysis unit
requires_python>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
silx toolkit
============

.. |silxView| image:: http://www.silx.org/doc/silx/img/silx-view-v1-0.gif
   :height: 480px

The purpose of the *silx* project is to provide a collection of Python packages to support the
development of data assessment, reduction and analysis applications at synchrotron
radiation facilities.
*silx* aims to provide reading/writing tools for different file formats, data reduction routines
and a set of Qt widgets to browse and visualise data.

The current version features:

* Support of `HDF5 <https://www.hdfgroup.org/HDF5/>`_,
  `SPEC <https://certif.com/spec.html>`_ and
  `FabIO <http://www.silx.org/doc/fabio/dev/getting_started.html#list-of-file-formats-that-fabio-can-read-and-write>`_
  images file formats.
* OpenCL-based data processing: image alignment (SIFT),
  image processing (median filter, histogram),
  filtered backprojection for tomography,
  convolution
* Data reduction: histogramming, fitting, median filter
* A set of Qt widgets, including:

  * 1D and 2D visualization widgets with a set of associated tools using multiple backends (matplotlib or OpenGL)
  * OpenGL-based widgets to visualize data in 3D (scalar field with isosurface and cut plane, scatter plot)
  * a unified browser for HDF5, SPEC and image file formats supporting inspection and
    visualization of n-dimensional datasets.

* a set of applications:

  * a unified viewer (*silx view filename*) for HDF5, SPEC and image file formats

    |silxView|

  * a unified converter to HDF5 format (*silx convert filename*)


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

To install silx (and all its dependencies), run:

.. code-block:: bash

    pip install silx[full]

To install silx with a minimal set of dependencies, run:

.. code-block:: bash

    pip install silx

Or using Anaconda on Linux and MacOS:

.. code-block:: bash

    conda install silx -c conda-forge

Unofficial packages for different distributions are available:

- Unofficial Debian10 and Ubuntu20.04 packages are available at http://www.silx.org/pub/linux-repo/
- CentOS 7 rpm packages are provided by Max IV at: http://pubrepo.maxiv.lu.se/rpm/el7/x86_64/
- Fedora 23 rpm packages are provided by Max IV at http://pubrepo.maxiv.lu.se/rpm/fc23/x86_64/
- Arch Linux (AUR) packages are also available: https://aur.archlinux.org/packages/python-silx

`Detailed installation instructions <http://www.silx.org/doc/silx/latest/install.html>`_
are available in the documentation.

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

The documentation of `latest release <http://www.silx.org/doc/silx/latest/>`_ and
the documentation of `the nightly build <http://www.silx.org/doc/silx/dev>`_ are
available at http://www.silx.org/doc/silx/

Testing
-------

*silx* features a comprehensive test-suite used in continuous integration for
all major operating systems:

- Github Actions CI status: |Github Actions Status|
- Appveyor CI status: |Appveyor Status|

Please refer to the `documentation on testing <http://www.silx.org/doc/silx/latest/install.html#testing>`_
for details.

Examples
--------

Some examples of sample code using silx are provided with the
`silx documentation <http://www.silx.org/doc/silx/latest/sample_code/index.html>`_.


License
-------

The source code of *silx* is licensed under the MIT license.
See the `LICENSE <https://github.com/silx-kit/silx/blob/master/LICENSE>`_ and
`copyright <https://github.com/silx-kit/silx/blob/master/copyright>`_ files for details.

Citation
--------

*silx* releases can be cited via their DOI on Zenodo: |zenodo DOI|

.. |Github Actions Status| image:: https://github.com/silx-kit/silx/workflows/CI/badge.svg
   :target: https://github.com/silx-kit/silx/actions
.. |Appveyor Status| image:: https://ci.appveyor.com/api/projects/status/qgox9ei0wxwfagrb/branch/master?svg=true
   :target: https://ci.appveyor.com/project/ESRF/silx?branch=master
.. |zenodo DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.591709.svg
   :target: https://doi.org/10.5281/zenodo.591709

            

Raw data

            {
    "_id": null,
    "home_page": "http://www.silx.org/",
    "name": "silx",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "data analysis unit",
    "author_email": "silx@esrf.fr",
    "download_url": "https://files.pythonhosted.org/packages/4d/8a/77092e04490934a18bb9773ed66a60233b4298c698d4a57879477b974382/silx-2.1.0.tar.gz",
    "platform": null,
    "description": "\nsilx toolkit\n============\n\n.. |silxView| image:: http://www.silx.org/doc/silx/img/silx-view-v1-0.gif\n   :height: 480px\n\nThe purpose of the *silx* project is to provide a collection of Python packages to support the\ndevelopment of data assessment, reduction and analysis applications at synchrotron\nradiation facilities.\n*silx* aims to provide reading/writing tools for different file formats, data reduction routines\nand a set of Qt widgets to browse and visualise data.\n\nThe current version features:\n\n* Support of `HDF5 <https://www.hdfgroup.org/HDF5/>`_,\n  `SPEC <https://certif.com/spec.html>`_ and\n  `FabIO <http://www.silx.org/doc/fabio/dev/getting_started.html#list-of-file-formats-that-fabio-can-read-and-write>`_\n  images file formats.\n* OpenCL-based data processing: image alignment (SIFT),\n  image processing (median filter, histogram),\n  filtered backprojection for tomography,\n  convolution\n* Data reduction: histogramming, fitting, median filter\n* A set of Qt widgets, including:\n\n  * 1D and 2D visualization widgets with a set of associated tools using multiple backends (matplotlib or OpenGL)\n  * OpenGL-based widgets to visualize data in 3D (scalar field with isosurface and cut plane, scatter plot)\n  * a unified browser for HDF5, SPEC and image file formats supporting inspection and\n    visualization of n-dimensional datasets.\n\n* a set of applications:\n\n  * a unified viewer (*silx view filename*) for HDF5, SPEC and image file formats\n\n    |silxView|\n\n  * a unified converter to HDF5 format (*silx convert filename*)\n\n\nInstallation\n------------\n\nTo install silx (and all its dependencies), run:\n\n.. code-block:: bash\n\n    pip install silx[full]\n\nTo install silx with a minimal set of dependencies, run:\n\n.. code-block:: bash\n\n    pip install silx\n\nOr using Anaconda on Linux and MacOS:\n\n.. code-block:: bash\n\n    conda install silx -c conda-forge\n\nUnofficial packages for different distributions are available:\n\n- Unofficial Debian10 and Ubuntu20.04 packages are available at http://www.silx.org/pub/linux-repo/\n- CentOS 7 rpm packages are provided by Max IV at: http://pubrepo.maxiv.lu.se/rpm/el7/x86_64/\n- Fedora 23 rpm packages are provided by Max IV at http://pubrepo.maxiv.lu.se/rpm/fc23/x86_64/\n- Arch Linux (AUR) packages are also available: https://aur.archlinux.org/packages/python-silx\n\n`Detailed installation instructions <http://www.silx.org/doc/silx/latest/install.html>`_\nare available in the documentation.\n\nDocumentation\n-------------\n\nThe documentation of `latest release <http://www.silx.org/doc/silx/latest/>`_ and\nthe documentation of `the nightly build <http://www.silx.org/doc/silx/dev>`_ are\navailable at http://www.silx.org/doc/silx/\n\nTesting\n-------\n\n*silx* features a comprehensive test-suite used in continuous integration for\nall major operating systems:\n\n- Github Actions CI status: |Github Actions Status|\n- Appveyor CI status: |Appveyor Status|\n\nPlease refer to the `documentation on testing <http://www.silx.org/doc/silx/latest/install.html#testing>`_\nfor details.\n\nExamples\n--------\n\nSome examples of sample code using silx are provided with the\n`silx documentation <http://www.silx.org/doc/silx/latest/sample_code/index.html>`_.\n\n\nLicense\n-------\n\nThe source code of *silx* is licensed under the MIT license.\nSee the `LICENSE <https://github.com/silx-kit/silx/blob/master/LICENSE>`_ and\n`copyright <https://github.com/silx-kit/silx/blob/master/copyright>`_ files for details.\n\nCitation\n--------\n\n*silx* releases can be cited via their DOI on Zenodo: |zenodo DOI|\n\n.. |Github Actions Status| image:: https://github.com/silx-kit/silx/workflows/CI/badge.svg\n   :target: https://github.com/silx-kit/silx/actions\n.. |Appveyor Status| image:: https://ci.appveyor.com/api/projects/status/qgox9ei0wxwfagrb/branch/master?svg=true\n   :target: https://ci.appveyor.com/project/ESRF/silx?branch=master\n.. |zenodo DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.591709.svg\n   :target: https://doi.org/10.5281/zenodo.591709\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Software library for X-ray data analysis",
    "version": "2.1.0",
    "project_urls": {
        "Homepage": "http://www.silx.org/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "34c7d3718b0fac3235f3a76957a563cd463e064521e8e1445aa0dbd699328c34",
                "md5": "d3f2ef19e7b27a0dba62a445b5773a4a",
                "sha256": "6ce572e0643ed5c8151960d7936a1d3190f3176ddda75b7aa8aaeacb6c704663"
            },
            "downloads": -1,
            "filename": "silx-2.1.0-cp310-cp310-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "d3f2ef19e7b27a0dba62a445b5773a4a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 6383208,
            "upload_time": "2024-04-19T13:33:23",
            "upload_time_iso_8601": "2024-04-19T13:33:23.911149Z",
            "url": "https://files.pythonhosted.org/packages/34/c7/d3718b0fac3235f3a76957a563cd463e064521e8e1445aa0dbd699328c34/silx-2.1.0-cp310-cp310-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27d018cfbc705ba53e2ef7d764a385b43e4c02aba92055b2d5790fd52f779289",
                "md5": "a0e0cd2a2f52594c33dd0be54978ab9a",
                "sha256": "ba12aea6a98a9c3986fde755149e1222afdfbd9fea9099bc0fa7c2bb95f99331"
            },
            "downloads": -1,
            "filename": "silx-2.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a0e0cd2a2f52594c33dd0be54978ab9a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 13148339,
            "upload_time": "2024-04-19T13:33:26",
            "upload_time_iso_8601": "2024-04-19T13:33:26.721755Z",
            "url": "https://files.pythonhosted.org/packages/27/d0/18cfbc705ba53e2ef7d764a385b43e4c02aba92055b2d5790fd52f779289/silx-2.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e677e4214ee1ed196b54057a07c00207edb017d5d63532b9d795c69913a443c",
                "md5": "61f886847483a9561d658dfda198ef39",
                "sha256": "c9f205075644e920dfd0ef17854f5561abebb49ca97d0dcffe0fd0515e87036a"
            },
            "downloads": -1,
            "filename": "silx-2.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "61f886847483a9561d658dfda198ef39",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 13547163,
            "upload_time": "2024-04-19T13:33:28",
            "upload_time_iso_8601": "2024-04-19T13:33:28.936414Z",
            "url": "https://files.pythonhosted.org/packages/9e/67/7e4214ee1ed196b54057a07c00207edb017d5d63532b9d795c69913a443c/silx-2.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad9674d2c0db9ccdac8099ed1736638c78998d1207cec636a95703f7123a863b",
                "md5": "6f57537d0ffb8e1a9049e5f4e1293b0e",
                "sha256": "9cb3a73b87323a550399cfdad3ce2084028ccce75e60f711c55c68b8d3b102ef"
            },
            "downloads": -1,
            "filename": "silx-2.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6f57537d0ffb8e1a9049e5f4e1293b0e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 13265850,
            "upload_time": "2024-04-19T13:33:31",
            "upload_time_iso_8601": "2024-04-19T13:33:31.533400Z",
            "url": "https://files.pythonhosted.org/packages/ad/96/74d2c0db9ccdac8099ed1736638c78998d1207cec636a95703f7123a863b/silx-2.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f2165c1ff7c04cf1f6368a9968dc311870f7c9fb662549df66c11f911a3e7f49",
                "md5": "d328ad5ba1c5cb3f0b8fac37052c7f77",
                "sha256": "a5dcc0408cf6079df1aeafb6d8f35e65611d144b4bdb22c722f016a147f441a8"
            },
            "downloads": -1,
            "filename": "silx-2.1.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d328ad5ba1c5cb3f0b8fac37052c7f77",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 4274362,
            "upload_time": "2024-04-19T13:33:34",
            "upload_time_iso_8601": "2024-04-19T13:33:34.451146Z",
            "url": "https://files.pythonhosted.org/packages/f2/16/5c1ff7c04cf1f6368a9968dc311870f7c9fb662549df66c11f911a3e7f49/silx-2.1.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f5a10685f90603549224fa4aa739b02b38257ed191e396afc956e0854f8dd6a",
                "md5": "7ee92356cad8fd9d667a13264fc62ce1",
                "sha256": "8a244a8e57342f4d49836554a6f9795623846d53789f92bd22db55767db998f9"
            },
            "downloads": -1,
            "filename": "silx-2.1.0-cp311-cp311-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "7ee92356cad8fd9d667a13264fc62ce1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 6385628,
            "upload_time": "2024-04-19T13:33:36",
            "upload_time_iso_8601": "2024-04-19T13:33:36.180889Z",
            "url": "https://files.pythonhosted.org/packages/5f/5a/10685f90603549224fa4aa739b02b38257ed191e396afc956e0854f8dd6a/silx-2.1.0-cp311-cp311-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b8b03944faf602e27f759a616b515ba03c0858971f16f9f6b568fdaeb655e36b",
                "md5": "10d69fc59589f3ed2a2225f90d52262a",
                "sha256": "8d35621109b6f6578daab0b0311aa542a160ca2eac10931ca4e6bb46dc25a425"
            },
            "downloads": -1,
            "filename": "silx-2.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "10d69fc59589f3ed2a2225f90d52262a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 13844524,
            "upload_time": "2024-04-19T13:33:37",
            "upload_time_iso_8601": "2024-04-19T13:33:37.949700Z",
            "url": "https://files.pythonhosted.org/packages/b8/b0/3944faf602e27f759a616b515ba03c0858971f16f9f6b568fdaeb655e36b/silx-2.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "21ff07f3e41f028589ae43233abbc08bbf326149b95e1fb9dea6f0224f8ac88d",
                "md5": "e9a9f41e8bf33b06311b37f0aa1ba4ca",
                "sha256": "8d69c5abb515f04413f30dbd539edd971baafb17df4413ae051abf4d73d9311e"
            },
            "downloads": -1,
            "filename": "silx-2.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "e9a9f41e8bf33b06311b37f0aa1ba4ca",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 14311704,
            "upload_time": "2024-04-19T13:33:40",
            "upload_time_iso_8601": "2024-04-19T13:33:40.435325Z",
            "url": "https://files.pythonhosted.org/packages/21/ff/07f3e41f028589ae43233abbc08bbf326149b95e1fb9dea6f0224f8ac88d/silx-2.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b3219f73b67eeae4cbe16d6578956ad672481d876ca56db8782373a4dbe4baee",
                "md5": "c316d5ec061ddbe98f8c6d3f4ae4dad6",
                "sha256": "b98ac4359c31650ef495448bc6896da0a1ffaf2fc1eb9636e6078d1ff54c402b"
            },
            "downloads": -1,
            "filename": "silx-2.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c316d5ec061ddbe98f8c6d3f4ae4dad6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 13964447,
            "upload_time": "2024-04-19T13:33:42",
            "upload_time_iso_8601": "2024-04-19T13:33:42.971057Z",
            "url": "https://files.pythonhosted.org/packages/b3/21/9f73b67eeae4cbe16d6578956ad672481d876ca56db8782373a4dbe4baee/silx-2.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "02e6a0ebf28a067c824125604fe479c218b56bedbad3830dc71ec01f0bf89587",
                "md5": "be3d2cdc530b69286bbbe666c84f58ae",
                "sha256": "a817f95e75630a8f6ac634f7cad4482b2e1688fbd727cfe97b102a1a7c7211f9"
            },
            "downloads": -1,
            "filename": "silx-2.1.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "be3d2cdc530b69286bbbe666c84f58ae",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 4276789,
            "upload_time": "2024-04-19T13:33:45",
            "upload_time_iso_8601": "2024-04-19T13:33:45.793730Z",
            "url": "https://files.pythonhosted.org/packages/02/e6/a0ebf28a067c824125604fe479c218b56bedbad3830dc71ec01f0bf89587/silx-2.1.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1d66bed5b4ea9084f3066663e0430254c31df99ac168160d68afa716ce817c48",
                "md5": "c3f49eb522692d2278868a99820c3618",
                "sha256": "7bdfa2fffcc6669c60d28e10d745b165984c229736bcdb5d126c5e46d8658b58"
            },
            "downloads": -1,
            "filename": "silx-2.1.0-cp312-cp312-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "c3f49eb522692d2278868a99820c3618",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 6326227,
            "upload_time": "2024-04-19T13:33:48",
            "upload_time_iso_8601": "2024-04-19T13:33:48.317425Z",
            "url": "https://files.pythonhosted.org/packages/1d/66/bed5b4ea9084f3066663e0430254c31df99ac168160d68afa716ce817c48/silx-2.1.0-cp312-cp312-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "389d7955d78626ddfdf66e674405b22595ae77dd8ef15d0f6d3917e5aaabac8a",
                "md5": "58ad0fc51b0fc32654d16bf0d80b6d9a",
                "sha256": "bc609dc3ffde9af813293bcad1ef21b71969cdb0ad096fdd9e98afddc115e576"
            },
            "downloads": -1,
            "filename": "silx-2.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "58ad0fc51b0fc32654d16bf0d80b6d9a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 13691110,
            "upload_time": "2024-04-19T13:33:51",
            "upload_time_iso_8601": "2024-04-19T13:33:51.049695Z",
            "url": "https://files.pythonhosted.org/packages/38/9d/7955d78626ddfdf66e674405b22595ae77dd8ef15d0f6d3917e5aaabac8a/silx-2.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c07857547e4a333d7bf1855f7a9d110e72d46df7510f131f15b3b3458cc74d8e",
                "md5": "150b26a36e83e4d5e90bc2a63bbecdd0",
                "sha256": "a4a61577ba94109ccbe3ea2bb1aec8f99ea41e0828c034292b0951aead2b1fb2"
            },
            "downloads": -1,
            "filename": "silx-2.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "150b26a36e83e4d5e90bc2a63bbecdd0",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 14101256,
            "upload_time": "2024-04-19T13:33:56",
            "upload_time_iso_8601": "2024-04-19T13:33:56.142582Z",
            "url": "https://files.pythonhosted.org/packages/c0/78/57547e4a333d7bf1855f7a9d110e72d46df7510f131f15b3b3458cc74d8e/silx-2.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "618c8df216f7ffe5f792b66d354b19a108afddfe10a2ba47242cff2fe346835e",
                "md5": "8c3aae6a639d2fdc7d57facb745bedd9",
                "sha256": "67b1b92a9631a4bed03c0a6f0b5eb40cd7b9c96c18d37144097d7563443cf150"
            },
            "downloads": -1,
            "filename": "silx-2.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8c3aae6a639d2fdc7d57facb745bedd9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 13831501,
            "upload_time": "2024-04-19T13:34:00",
            "upload_time_iso_8601": "2024-04-19T13:34:00.319204Z",
            "url": "https://files.pythonhosted.org/packages/61/8c/8df216f7ffe5f792b66d354b19a108afddfe10a2ba47242cff2fe346835e/silx-2.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d0d872690bf966671994aaf04a35b3f153544b28e93451405e1af190a70f5581",
                "md5": "333427ce014424515eef6c386c0ca8da",
                "sha256": "25e511c664061a0609b8feaf01a17d3269fd57b90b208874dbcc6bb73a693972"
            },
            "downloads": -1,
            "filename": "silx-2.1.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "333427ce014424515eef6c386c0ca8da",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 4264261,
            "upload_time": "2024-04-19T13:34:02",
            "upload_time_iso_8601": "2024-04-19T13:34:02.881811Z",
            "url": "https://files.pythonhosted.org/packages/d0/d8/72690bf966671994aaf04a35b3f153544b28e93451405e1af190a70f5581/silx-2.1.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f8fc1e6a843e4ee924a6ebdc72b18283d1c0d74cbf80a4ccf9f53a8e4377e96",
                "md5": "cc72c06b380b35d3c46d18015b6b62a0",
                "sha256": "abacc1bee1099ab2ebf8975e2cfd665cea82e334b02b729f20b057d406a70d1c"
            },
            "downloads": -1,
            "filename": "silx-2.1.0-cp38-cp38-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "cc72c06b380b35d3c46d18015b6b62a0",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 6351211,
            "upload_time": "2024-04-19T13:34:05",
            "upload_time_iso_8601": "2024-04-19T13:34:05.555620Z",
            "url": "https://files.pythonhosted.org/packages/5f/8f/c1e6a843e4ee924a6ebdc72b18283d1c0d74cbf80a4ccf9f53a8e4377e96/silx-2.1.0-cp38-cp38-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e28b89d56c09376be3af39f1a3d1ce26021bcfbf9551fd595832ebbfce6320e3",
                "md5": "069891908ece7e26b88b475c4144e80b",
                "sha256": "faba1c0d0ef7f22e2ed41b09ddcd689420be06a560a5b0e95e29b6ca9111192b"
            },
            "downloads": -1,
            "filename": "silx-2.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "069891908ece7e26b88b475c4144e80b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 13383223,
            "upload_time": "2024-04-19T13:34:07",
            "upload_time_iso_8601": "2024-04-19T13:34:07.760256Z",
            "url": "https://files.pythonhosted.org/packages/e2/8b/89d56c09376be3af39f1a3d1ce26021bcfbf9551fd595832ebbfce6320e3/silx-2.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9439d16d47c1fd4613a743c1915aaf54096575e304a4dc537eff6941cab87201",
                "md5": "1fbcb216431fd0b42fc4686c260efbac",
                "sha256": "2cfbd1b46f9b4b7e7abaa6552a6d1674267690d30327a2e722369e741ab0f158"
            },
            "downloads": -1,
            "filename": "silx-2.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "1fbcb216431fd0b42fc4686c260efbac",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 13877088,
            "upload_time": "2024-04-19T13:34:10",
            "upload_time_iso_8601": "2024-04-19T13:34:10.494695Z",
            "url": "https://files.pythonhosted.org/packages/94/39/d16d47c1fd4613a743c1915aaf54096575e304a4dc537eff6941cab87201/silx-2.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a90e7a2cae5bba7d05f6cdc3ee63fe812c1aa9fc7f37209084a2f3a8d639b7f5",
                "md5": "3b53d88cc4adf8ecaaab3b84bd519388",
                "sha256": "f1ea024d9e2cef28d6473c819277453f053ca1cec9f7fa75b0af57ca9b382d39"
            },
            "downloads": -1,
            "filename": "silx-2.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3b53d88cc4adf8ecaaab3b84bd519388",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 13519071,
            "upload_time": "2024-04-19T13:34:13",
            "upload_time_iso_8601": "2024-04-19T13:34:13.192096Z",
            "url": "https://files.pythonhosted.org/packages/a9/0e/7a2cae5bba7d05f6cdc3ee63fe812c1aa9fc7f37209084a2f3a8d639b7f5/silx-2.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "061b12742cd7c1058f9397ed10087dff0cd022a2880fe5fbe23335b8cda8e540",
                "md5": "37f881fa161dbb0bb346495c6102faf3",
                "sha256": "e0c36c85ed105f62234960d1b7ee899211f1ad5dcdb1747d1bfed3f3bb92e338"
            },
            "downloads": -1,
            "filename": "silx-2.1.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "37f881fa161dbb0bb346495c6102faf3",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 4285353,
            "upload_time": "2024-04-19T13:34:15",
            "upload_time_iso_8601": "2024-04-19T13:34:15.439711Z",
            "url": "https://files.pythonhosted.org/packages/06/1b/12742cd7c1058f9397ed10087dff0cd022a2880fe5fbe23335b8cda8e540/silx-2.1.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1fc5ad4eda2e237fd0f2f953acd6b16a9e770022a5c8fd2a45bebbee73375611",
                "md5": "b1f78969b0fd57c2dcbe89355aa66921",
                "sha256": "7113bebe8464492f77b559246e4be78be035ead0f759c59251ceb418269c1b9f"
            },
            "downloads": -1,
            "filename": "silx-2.1.0-cp39-cp39-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "b1f78969b0fd57c2dcbe89355aa66921",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 6400123,
            "upload_time": "2024-04-19T13:34:17",
            "upload_time_iso_8601": "2024-04-19T13:34:17.625204Z",
            "url": "https://files.pythonhosted.org/packages/1f/c5/ad4eda2e237fd0f2f953acd6b16a9e770022a5c8fd2a45bebbee73375611/silx-2.1.0-cp39-cp39-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b83498e14539f63f8d90db033dca0da20e3c6b7ea704aa5e632be853a37ac947",
                "md5": "3e70e489d4fa4f50837a05f90f9282db",
                "sha256": "1f053a1cb68e1c9ab0e9e77c4430209664dd3e25e8695d58576eaff9561b306f"
            },
            "downloads": -1,
            "filename": "silx-2.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3e70e489d4fa4f50837a05f90f9282db",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 13171992,
            "upload_time": "2024-04-19T13:34:21",
            "upload_time_iso_8601": "2024-04-19T13:34:21.489473Z",
            "url": "https://files.pythonhosted.org/packages/b8/34/98e14539f63f8d90db033dca0da20e3c6b7ea704aa5e632be853a37ac947/silx-2.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9dddc90503fb659bebce713ab3164455fb1dde8fafe6cf878504c76ae717b47",
                "md5": "7c89ea48e03728fb6b03e9fffe3548ee",
                "sha256": "7252414b02f5bd27c5c6a86daffcffa3402431c36803dfc63f336d67aad64952"
            },
            "downloads": -1,
            "filename": "silx-2.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "7c89ea48e03728fb6b03e9fffe3548ee",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 13588535,
            "upload_time": "2024-04-19T13:34:24",
            "upload_time_iso_8601": "2024-04-19T13:34:24.446723Z",
            "url": "https://files.pythonhosted.org/packages/c9/dd/dc90503fb659bebce713ab3164455fb1dde8fafe6cf878504c76ae717b47/silx-2.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9fc32c7ab3a06e6663cb1c320885069bcfe20065d4fddae41193e3bef00222ad",
                "md5": "50b776bd17cd1c08f008a6fcbffa9455",
                "sha256": "1a4bc58de574a88c4f8122214129efde7a7225709d1245031eb05d1226deef37"
            },
            "downloads": -1,
            "filename": "silx-2.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "50b776bd17cd1c08f008a6fcbffa9455",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 13282343,
            "upload_time": "2024-04-19T13:34:26",
            "upload_time_iso_8601": "2024-04-19T13:34:26.996888Z",
            "url": "https://files.pythonhosted.org/packages/9f/c3/2c7ab3a06e6663cb1c320885069bcfe20065d4fddae41193e3bef00222ad/silx-2.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f5324eb2335c75d4474a369c9bad4c43c987b4b1a719b0510b740f187d97c7e",
                "md5": "1adc097dfc8616f790263eee37a2cbbe",
                "sha256": "4df3c7febb4a94d45fee111038304fa77f5663f33989f1e51d62467773fe8d92"
            },
            "downloads": -1,
            "filename": "silx-2.1.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1adc097dfc8616f790263eee37a2cbbe",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 4281164,
            "upload_time": "2024-04-19T13:34:29",
            "upload_time_iso_8601": "2024-04-19T13:34:29.568431Z",
            "url": "https://files.pythonhosted.org/packages/9f/53/24eb2335c75d4474a369c9bad4c43c987b4b1a719b0510b740f187d97c7e/silx-2.1.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d8a77092e04490934a18bb9773ed66a60233b4298c698d4a57879477b974382",
                "md5": "e3959b09e6be2e7c1025699abd890c4b",
                "sha256": "d30d06614426502c76bdd3052b8752837c80fc26374024238459df96c6e3adac"
            },
            "downloads": -1,
            "filename": "silx-2.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e3959b09e6be2e7c1025699abd890c4b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 18873035,
            "upload_time": "2024-04-19T13:34:31",
            "upload_time_iso_8601": "2024-04-19T13:34:31.759679Z",
            "url": "https://files.pythonhosted.org/packages/4d/8a/77092e04490934a18bb9773ed66a60233b4298c698d4a57879477b974382/silx-2.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-19 13:34:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "silx"
}
        
Elapsed time: 0.32773s