silx


Namesilx JSON
Version 2.1.2 PyPI version JSON
download
home_pagehttp://www.silx.org/
SummarySoftware library for X-ray data analysis
upload_time2024-10-23 16:25:53
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/1b/55/f114148c165a37a51cc5c57532efaa90c6a85d5bb1b90b63ab2a970708c5/silx-2.1.2.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.2",
    "project_urls": {
        "Homepage": "http://www.silx.org/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4890ce05e4394fff711ec6c09b3f80851f4ed941b2208365ee5e0ddb59b0cf4",
                "md5": "34fa0f0a4964456fdbac4ae32deafdc4",
                "sha256": "4e43dc57a9cf7085bdd4005ab08d1e2abcdad6004a0c4cafcbab29e1f6005eea"
            },
            "downloads": -1,
            "filename": "silx-2.1.2-cp310-cp310-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "34fa0f0a4964456fdbac4ae32deafdc4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 6373840,
            "upload_time": "2024-10-23T16:24:43",
            "upload_time_iso_8601": "2024-10-23T16:24:43.659437Z",
            "url": "https://files.pythonhosted.org/packages/c4/89/0ce05e4394fff711ec6c09b3f80851f4ed941b2208365ee5e0ddb59b0cf4/silx-2.1.2-cp310-cp310-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "245fe45fec54d71ff861d7014caeb3e014843c8a69cf0932bd9862824058354e",
                "md5": "72468188d08af3d450119d112477f1a4",
                "sha256": "514bb44c9ff6ba7ec263cf910b6a997353915e36b302b834969228a82e33679b"
            },
            "downloads": -1,
            "filename": "silx-2.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "72468188d08af3d450119d112477f1a4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 13150722,
            "upload_time": "2024-10-23T16:24:46",
            "upload_time_iso_8601": "2024-10-23T16:24:46.148261Z",
            "url": "https://files.pythonhosted.org/packages/24/5f/e45fec54d71ff861d7014caeb3e014843c8a69cf0932bd9862824058354e/silx-2.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "561210667ed30da1d68d682d6878cbbd297ff5986cec1424501a680f5e5f5072",
                "md5": "77b75e354d3c2c4229f8dde4e160168e",
                "sha256": "5c7f89dfd678f44c9e7c0da55a4452687646bb404a9019a90f1b9e0e1670da6d"
            },
            "downloads": -1,
            "filename": "silx-2.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "77b75e354d3c2c4229f8dde4e160168e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 13549904,
            "upload_time": "2024-10-23T16:24:48",
            "upload_time_iso_8601": "2024-10-23T16:24:48.953908Z",
            "url": "https://files.pythonhosted.org/packages/56/12/10667ed30da1d68d682d6878cbbd297ff5986cec1424501a680f5e5f5072/silx-2.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0cf769260e7ae1a4c97e86bbe71165e3dae8714c147d984a16dda83475f60e9c",
                "md5": "746b5b6239a095cfcd4da791f4a11849",
                "sha256": "8ac2772da4e492666d1023de31fc4a33cb110bd8a992e56caa0b54d3e4b796be"
            },
            "downloads": -1,
            "filename": "silx-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "746b5b6239a095cfcd4da791f4a11849",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 13262800,
            "upload_time": "2024-10-23T16:24:52",
            "upload_time_iso_8601": "2024-10-23T16:24:52.210928Z",
            "url": "https://files.pythonhosted.org/packages/0c/f7/69260e7ae1a4c97e86bbe71165e3dae8714c147d984a16dda83475f60e9c/silx-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "823825d9aa8e0be3841237e3adaaa0d605ba43a7abcf7a9da58cb72cf480e588",
                "md5": "fccf849fb8fd7449ea32166af914d108",
                "sha256": "0cee6da1c70578708f9b0ea6b1f25576a7c9d3b5ed934fcdcaa4a4d2ca265f5d"
            },
            "downloads": -1,
            "filename": "silx-2.1.2-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "fccf849fb8fd7449ea32166af914d108",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 4274875,
            "upload_time": "2024-10-23T16:24:55",
            "upload_time_iso_8601": "2024-10-23T16:24:55.194228Z",
            "url": "https://files.pythonhosted.org/packages/82/38/25d9aa8e0be3841237e3adaaa0d605ba43a7abcf7a9da58cb72cf480e588/silx-2.1.2-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd1d64878c4d9a9b645c7949af3230c8a38d4c63f0b133c9d4098d23c0f9afcc",
                "md5": "eefeadeab294d0316295ac261614ac5a",
                "sha256": "3b976134865980f934c12c0a822307affb7c2ecd397e6821f68086fcd6e84533"
            },
            "downloads": -1,
            "filename": "silx-2.1.2-cp311-cp311-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "eefeadeab294d0316295ac261614ac5a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 6376926,
            "upload_time": "2024-10-23T16:24:57",
            "upload_time_iso_8601": "2024-10-23T16:24:57.048494Z",
            "url": "https://files.pythonhosted.org/packages/cd/1d/64878c4d9a9b645c7949af3230c8a38d4c63f0b133c9d4098d23c0f9afcc/silx-2.1.2-cp311-cp311-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f7625165e80d40a8b7d20683da06a1337def70f7b123beef546960d1ce2d0124",
                "md5": "e57e95f514694364bfd015f14097d8ad",
                "sha256": "f42d81b7c3b5ada7117e39f736a020adb91572a6a350eeeaa368b4890410f932"
            },
            "downloads": -1,
            "filename": "silx-2.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e57e95f514694364bfd015f14097d8ad",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 13850339,
            "upload_time": "2024-10-23T16:25:00",
            "upload_time_iso_8601": "2024-10-23T16:25:00.511619Z",
            "url": "https://files.pythonhosted.org/packages/f7/62/5165e80d40a8b7d20683da06a1337def70f7b123beef546960d1ce2d0124/silx-2.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2cfee3a7a87f9d157114b917f6f07417205cd0a9c5c263e98a434a2eba4b6251",
                "md5": "4a7a5af6ad354d40c88502950014b5a1",
                "sha256": "990872cf428a5605b12929a7275f536dee576b642aa04688e09df42152bb7b86"
            },
            "downloads": -1,
            "filename": "silx-2.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "4a7a5af6ad354d40c88502950014b5a1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 14307862,
            "upload_time": "2024-10-23T16:25:03",
            "upload_time_iso_8601": "2024-10-23T16:25:03.946365Z",
            "url": "https://files.pythonhosted.org/packages/2c/fe/e3a7a87f9d157114b917f6f07417205cd0a9c5c263e98a434a2eba4b6251/silx-2.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "341b10ebce1dd0d4e993f0fb945d580b5d07089f4aafbfe6d04b48e43b545320",
                "md5": "628f518fb8d8ef45fec281b728236b58",
                "sha256": "46cc28f905780859c5025233faae3b49d065dc3f68b28eb79a2e7fafc45387ec"
            },
            "downloads": -1,
            "filename": "silx-2.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "628f518fb8d8ef45fec281b728236b58",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 13959778,
            "upload_time": "2024-10-23T16:25:07",
            "upload_time_iso_8601": "2024-10-23T16:25:07.183365Z",
            "url": "https://files.pythonhosted.org/packages/34/1b/10ebce1dd0d4e993f0fb945d580b5d07089f4aafbfe6d04b48e43b545320/silx-2.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "404b05bde9a5380377d597345d4f99607ded9ecbd0968dc9bef3360979fedcf0",
                "md5": "d00335e70fce7b65c144a4c7763bfe69",
                "sha256": "7ed1ddd1503ba726ed15e80241e389f608c9515ad9c3f8136ed2dd57f26af1ce"
            },
            "downloads": -1,
            "filename": "silx-2.1.2-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d00335e70fce7b65c144a4c7763bfe69",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 4277058,
            "upload_time": "2024-10-23T16:25:09",
            "upload_time_iso_8601": "2024-10-23T16:25:09.965714Z",
            "url": "https://files.pythonhosted.org/packages/40/4b/05bde9a5380377d597345d4f99607ded9ecbd0968dc9bef3360979fedcf0/silx-2.1.2-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ccbb89ab1e700acdfa5f1206d15abefe187cad25c28776f1a620d3eae47c8b2f",
                "md5": "4189bfbbd279751244121b0275d942f4",
                "sha256": "8287a4814964c54bfc924aca6266675a2448c190467234e6416ff3d5f9ba88c8"
            },
            "downloads": -1,
            "filename": "silx-2.1.2-cp312-cp312-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "4189bfbbd279751244121b0275d942f4",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 6328761,
            "upload_time": "2024-10-23T16:25:12",
            "upload_time_iso_8601": "2024-10-23T16:25:12.110128Z",
            "url": "https://files.pythonhosted.org/packages/cc/bb/89ab1e700acdfa5f1206d15abefe187cad25c28776f1a620d3eae47c8b2f/silx-2.1.2-cp312-cp312-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9857be13d616679e0bef5f23dfa347812ba6b9177d68d5f63325e8f8d62a07f7",
                "md5": "92d429d4b0713f13573e85fdfff1a8a5",
                "sha256": "f8b0dd0793b73584d028aa86829badedc881a521812b32db341a50f2b7905570"
            },
            "downloads": -1,
            "filename": "silx-2.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "92d429d4b0713f13573e85fdfff1a8a5",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 13685524,
            "upload_time": "2024-10-23T16:25:14",
            "upload_time_iso_8601": "2024-10-23T16:25:14.050659Z",
            "url": "https://files.pythonhosted.org/packages/98/57/be13d616679e0bef5f23dfa347812ba6b9177d68d5f63325e8f8d62a07f7/silx-2.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a42071f3b4ff948b11e3fd3995696374d68ff889cf3e65ea9e04bcb9f1b1ddf",
                "md5": "4410e8b9b85da75e3853e19f6aca7015",
                "sha256": "0268202dddf0b422c6ca0c0000c8a71bf911e564ceb1ffb6a64916e67a525130"
            },
            "downloads": -1,
            "filename": "silx-2.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "4410e8b9b85da75e3853e19f6aca7015",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 14108638,
            "upload_time": "2024-10-23T16:25:16",
            "upload_time_iso_8601": "2024-10-23T16:25:16.541005Z",
            "url": "https://files.pythonhosted.org/packages/4a/42/071f3b4ff948b11e3fd3995696374d68ff889cf3e65ea9e04bcb9f1b1ddf/silx-2.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "186b9ced7e984f041eb7770a57f3a4cee3938b46eee258dad6369d36c99d400e",
                "md5": "1b3cb48abc0ff59cbd8438f0a4e59f2f",
                "sha256": "b9759241a9d3ee99dfbe3c46b182e06702424a4a8b9ee0ace8082920f8a584ac"
            },
            "downloads": -1,
            "filename": "silx-2.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1b3cb48abc0ff59cbd8438f0a4e59f2f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 13831238,
            "upload_time": "2024-10-23T16:25:19",
            "upload_time_iso_8601": "2024-10-23T16:25:19.558167Z",
            "url": "https://files.pythonhosted.org/packages/18/6b/9ced7e984f041eb7770a57f3a4cee3938b46eee258dad6369d36c99d400e/silx-2.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2fdbfafe169ea10dc9ff84a56d60b7af25be05f1c3a576591fe25c5df3496bb9",
                "md5": "665ddfec305188c299093eb9cffc83f5",
                "sha256": "5b298648b4975b18ef77326db157b6917bf9b3cdaa867990c33b637b59f13cea"
            },
            "downloads": -1,
            "filename": "silx-2.1.2-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "665ddfec305188c299093eb9cffc83f5",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 4265510,
            "upload_time": "2024-10-23T16:25:22",
            "upload_time_iso_8601": "2024-10-23T16:25:22.890034Z",
            "url": "https://files.pythonhosted.org/packages/2f/db/fafe169ea10dc9ff84a56d60b7af25be05f1c3a576591fe25c5df3496bb9/silx-2.1.2-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "03ce0032e78c20571bdd271ee11265ef3db432b7e2ecb6393175b9d160a95880",
                "md5": "920178a443f893dbed10a8d1884afe04",
                "sha256": "54090ee0b6effcccd7e580c9646d7bd59846303bff287f2ffb747d093592cefc"
            },
            "downloads": -1,
            "filename": "silx-2.1.2-cp38-cp38-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "920178a443f893dbed10a8d1884afe04",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 6345111,
            "upload_time": "2024-10-23T16:25:24",
            "upload_time_iso_8601": "2024-10-23T16:25:24.576996Z",
            "url": "https://files.pythonhosted.org/packages/03/ce/0032e78c20571bdd271ee11265ef3db432b7e2ecb6393175b9d160a95880/silx-2.1.2-cp38-cp38-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1fc629533cd2ff5309e1c4ae403e5a62992860f5cceac63227634573813981a4",
                "md5": "3dccfdafa14f3b60afa0aef069f27d13",
                "sha256": "8af0869324f3c94bda5de38efe12e337d84985e07815b9b6fec6c6dd5e99c26a"
            },
            "downloads": -1,
            "filename": "silx-2.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3dccfdafa14f3b60afa0aef069f27d13",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 13394889,
            "upload_time": "2024-10-23T16:25:27",
            "upload_time_iso_8601": "2024-10-23T16:25:27.490934Z",
            "url": "https://files.pythonhosted.org/packages/1f/c6/29533cd2ff5309e1c4ae403e5a62992860f5cceac63227634573813981a4/silx-2.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "454256b05280a064c405ec3d0be1351d0469bf4215c63f8bb09ca7929620193d",
                "md5": "907d80acd97a070b407fc35719bb3812",
                "sha256": "93b294ef27b750dd049e591f159213b1404641b0aacc62bcbb6142780a490658"
            },
            "downloads": -1,
            "filename": "silx-2.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "907d80acd97a070b407fc35719bb3812",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 13870052,
            "upload_time": "2024-10-23T16:25:30",
            "upload_time_iso_8601": "2024-10-23T16:25:30.664327Z",
            "url": "https://files.pythonhosted.org/packages/45/42/56b05280a064c405ec3d0be1351d0469bf4215c63f8bb09ca7929620193d/silx-2.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c624c400d9d9ba8e57f2532d67a3730acc747a63f23e69b9eca930e8c99df18",
                "md5": "a45e898f38858d4b340b42af94a856c6",
                "sha256": "271072f009304f244a6a7dcca608ddf4c49a1cc6ac22e1e11bb95ff4f85a4a26"
            },
            "downloads": -1,
            "filename": "silx-2.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a45e898f38858d4b340b42af94a856c6",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 13507407,
            "upload_time": "2024-10-23T16:25:34",
            "upload_time_iso_8601": "2024-10-23T16:25:34.032609Z",
            "url": "https://files.pythonhosted.org/packages/0c/62/4c400d9d9ba8e57f2532d67a3730acc747a63f23e69b9eca930e8c99df18/silx-2.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf85d2a9678bcc00495869babb3a40583ff3c795155fec0fb18c442b0ab6784e",
                "md5": "ee2218e51b998b306eabe7bd8dfa6e38",
                "sha256": "50d74e619a7240b4f29985e42714825e0695ec839efa527ec578077b1ed4bfe3"
            },
            "downloads": -1,
            "filename": "silx-2.1.2-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ee2218e51b998b306eabe7bd8dfa6e38",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 4285473,
            "upload_time": "2024-10-23T16:25:37",
            "upload_time_iso_8601": "2024-10-23T16:25:37.254606Z",
            "url": "https://files.pythonhosted.org/packages/cf/85/d2a9678bcc00495869babb3a40583ff3c795155fec0fb18c442b0ab6784e/silx-2.1.2-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a995b10da0e68905e7c93ee2d20c072e883fc4662c3a7e291c277964a02846c7",
                "md5": "7fe4c4b991ef84ac52d617f63a488665",
                "sha256": "f555fdd10d3d9c3ecf40b2d32b4fa0f1e66af6d7c79a09558de6601b9878a45e"
            },
            "downloads": -1,
            "filename": "silx-2.1.2-cp39-cp39-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "7fe4c4b991ef84ac52d617f63a488665",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 6389531,
            "upload_time": "2024-10-23T16:25:39",
            "upload_time_iso_8601": "2024-10-23T16:25:39.934825Z",
            "url": "https://files.pythonhosted.org/packages/a9/95/b10da0e68905e7c93ee2d20c072e883fc4662c3a7e291c277964a02846c7/silx-2.1.2-cp39-cp39-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1231dabaf0edfcfea60ca89067b76e3258bfc2ed46bf5ee07fa8c80ad805aec7",
                "md5": "7e2d3387c5dc82323fe28a4732adce18",
                "sha256": "b17f4e2b017ca12ef5d1b3297fbf8f440cf0c6fc072218912b1ead1ec7b93ae3"
            },
            "downloads": -1,
            "filename": "silx-2.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7e2d3387c5dc82323fe28a4732adce18",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 13170625,
            "upload_time": "2024-10-23T16:25:42",
            "upload_time_iso_8601": "2024-10-23T16:25:42.638981Z",
            "url": "https://files.pythonhosted.org/packages/12/31/dabaf0edfcfea60ca89067b76e3258bfc2ed46bf5ee07fa8c80ad805aec7/silx-2.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df1152db0423c045a9acecb2f53d98f6d811159cdb8218db3dccae925306c316",
                "md5": "03eaf56500e600e72a23d2ec782e64c0",
                "sha256": "f6c96262716018ef7145e536dfde18fca5f316d33c4026d20f8dc76f0378f2c8"
            },
            "downloads": -1,
            "filename": "silx-2.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "03eaf56500e600e72a23d2ec782e64c0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 13579499,
            "upload_time": "2024-10-23T16:25:45",
            "upload_time_iso_8601": "2024-10-23T16:25:45.352198Z",
            "url": "https://files.pythonhosted.org/packages/df/11/52db0423c045a9acecb2f53d98f6d811159cdb8218db3dccae925306c316/silx-2.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c41e63c3449785f67e54ffb46011e0fded7081bd981cd603c1769e8921f69a6",
                "md5": "ae90d57f5faf3c26b7443a96b6d5ca86",
                "sha256": "e599568258005a034c182d01c0e689ea4b953e41e26b67a6c7f57894ae7eb152"
            },
            "downloads": -1,
            "filename": "silx-2.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ae90d57f5faf3c26b7443a96b6d5ca86",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 13283529,
            "upload_time": "2024-10-23T16:25:48",
            "upload_time_iso_8601": "2024-10-23T16:25:48.034343Z",
            "url": "https://files.pythonhosted.org/packages/8c/41/e63c3449785f67e54ffb46011e0fded7081bd981cd603c1769e8921f69a6/silx-2.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "78289120f2e107b57ab2392ab28b9746f57f3ebbfe3608edbf79ce3e00904263",
                "md5": "7b13888ad9bd30bba6bbf5766b5493b4",
                "sha256": "0495029c0d09c5e09d570be2a458240ec1dbd3c31502637d5237c520f498f9be"
            },
            "downloads": -1,
            "filename": "silx-2.1.2-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7b13888ad9bd30bba6bbf5766b5493b4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 4281569,
            "upload_time": "2024-10-23T16:25:51",
            "upload_time_iso_8601": "2024-10-23T16:25:51.237412Z",
            "url": "https://files.pythonhosted.org/packages/78/28/9120f2e107b57ab2392ab28b9746f57f3ebbfe3608edbf79ce3e00904263/silx-2.1.2-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b55f114148c165a37a51cc5c57532efaa90c6a85d5bb1b90b63ab2a970708c5",
                "md5": "9ff8b2dd420895a9ebb5391758a0abeb",
                "sha256": "51ea7f0641f79e01836cf315a6d69beb848a05b386a9ad2a6b35284f8ee276a5"
            },
            "downloads": -1,
            "filename": "silx-2.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "9ff8b2dd420895a9ebb5391758a0abeb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 18874858,
            "upload_time": "2024-10-23T16:25:53",
            "upload_time_iso_8601": "2024-10-23T16:25:53.951104Z",
            "url": "https://files.pythonhosted.org/packages/1b/55/f114148c165a37a51cc5c57532efaa90c6a85d5bb1b90b63ab2a970708c5/silx-2.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-23 16:25:53",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "silx"
}
        
Elapsed time: 5.54501s