fabio


Namefabio JSON
Version 2024.4.0 PyPI version JSON
download
home_pagehttp://www.silx.org
SummaryFabIO is an I/O library for images produced by 2D X-ray detectors and written in Python
upload_time2024-04-12 08:50:16
maintainerNone
docs_urlhttps://pythonhosted.org/fabio/
authorErik Knudsen, Regis Perdreau, Gael Goret, Brian Pauw
requires_python>=3.7
licenseFormat: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: fabio Upstream-Contact: Jérôme Kieffer <kieffer@esrf.eu> Source: https://github.com/silx-kit/fabio/releases/tag/v0.10.0 Files-Excluded: third_party Files: * Copyright: 2007-2009 Henning O. Sorensen & Erik Knudsen Center for Fundamental Research: Metal Structures in Four Dimensions Risoe National Laboratory Frederiksborgvej 399 DK-4000 Roskilde email:erik.knudsen@risoe.dk 2009-2016 Jonathan P. Wright, Jerome Kieffer and Gael Goret European Synchrotron Radiation Facility 6 rue Jules Horowitz 38000 Grenoble, France License: MIT Files: debian/* Copyright: 2011 Jerome Kieffer <jerome.kieffer@esrf.fr> 2013-2014 Picca Frederic-Emmanuel <picca@debian.org> License: GPL-2.0+ Files: fabio/raxisimage.py Copyright: 2013-2014 Brian R. Pauw <brian@stack.nl> License: MIT Files: fabio/mpaimage.py Copyright: 2017 Jesse Hopkins (CHESS, USA) License: MIT Files: fabio/ext/src/ccp4_pack.c fabio/ext/inlcude/ccp4_pack.h Copyright: 1995 Jan Pieter Abrahams MRC Cambridge (UK) 2007-2009 Henning O. Sorensen & Erik Knudsen Risoe National Laboratory (DK) 2012-2016 European Synchrotron Radiation Facility (FR) License: LGPL-3.0+ Files: fabio/speimage fabio/test/testspeimage Copyright: 2016 University Köln, Germany License: MIT Files: src/stdint.h Copyright: 2006-2008 Alexander Chemeris License: BSD-3 License: GPL-2.0+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/> . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". License: GPL-3.0+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/> . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". License: LGPL-3.0+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/> . On Debian systems, the complete text of the GNU Lesser General Public License version 3 can be found in "/usr/share/common-licenses/LGPL-3". License: BSD-3 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. The name of the author may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. License: MIT 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 No coveralls.
            FabIO: Fable Input/Output library
=================================

Main websites:

 * https://github.com/silx-kit/fabio
 * http://fable.sf.net (historical)


|Build Status| |Appveyor Status|

----

FabIO is an I/O library for images produced by 2D X-ray detectors and written in Python.
FabIO support images detectors from a dozen of companies (including Mar, Dectris, ADSC, Hamamatsu, Oxford, ...),
for a total of 30 different file formats (like CBF, EDF, TIFF, ...) and offers an unified interface to their
headers (as a Python dictionary) and datasets (as a numpy ndarray of integers or floats)


.. contents::
    :depth: 1

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

FabIO is available from `PyPI <https://pypi.python.org/pypi/fabio>`_:

``pip install fabio``


`Debian/Ubuntu packages <http://www.silx.org/pub/debian/binary/>`_, and
`wheels <http://www.silx.org/pub/wheelhouse/>`_ are available
for Windows, Linux and MacOSX from the silx repository. 

See the `installation instructions <http://www.silx.org/doc/fabio/latest/install.html>`_ for more information.

Usage
-----

Open an image
.............

  >>> import fabio
  >>> obj = fabio.open("mydata0000.edf")
  >>> obj.data.shape
  (2048, 2048)
  >>> obj.header["Omega"]
  23.5
  >>> obj.data
  array([...])

Save an image (ex: EDF)
.......................

  >>> import fabio
  >>> obj = fabio.edfimage.EdfImage(data=[...])
  >>> obj.write("mydata0000.edf")


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

See the `latest release documentation <http://www.silx.org/doc/fabio/latest/>`_ for further details.

Documentation of previous versions are available on `silx <http://www.silx.org/doc/fabio/>`_.

Changelog
---------

See http://www.silx.org/doc/fabio/latest/Changelog.html


Citation
--------

The general philosophy of the library is described in:
`FabIO: easy access to two-dimensional X-ray detector images in Python; E. B. Knudsen, H. O. Sørensen, J. P. Wright, G. Goret and J. Kieffer Journal of Applied Crystallography, Volume 46, Part 2, pages 537-539. <http://dx.doi.org/10.1107/S0021889813000150>`_

Transparent handling of compressed files
----------------------------------------

For FabIO to handle gzip and bzip2 compressed files transparently, ``bzip`` and ``gzip`` modules must be present when installing/building Python (e.g. ``libbz2-dev`` package for Ubuntu).

Benchmarking details have been collected at http://www.silx.org/doc/fabio/latest/performances.html.



Supported file formats
----------------------

* ADSC:

  + AdscImage

* Bruker:

  + BrukerImage
  + Bruker100Image
  + KcdImage: Nonius KappaCCD diffractometer

* D3M

  + D3mImage

* Dectris:

  + CbfImage (implements a fast byte offset de/compression scheme in python/cython)
  + PilatusImage (fileformat derived from Tiff)
  + EigerImage (derived from HDF5/NeXus format, depends on `h5py`)

* ESRF:

  + EdfImage: The ESRF data Format
  + XsdImage: XML serialized image from EDNA
  + Fit2dImage: Fit2d binary format
  + Fit2dmaskImage: Fit2d Mask format
  + Fit2dSpreadsheetImage: Fit2d ascii tables (spread-sheet)
  + LimaImage: image stacks written by the LImA aquisition system
  + SparseImage: single crystal diffractions images written by pyFAI

* General Electrics 

  + GEimage (including support for variant used at APS) 

* Hamamatsu

  + HiPiCImage

* HDF5: generic format for stack of images based on h5py

  + Hdf5Image
  + EigerImage
  + LimaImage
  + SparseImage

* JPEG image format:
  
  + JPEG using PIL
  + JPEG 2000 using Glymur 
  
* Mar Research:

  + MarccdImage (fileformat derived from Tiff)
  + Mar345Image imaging plate with PCK compression

* MPA multiwire 

  +	MpaImage

* Medical Research Council file format for 3D electron density and 2D images

  + MrcImage

* Nonius -> now owned by Bruker
  
  + KcdImage 

* Numpy: generic reader for 2D arrays saved

  + NumpyImage 

* Oxford Diffraction Sapphire 3

  + OXDimage uncompressed or with TY1 or TY5 compression scheme
  + Esperanto format (with bitfield compression)

* Pixirad Imaging

  + PixiImage
   
* PNM

  + PnmImage

* Princeton Instrument SPE

  + SpeImage

* Raw Binary without compression

* Rigaku

  + RaxisImage
  + DtrekImage
  
* Tiff

  + TifImage using either:
  	- Pillow (external dependency)
  	- TiffIO taken from PyMca



Design Specifications
---------------------

Name: 
.....

FabIO = Fable Input/Output

Idea:
.....

Have a base class for all our 2D diffraction greyscale images.
This consists of a 2D array (numpy ndarray)
and a python dictionary (actually an ordered dict) of header information in (string key, string value) pairs.

Class FabioImage
................

Needs a name which will not to be confused with an RGB color image.

Class attributes, often exposed as properties:

* data   					-> 2D array
* header 					-> ordered dictionary
* rows, columns, dim1, dim2 -> data.shape (propertiy)
* header_keys               -> property for list(header.keys()), formerly used to retain the order of the header
* bytecode                 	-> data.typecode() (property)
* m, minval, maxval, stddev	-> image statistics, could add others, eg roi[slice]

Class methods (functions):

* integrate_area()      -> return sum(self.data) within slice
* rebin(fact)           -> rebins data, adjusts dims
* toPIL16()             -> returns a PILimage
* getheader()           -> returns self.header
* resetvals()           -> resets the statistics
* getmean()             -> (computes) returns self.m
* getmin()              -> (computes) returns self.minval
* getmax()              -> (computes) returns self.maxval
* getstddev()           -> (computes) returns self.stddev
* read()        		-> read image from file [or stream, or shared memory]
* write()       		-> write image to file  [or stream, or shared memory]
* readheader()          -> read only the header [much faster for scanning files]

Each individual file format would then inherit all the functionality of this class and just make new read and write methods.

There are also fileseries related methods (next(), previous(), ...) which returns a FabioImage instance of the next/previous frame in a fileserie

Other feature:

* possibility for using on-the-fly external compression - i.e. if files are
  stored as something as .gz, .bz2 etc could decompress them, using an external
  compression mechanism (if available). 



.. |Build Status| image:: https://travis-ci.org/silx-kit/fabio.svg?branch=master
   :target: https://travis-ci.org/silx-kit/fabio
.. |Appveyor Status| image:: https://ci.appveyor.com/api/projects/status/4k6lol1vq30qhf66/branch/master?svg=true
   :target: https://ci.appveyor.com/project/ESRF/fabio/branch/master

            

Raw data

            {
    "_id": null,
    "home_page": "http://www.silx.org",
    "name": "fabio",
    "maintainer": null,
    "docs_url": "https://pythonhosted.org/fabio/",
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Erik Knudsen, Regis Perdreau, Gael Goret, Brian Pauw",
    "author_email": "Henning Sorensen <osho@fysik.dtu.dk>, Jonathan P. Wright <wright@esrf.fr>, J\u00e9r\u00f4me Kieffer <jerome.kieffer@esrf.fr>, Valentin Valls <valentin.valls@esrf.fr>",
    "download_url": "https://files.pythonhosted.org/packages/43/f2/ee04c129bd0f247d50c58bbc0f78c8fb1e83828a8bc0870d10fe57a71b28/fabio-2024.4.0.tar.gz",
    "platform": null,
    "description": "FabIO: Fable Input/Output library\n=================================\n\nMain websites:\n\n * https://github.com/silx-kit/fabio\n * http://fable.sf.net (historical)\n\n\n|Build Status| |Appveyor Status|\n\n----\n\nFabIO is an I/O library for images produced by 2D X-ray detectors and written in Python.\nFabIO support images detectors from a dozen of companies (including Mar, Dectris, ADSC, Hamamatsu, Oxford, ...),\nfor a total of 30 different file formats (like CBF, EDF, TIFF, ...) and offers an unified interface to their\nheaders (as a Python dictionary) and datasets (as a numpy ndarray of integers or floats)\n\n\n.. contents::\n    :depth: 1\n\nInstallation\n------------\n\nFabIO is available from `PyPI <https://pypi.python.org/pypi/fabio>`_:\n\n``pip install fabio``\n\n\n`Debian/Ubuntu packages <http://www.silx.org/pub/debian/binary/>`_, and\n`wheels <http://www.silx.org/pub/wheelhouse/>`_ are available\nfor Windows, Linux and MacOSX from the silx repository. \n\nSee the `installation instructions <http://www.silx.org/doc/fabio/latest/install.html>`_ for more information.\n\nUsage\n-----\n\nOpen an image\n.............\n\n  >>> import fabio\n  >>> obj = fabio.open(\"mydata0000.edf\")\n  >>> obj.data.shape\n  (2048, 2048)\n  >>> obj.header[\"Omega\"]\n  23.5\n  >>> obj.data\n  array([...])\n\nSave an image (ex: EDF)\n.......................\n\n  >>> import fabio\n  >>> obj = fabio.edfimage.EdfImage(data=[...])\n  >>> obj.write(\"mydata0000.edf\")\n\n\nDocumentation\n-------------\n\nSee the `latest release documentation <http://www.silx.org/doc/fabio/latest/>`_ for further details.\n\nDocumentation of previous versions are available on `silx <http://www.silx.org/doc/fabio/>`_.\n\nChangelog\n---------\n\nSee http://www.silx.org/doc/fabio/latest/Changelog.html\n\n\nCitation\n--------\n\nThe general philosophy of the library is described in:\n`FabIO: easy access to two-dimensional X-ray detector images in Python; E. B. Knudsen, H. O. S\u00f8rensen, J. P. Wright, G. Goret and J. Kieffer Journal of Applied Crystallography, Volume 46, Part 2, pages 537-539. <http://dx.doi.org/10.1107/S0021889813000150>`_\n\nTransparent handling of compressed files\n----------------------------------------\n\nFor FabIO to handle gzip and bzip2 compressed files transparently, ``bzip`` and ``gzip`` modules must be present when installing/building Python (e.g. ``libbz2-dev`` package for Ubuntu).\n\nBenchmarking details have been collected at http://www.silx.org/doc/fabio/latest/performances.html.\n\n\n\nSupported file formats\n----------------------\n\n* ADSC:\n\n  + AdscImage\n\n* Bruker:\n\n  + BrukerImage\n  + Bruker100Image\n  + KcdImage: Nonius KappaCCD diffractometer\n\n* D3M\n\n  + D3mImage\n\n* Dectris:\n\n  + CbfImage (implements a fast byte offset de/compression scheme in python/cython)\n  + PilatusImage (fileformat derived from Tiff)\n  + EigerImage (derived from HDF5/NeXus format, depends on `h5py`)\n\n* ESRF:\n\n  + EdfImage: The ESRF data Format\n  + XsdImage: XML serialized image from EDNA\n  + Fit2dImage: Fit2d binary format\n  + Fit2dmaskImage: Fit2d Mask format\n  + Fit2dSpreadsheetImage: Fit2d ascii tables (spread-sheet)\n  + LimaImage: image stacks written by the LImA aquisition system\n  + SparseImage: single crystal diffractions images written by pyFAI\n\n* General Electrics \n\n  + GEimage (including support for variant used at APS) \n\n* Hamamatsu\n\n  + HiPiCImage\n\n* HDF5: generic format for stack of images based on h5py\n\n  + Hdf5Image\n  + EigerImage\n  + LimaImage\n  + SparseImage\n\n* JPEG image format:\n  \n  + JPEG using PIL\n  + JPEG 2000 using Glymur \n  \n* Mar Research:\n\n  + MarccdImage (fileformat derived from Tiff)\n  + Mar345Image imaging plate with PCK compression\n\n* MPA multiwire \n\n  +\tMpaImage\n\n* Medical Research Council file format for 3D electron density and 2D images\n\n  + MrcImage\n\n* Nonius -> now owned by Bruker\n  \n  + KcdImage \n\n* Numpy: generic reader for 2D arrays saved\n\n  + NumpyImage \n\n* Oxford Diffraction Sapphire 3\n\n  + OXDimage uncompressed or with TY1 or TY5 compression scheme\n  + Esperanto format (with bitfield compression)\n\n* Pixirad Imaging\n\n  + PixiImage\n   \n* PNM\n\n  + PnmImage\n\n* Princeton Instrument SPE\n\n  + SpeImage\n\n* Raw Binary without compression\n\n* Rigaku\n\n  + RaxisImage\n  + DtrekImage\n  \n* Tiff\n\n  + TifImage using either:\n  \t- Pillow (external dependency)\n  \t- TiffIO taken from PyMca\n\n\n\nDesign Specifications\n---------------------\n\nName: \n.....\n\nFabIO = Fable Input/Output\n\nIdea:\n.....\n\nHave a base class for all our 2D diffraction greyscale images.\nThis consists of a 2D array (numpy ndarray)\nand a python dictionary (actually an ordered dict) of header information in (string key, string value) pairs.\n\nClass FabioImage\n................\n\nNeeds a name which will not to be confused with an RGB color image.\n\nClass attributes, often exposed as properties:\n\n* data   \t\t\t\t\t-> 2D array\n* header \t\t\t\t\t-> ordered dictionary\n* rows, columns, dim1, dim2 -> data.shape (propertiy)\n* header_keys               -> property for list(header.keys()), formerly used to retain the order of the header\n* bytecode                 \t-> data.typecode() (property)\n* m, minval, maxval, stddev\t-> image statistics, could add others, eg roi[slice]\n\nClass methods (functions):\n\n* integrate_area()      -> return sum(self.data) within slice\n* rebin(fact)           -> rebins data, adjusts dims\n* toPIL16()             -> returns a PILimage\n* getheader()           -> returns self.header\n* resetvals()           -> resets the statistics\n* getmean()             -> (computes) returns self.m\n* getmin()              -> (computes) returns self.minval\n* getmax()              -> (computes) returns self.maxval\n* getstddev()           -> (computes) returns self.stddev\n* read()        \t\t-> read image from file [or stream, or shared memory]\n* write()       \t\t-> write image to file  [or stream, or shared memory]\n* readheader()          -> read only the header [much faster for scanning files]\n\nEach individual file format would then inherit all the functionality of this class and just make new read and write methods.\n\nThere are also fileseries related methods (next(), previous(), ...) which returns a FabioImage instance of the next/previous frame in a fileserie\n\nOther feature:\n\n* possibility for using on-the-fly external compression - i.e. if files are\n  stored as something as .gz, .bz2 etc could decompress them, using an external\n  compression mechanism (if available). \n\n\n\n.. |Build Status| image:: https://travis-ci.org/silx-kit/fabio.svg?branch=master\n   :target: https://travis-ci.org/silx-kit/fabio\n.. |Appveyor Status| image:: https://ci.appveyor.com/api/projects/status/4k6lol1vq30qhf66/branch/master?svg=true\n   :target: https://ci.appveyor.com/project/ESRF/fabio/branch/master\n",
    "bugtrack_url": null,
    "license": "Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: fabio Upstream-Contact: J\u00e9r\u00f4me Kieffer <kieffer@esrf.eu> Source: https://github.com/silx-kit/fabio/releases/tag/v0.10.0 Files-Excluded: third_party  Files: * Copyright: 2007-2009 Henning O. Sorensen & Erik Knudsen Center for Fundamental Research: Metal Structures in Four Dimensions Risoe National Laboratory Frederiksborgvej 399 DK-4000 Roskilde email:erik.knudsen@risoe.dk 2009-2016 Jonathan P. Wright, Jerome Kieffer and Gael Goret European Synchrotron Radiation Facility 6 rue Jules Horowitz 38000 Grenoble, France License: MIT  Files: debian/* Copyright: 2011 Jerome Kieffer <jerome.kieffer@esrf.fr> 2013-2014 Picca Frederic-Emmanuel <picca@debian.org> License: GPL-2.0+  Files: fabio/raxisimage.py Copyright: 2013-2014 Brian R. Pauw <brian@stack.nl> License: MIT  Files: fabio/mpaimage.py Copyright: 2017 Jesse Hopkins (CHESS, USA) License: MIT  Files: fabio/ext/src/ccp4_pack.c fabio/ext/inlcude/ccp4_pack.h Copyright: 1995 Jan Pieter Abrahams MRC Cambridge (UK) 2007-2009 Henning O. Sorensen & Erik Knudsen Risoe National Laboratory (DK) 2012-2016 European Synchrotron Radiation Facility (FR) License: LGPL-3.0+  Files: fabio/speimage fabio/test/testspeimage Copyright: 2016 University K\u00f6ln, Germany License: MIT  Files: src/stdint.h Copyright: 2006-2008 Alexander Chemeris License: BSD-3  License: GPL-2.0+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/> . On Debian systems, the complete text of the GNU General Public License version 2 can be found in \"/usr/share/common-licenses/GPL-2\".  License: GPL-3.0+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/> . On Debian systems, the complete text of the GNU General Public License version 3 can be found in \"/usr/share/common-licenses/GPL-3\".  License: LGPL-3.0+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/> . On Debian systems, the complete text of the GNU Lesser General Public License version 3 can be found in \"/usr/share/common-licenses/LGPL-3\".  License: BSD-3 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. The name of the author may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.  License: MIT 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": "FabIO is an I/O library for images produced by 2D X-ray detectors and written in Python",
    "version": "2024.4.0",
    "project_urls": {
        "Documentation": "http://www.silx.org/doc/fabio/latest/",
        "Download": "https://github.com/silx-kit/fabio/releases",
        "Homepage": "http://www.silx.org",
        "Source": "https://github.com/silx-kit/fabio",
        "Tracker": "https://github.com/silx-kit/fabio/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "578081fa405ab9e810e1334e25d43bb45bab918826ac8ab917e5c9b7754d96f3",
                "md5": "6aecd542a41f8e73dd6f1d2fa0d41c0c",
                "sha256": "9a04c6aa45bcf72f224b3761c66895e162fd4c4ae2dd62da7c73434e75818522"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6aecd542a41f8e73dd6f1d2fa0d41c0c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1112704,
            "upload_time": "2024-04-12T08:48:53",
            "upload_time_iso_8601": "2024-04-12T08:48:53.642831Z",
            "url": "https://files.pythonhosted.org/packages/57/80/81fa405ab9e810e1334e25d43bb45bab918826ac8ab917e5c9b7754d96f3/fabio-2024.4.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5fd37b88e328b2cd07845bbb1d3dc1d6732452a49505a1e62bd0f8285ac5256",
                "md5": "6bf895cee2896a7b9ecc7310c4bf2b20",
                "sha256": "764d46ef52af40377553237967a2b3d7459f9572c5652649701ac7a0aae2cee2"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "6bf895cee2896a7b9ecc7310c4bf2b20",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1033018,
            "upload_time": "2024-04-12T08:48:57",
            "upload_time_iso_8601": "2024-04-12T08:48:57.412084Z",
            "url": "https://files.pythonhosted.org/packages/c5/fd/37b88e328b2cd07845bbb1d3dc1d6732452a49505a1e62bd0f8285ac5256/fabio-2024.4.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e2cdc1df61991d4803ba503e2a26a6015b5618e643fecd337c50ba12be7abc84",
                "md5": "e1ee9e896f8d22fd49f749b126580547",
                "sha256": "32588b3841999ccf21b92ab5c5cbdcb7c6d5e33b15c0ba4405981ffba9562a37"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e1ee9e896f8d22fd49f749b126580547",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1238234,
            "upload_time": "2024-04-12T08:48:59",
            "upload_time_iso_8601": "2024-04-12T08:48:59.545238Z",
            "url": "https://files.pythonhosted.org/packages/e2/cd/c1df61991d4803ba503e2a26a6015b5618e643fecd337c50ba12be7abc84/fabio-2024.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ab983548e0dc711903f35b9ab55830f1fb2415633dbd32267bfcfb3646c0e87",
                "md5": "0534ba6d6a283653af610b6e47e43594",
                "sha256": "58682bae2bf24936cbfdd12855cdb31940e937bb7d9f49835717c746d76329ed"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "0534ba6d6a283653af610b6e47e43594",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1357007,
            "upload_time": "2024-04-12T08:49:01",
            "upload_time_iso_8601": "2024-04-12T08:49:01.811301Z",
            "url": "https://files.pythonhosted.org/packages/1a/b9/83548e0dc711903f35b9ab55830f1fb2415633dbd32267bfcfb3646c0e87/fabio-2024.4.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f08161349a3aaee998cdaaf3f6be7865e68dfc987ac661eddd378a9df35f2a63",
                "md5": "880eb246ac21c893b71bbea0f38b5081",
                "sha256": "9bddd225a7c45a8de63257a09d0d577c729545d1315738e6773e699ea7e420b7"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "880eb246ac21c893b71bbea0f38b5081",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1315761,
            "upload_time": "2024-04-12T08:49:03",
            "upload_time_iso_8601": "2024-04-12T08:49:03.855638Z",
            "url": "https://files.pythonhosted.org/packages/f0/81/61349a3aaee998cdaaf3f6be7865e68dfc987ac661eddd378a9df35f2a63/fabio-2024.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "95473a039c97413081928834f0fc673489f28182c2b1c7de11ba4d4042aa7696",
                "md5": "8a6d41cfd99134d6865b7b05c0abdb49",
                "sha256": "e9d20a755b55abe17ef6efd5009f91461e1dad1123f833b9c02dab3f94106fa9"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8a6d41cfd99134d6865b7b05c0abdb49",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1277452,
            "upload_time": "2024-04-12T08:49:06",
            "upload_time_iso_8601": "2024-04-12T08:49:06.782760Z",
            "url": "https://files.pythonhosted.org/packages/95/47/3a039c97413081928834f0fc673489f28182c2b1c7de11ba4d4042aa7696/fabio-2024.4.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dcc8ba12ed8210fb58cf7e5d80e3f3883874ac52589c1b72e4aa7af54b652a80",
                "md5": "e081133c98fff86b3714cda15bf611ee",
                "sha256": "a2edf533884f031b008335e9a75667bc2c565d8bc7f8ffbf6cda16a38eb7b5e0"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e081133c98fff86b3714cda15bf611ee",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1110924,
            "upload_time": "2024-04-12T08:49:08",
            "upload_time_iso_8601": "2024-04-12T08:49:08.594416Z",
            "url": "https://files.pythonhosted.org/packages/dc/c8/ba12ed8210fb58cf7e5d80e3f3883874ac52589c1b72e4aa7af54b652a80/fabio-2024.4.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bed0fc757cd8904663e007049303e6d42f581e4d2dfb633aee6b738596427459",
                "md5": "64df05d9dc27811e84a80db2fbc4e6b7",
                "sha256": "99cd616bc4da486385fb5ec3de5026c51027bec4a974f23c400973a90773899e"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "64df05d9dc27811e84a80db2fbc4e6b7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1032958,
            "upload_time": "2024-04-12T08:49:10",
            "upload_time_iso_8601": "2024-04-12T08:49:10.626357Z",
            "url": "https://files.pythonhosted.org/packages/be/d0/fc757cd8904663e007049303e6d42f581e4d2dfb633aee6b738596427459/fabio-2024.4.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5022d7c028a233fb10b6b03ef2fb111d7442d3beeb7e2fa58011e05028b97179",
                "md5": "52f522df283ac061e2c3fb105a1fceed",
                "sha256": "1ada451d2d66d7ee12d57896d07d57054b1d1e5e64345fe4ca7def698b4bb992"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "52f522df283ac061e2c3fb105a1fceed",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1236942,
            "upload_time": "2024-04-12T08:49:12",
            "upload_time_iso_8601": "2024-04-12T08:49:12.563312Z",
            "url": "https://files.pythonhosted.org/packages/50/22/d7c028a233fb10b6b03ef2fb111d7442d3beeb7e2fa58011e05028b97179/fabio-2024.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b59724abb026c97f017af4bd6b959ec73e61470fd817f6f519b2517c780eeb8c",
                "md5": "3c003a02a99686c3385bc5eb3413d35f",
                "sha256": "dd1555c26170c13f194133b908db20b1821ca3b7eb9961414aa875acae746d7e"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "3c003a02a99686c3385bc5eb3413d35f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1361403,
            "upload_time": "2024-04-12T08:49:15",
            "upload_time_iso_8601": "2024-04-12T08:49:15.787680Z",
            "url": "https://files.pythonhosted.org/packages/b5/97/24abb026c97f017af4bd6b959ec73e61470fd817f6f519b2517c780eeb8c/fabio-2024.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb3c4041a70229c9813c425ff823ee3717bf65ffde36b137241a544b2561728a",
                "md5": "c01b03c59cf18d15c4e2ed940b825f3a",
                "sha256": "e83e6d88cf885bc82d6dfe8b0c964e4dcb02a0d9e9a4b234236f5ddb097815f5"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c01b03c59cf18d15c4e2ed940b825f3a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1329208,
            "upload_time": "2024-04-12T08:49:19",
            "upload_time_iso_8601": "2024-04-12T08:49:19.017548Z",
            "url": "https://files.pythonhosted.org/packages/fb/3c/4041a70229c9813c425ff823ee3717bf65ffde36b137241a544b2561728a/fabio-2024.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb8d23cc8350cea43f76b050639254407fbc604e06f7c34cb3027e484e2e3b3c",
                "md5": "380fb55ced5abee8150ddb668907929f",
                "sha256": "f3f4d3d44dc1afbd6cc47be336729fdddcf70189a6c0a978825722d670d4b322"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "380fb55ced5abee8150ddb668907929f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1269408,
            "upload_time": "2024-04-12T08:49:20",
            "upload_time_iso_8601": "2024-04-12T08:49:20.816355Z",
            "url": "https://files.pythonhosted.org/packages/bb/8d/23cc8350cea43f76b050639254407fbc604e06f7c34cb3027e484e2e3b3c/fabio-2024.4.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df5f561d5df1597ec618f2e2a78358a8edc8637cf10bdda9f8e53d630f4f0a43",
                "md5": "db660a6f73a33ae814634858b8fc1c46",
                "sha256": "a09987af57e7c3c0b40bc7ae7e51a18d5e4f27c4c473be587622a5ceb5cfec9d"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "db660a6f73a33ae814634858b8fc1c46",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1111810,
            "upload_time": "2024-04-12T08:49:22",
            "upload_time_iso_8601": "2024-04-12T08:49:22.801085Z",
            "url": "https://files.pythonhosted.org/packages/df/5f/561d5df1597ec618f2e2a78358a8edc8637cf10bdda9f8e53d630f4f0a43/fabio-2024.4.0-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf53ccb08eb5d85d4039a26ba80f67c2d5c47589be8316e4a41722b0c316e3a4",
                "md5": "3e69fe8b3d23b3f2b899102908667685",
                "sha256": "b8536232defd8fba6cf18e8e968c0722e52cfba9b2932901227c81142420f2c4"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "3e69fe8b3d23b3f2b899102908667685",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1039692,
            "upload_time": "2024-04-12T08:49:25",
            "upload_time_iso_8601": "2024-04-12T08:49:25.723269Z",
            "url": "https://files.pythonhosted.org/packages/cf/53/ccb08eb5d85d4039a26ba80f67c2d5c47589be8316e4a41722b0c316e3a4/fabio-2024.4.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6bd5e201783eee52642dfb46ceb4da19d9523dd13ea32ca091764f79feb3ad69",
                "md5": "a25d35131df6a90d7a2ab1d5241b6aab",
                "sha256": "cdcd17224ca32a4ce8827b8bd232a316ae3820b9eff80f178d322d77b46ac061"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a25d35131df6a90d7a2ab1d5241b6aab",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1195097,
            "upload_time": "2024-04-12T08:49:28",
            "upload_time_iso_8601": "2024-04-12T08:49:28.112084Z",
            "url": "https://files.pythonhosted.org/packages/6b/d5/e201783eee52642dfb46ceb4da19d9523dd13ea32ca091764f79feb3ad69/fabio-2024.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b0a2086793b6ff491d9504add45eab2a9592f16a6de0e0940586c07f1309941",
                "md5": "0a21183cae3e9ff6918f12d2c79a6a04",
                "sha256": "75b3e7e0ca8b532597251e2640c51ecbd5aa079a339a5c5778dc18beb49e0bff"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "0a21183cae3e9ff6918f12d2c79a6a04",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1320604,
            "upload_time": "2024-04-12T08:49:29",
            "upload_time_iso_8601": "2024-04-12T08:49:29.910214Z",
            "url": "https://files.pythonhosted.org/packages/5b/0a/2086793b6ff491d9504add45eab2a9592f16a6de0e0940586c07f1309941/fabio-2024.4.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc915423d0d4ddef54752174c0ba356dc3475b23aa56353310eedfb2e8877c36",
                "md5": "666ecdb89f89cceef60f762b39b7c1b1",
                "sha256": "eeda7822c94a0dd466f2485dac1a4c8d2042ca7f66b17fc06e7aa38d65bae490"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "666ecdb89f89cceef60f762b39b7c1b1",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1304608,
            "upload_time": "2024-04-12T08:49:32",
            "upload_time_iso_8601": "2024-04-12T08:49:32.533468Z",
            "url": "https://files.pythonhosted.org/packages/cc/91/5423d0d4ddef54752174c0ba356dc3475b23aa56353310eedfb2e8877c36/fabio-2024.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "14bdd38e8da6c88371c4380b3b2a1f651e670ecf669b3700c95b8600dc306856",
                "md5": "6b6ee7a60773d4b79e36c82e899a8622",
                "sha256": "57837e26c6c37599224034373cb91b821a2ed037c75ace9d007bae68680b7cd2"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6b6ee7a60773d4b79e36c82e899a8622",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1241635,
            "upload_time": "2024-04-12T08:49:34",
            "upload_time_iso_8601": "2024-04-12T08:49:34.501692Z",
            "url": "https://files.pythonhosted.org/packages/14/bd/d38e8da6c88371c4380b3b2a1f651e670ecf669b3700c95b8600dc306856/fabio-2024.4.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "baabcc2f2a74c497a5e999b97fc0b0bced058cdf72b662c19430fbaaa1503059",
                "md5": "7627408c2135e239495cc8cd5f2bab43",
                "sha256": "5616a1ed96836f4db3a63ddfa9acbe92f929b0d8e4ee67ce18c820b8634cfefa"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp37-cp37m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7627408c2135e239495cc8cd5f2bab43",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1105570,
            "upload_time": "2024-04-12T08:49:36",
            "upload_time_iso_8601": "2024-04-12T08:49:36.524213Z",
            "url": "https://files.pythonhosted.org/packages/ba/ab/cc2f2a74c497a5e999b97fc0b0bced058cdf72b662c19430fbaaa1503059/fabio-2024.4.0-cp37-cp37m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3295d5313d2235bfb81e39296ccf890cf8c167a82e3f07ad8dd1bd01c12e0afc",
                "md5": "84d268ccced83886791f8dfa27ac67a4",
                "sha256": "23e5e50ebad1546af1548f646160138daca8d76795c5907d227b4368fab1ff4a"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "84d268ccced83886791f8dfa27ac67a4",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1223796,
            "upload_time": "2024-04-12T08:49:38",
            "upload_time_iso_8601": "2024-04-12T08:49:38.647891Z",
            "url": "https://files.pythonhosted.org/packages/32/95/d5313d2235bfb81e39296ccf890cf8c167a82e3f07ad8dd1bd01c12e0afc/fabio-2024.4.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e1ae33972b1077e7fe92abaa7b475d3858d39e9f35a585111d6a6c100c48b83",
                "md5": "ad673ccbfff66e4ed0182ba0e113d7a3",
                "sha256": "d6eaf3d891e58901880e8b034dbf0c145ba9769e0d96eb400b4f8df596247c05"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "ad673ccbfff66e4ed0182ba0e113d7a3",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1353478,
            "upload_time": "2024-04-12T08:49:41",
            "upload_time_iso_8601": "2024-04-12T08:49:41.104251Z",
            "url": "https://files.pythonhosted.org/packages/7e/1a/e33972b1077e7fe92abaa7b475d3858d39e9f35a585111d6a6c100c48b83/fabio-2024.4.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f929c58ae86aa04f7d6a697754ea5caf7904d83834e4f2587b3a0786ee5e452d",
                "md5": "eb135ab693c3a39c86f14cc3c90ef18f",
                "sha256": "b9d27d6656f6915d31673dbcba7679bc9148fb1e3308db9124080aa254649174"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "eb135ab693c3a39c86f14cc3c90ef18f",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1292139,
            "upload_time": "2024-04-12T08:49:43",
            "upload_time_iso_8601": "2024-04-12T08:49:43.107889Z",
            "url": "https://files.pythonhosted.org/packages/f9/29/c58ae86aa04f7d6a697754ea5caf7904d83834e4f2587b3a0786ee5e452d/fabio-2024.4.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "917e4c7b1b7a0fec270bd36c136638af38414ad130781920c0dab0a301818614",
                "md5": "87d01278b5fdb931f8afb4ab11c8797a",
                "sha256": "9f235ce7e2e3c75bd494176b0b24c5c91483c96212982478f24f8ac82b33531d"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "87d01278b5fdb931f8afb4ab11c8797a",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1255234,
            "upload_time": "2024-04-12T08:49:44",
            "upload_time_iso_8601": "2024-04-12T08:49:44.974298Z",
            "url": "https://files.pythonhosted.org/packages/91/7e/4c7b1b7a0fec270bd36c136638af38414ad130781920c0dab0a301818614/fabio-2024.4.0-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ff8fe84ce85f5b38d35fc52b3fe2b39450359fad0e976a418c584c1206152c4",
                "md5": "91f5adf14ac23406bc4b7039481aa9b9",
                "sha256": "ac4050c0db60e0e18d0254c096b7fa6137aeabf1af1140f837933598d9661dad"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "91f5adf14ac23406bc4b7039481aa9b9",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1114982,
            "upload_time": "2024-04-12T08:49:47",
            "upload_time_iso_8601": "2024-04-12T08:49:47.011183Z",
            "url": "https://files.pythonhosted.org/packages/6f/f8/fe84ce85f5b38d35fc52b3fe2b39450359fad0e976a418c584c1206152c4/fabio-2024.4.0-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8768e2b1176a42976d93a30121fc7464ac05a9007b5cda55e05e842c2c3e9d3d",
                "md5": "13b8b559e8665b8999492447e34967ff",
                "sha256": "6c46b5f2d5479be3321f394986befe4483c60108af1a0a7f42f53b6f9e173198"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "13b8b559e8665b8999492447e34967ff",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1032504,
            "upload_time": "2024-04-12T08:49:49",
            "upload_time_iso_8601": "2024-04-12T08:49:49.679705Z",
            "url": "https://files.pythonhosted.org/packages/87/68/e2b1176a42976d93a30121fc7464ac05a9007b5cda55e05e842c2c3e9d3d/fabio-2024.4.0-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a140392c6075b26b209780e0981fad175f2bb7ebb8ad7ba402d56698d4d23d85",
                "md5": "b7c8838eb2fa67bdeec127882b08e21e",
                "sha256": "700a4d05ba1bebc84c21fac9ede2ab30419619acb9a9e4dd65dd1823dc88847e"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b7c8838eb2fa67bdeec127882b08e21e",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1239326,
            "upload_time": "2024-04-12T08:49:51",
            "upload_time_iso_8601": "2024-04-12T08:49:51.784222Z",
            "url": "https://files.pythonhosted.org/packages/a1/40/392c6075b26b209780e0981fad175f2bb7ebb8ad7ba402d56698d4d23d85/fabio-2024.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4efb8371cdb4782617a3c9a11df1acf483fee7fd7fe7449003e3d12f64666105",
                "md5": "4d3e625b53ad7dee50859a24c5f918cd",
                "sha256": "6ae944495ab99a50edfb0558b9b358a001d53eccea57b96e34b8da9a95c3d835"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "4d3e625b53ad7dee50859a24c5f918cd",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1361316,
            "upload_time": "2024-04-12T08:49:54",
            "upload_time_iso_8601": "2024-04-12T08:49:54.726625Z",
            "url": "https://files.pythonhosted.org/packages/4e/fb/8371cdb4782617a3c9a11df1acf483fee7fd7fe7449003e3d12f64666105/fabio-2024.4.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2a23e61251d9f05a5d3ae39c707033c0b7831d35d22b3df4267fbb65bf4d8541",
                "md5": "ae20af71790aa69e7ffe0f93919a24e3",
                "sha256": "97ea92d34f078effe37199cb58c3e951352fd4612462d2a9e2d0e0cdb90d081c"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ae20af71790aa69e7ffe0f93919a24e3",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1313980,
            "upload_time": "2024-04-12T08:49:56",
            "upload_time_iso_8601": "2024-04-12T08:49:56.923464Z",
            "url": "https://files.pythonhosted.org/packages/2a/23/e61251d9f05a5d3ae39c707033c0b7831d35d22b3df4267fbb65bf4d8541/fabio-2024.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "744c5e2685bc50930773f879b54bd93c398fba606475de90402eb50d905fcf09",
                "md5": "8ddcb57fd613160676db558bcb215e12",
                "sha256": "89501f7003c55182e9df90cf2deb78bff130a51ccf0997b2e03b81b31b56b770"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8ddcb57fd613160676db558bcb215e12",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1283989,
            "upload_time": "2024-04-12T08:49:59",
            "upload_time_iso_8601": "2024-04-12T08:49:59.228623Z",
            "url": "https://files.pythonhosted.org/packages/74/4c/5e2685bc50930773f879b54bd93c398fba606475de90402eb50d905fcf09/fabio-2024.4.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b3b0ad455deb66e2f336856c46d954e1f7b0f39489a37c06b9c10369f1631356",
                "md5": "c4f330a70dc34a6a19a43c690e5c6f48",
                "sha256": "a495b4b77acd3d365aca5bb9c905fd2c4862b34019f69fde8b29d6677c57b1e0"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c4f330a70dc34a6a19a43c690e5c6f48",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1116645,
            "upload_time": "2024-04-12T08:50:01",
            "upload_time_iso_8601": "2024-04-12T08:50:01.312114Z",
            "url": "https://files.pythonhosted.org/packages/b3/b0/ad455deb66e2f336856c46d954e1f7b0f39489a37c06b9c10369f1631356/fabio-2024.4.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8fb08d2469d356126f48ea9d65f8851d4e9086561d49fa2f8eb64d503495f96",
                "md5": "e869ba7fc7aff9c96936dc6d2b08900b",
                "sha256": "e446db8289d06734773a3ae74954b68e238812e6b4b588cc8863d08f5c06d632"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e869ba7fc7aff9c96936dc6d2b08900b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1036228,
            "upload_time": "2024-04-12T08:50:04",
            "upload_time_iso_8601": "2024-04-12T08:50:04.030425Z",
            "url": "https://files.pythonhosted.org/packages/d8/fb/08d2469d356126f48ea9d65f8851d4e9086561d49fa2f8eb64d503495f96/fabio-2024.4.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c530cd3537d5946ba2e1caa737aad12c12d8baf5410a3dd40efcc6ba63e666cc",
                "md5": "707bd5f48c1fda869c75cd072ef5f012",
                "sha256": "d6464dd482f3387868c122f62ed63e825fd822eea5a8d45b3872321d8562008c"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "707bd5f48c1fda869c75cd072ef5f012",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1238740,
            "upload_time": "2024-04-12T08:50:06",
            "upload_time_iso_8601": "2024-04-12T08:50:06.167464Z",
            "url": "https://files.pythonhosted.org/packages/c5/30/cd3537d5946ba2e1caa737aad12c12d8baf5410a3dd40efcc6ba63e666cc/fabio-2024.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a21330529dca78f2c08e49d9df2428ff177d5743693cdbf418b85d565c28cc17",
                "md5": "8577050240e745d59eadcafbd5213edf",
                "sha256": "53423ad1df2be0056fadc3b014e851e73bb222dee77f81ee189d8361b9829a61"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "8577050240e745d59eadcafbd5213edf",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1361498,
            "upload_time": "2024-04-12T08:50:09",
            "upload_time_iso_8601": "2024-04-12T08:50:09.135011Z",
            "url": "https://files.pythonhosted.org/packages/a2/13/30529dca78f2c08e49d9df2428ff177d5743693cdbf418b85d565c28cc17/fabio-2024.4.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da6cff422b5286dfaa4caa3e0bd164a7030a3a03703b5520674c8d63c1f47d20",
                "md5": "0ce90c83155d8c75ac59306e010aa037",
                "sha256": "11cb79456cd00608f97217ab9670a27cd6d2a694614eaa05450d924312594ae7"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0ce90c83155d8c75ac59306e010aa037",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1315684,
            "upload_time": "2024-04-12T08:50:11",
            "upload_time_iso_8601": "2024-04-12T08:50:11.733076Z",
            "url": "https://files.pythonhosted.org/packages/da/6c/ff422b5286dfaa4caa3e0bd164a7030a3a03703b5520674c8d63c1f47d20/fabio-2024.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c87a9dddfccd4472136a803b65e63801eaef56eb0865c4bf8d4e41ed22e3f07",
                "md5": "74380b9b2606300d81fca22a381074c6",
                "sha256": "698a19e5921860520d8d10c93bb69477dadf5271110754c9d15ec7673be0dc93"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "74380b9b2606300d81fca22a381074c6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1282335,
            "upload_time": "2024-04-12T08:50:14",
            "upload_time_iso_8601": "2024-04-12T08:50:14.814065Z",
            "url": "https://files.pythonhosted.org/packages/6c/87/a9dddfccd4472136a803b65e63801eaef56eb0865c4bf8d4e41ed22e3f07/fabio-2024.4.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "43f2ee04c129bd0f247d50c58bbc0f78c8fb1e83828a8bc0870d10fe57a71b28",
                "md5": "e6c303a52298473e811470590ad7c4d1",
                "sha256": "34f571bb8b19ee122fac7ae1d6245a92b69ae5f8f57149c7db9f6d4c307244d7"
            },
            "downloads": -1,
            "filename": "fabio-2024.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e6c303a52298473e811470590ad7c4d1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 726345,
            "upload_time": "2024-04-12T08:50:16",
            "upload_time_iso_8601": "2024-04-12T08:50:16.812575Z",
            "url": "https://files.pythonhosted.org/packages/43/f2/ee04c129bd0f247d50c58bbc0f78c8fb1e83828a8bc0870d10fe57a71b28/fabio-2024.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-12 08:50:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "silx-kit",
    "github_project": "fabio",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "fabio"
}
        
Elapsed time: 0.22681s