bfio


Namebfio JSON
Version 2.3.5 PyPI version JSON
download
home_page
SummarySimple reading and writing classes for tiled tiffs using Bioformats.
upload_time2024-02-05 18:19:23
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT License Copyright (c) 2023 PolusAI 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.
            # **B**io**F**ormats **I**nput/**O**utput utility (bfio 2.3.5)

[![Documentation Status](https://readthedocs.org/projects/bfio/badge/?version=latest)](https://bfio.readthedocs.io/en/latest/?badge=latest)
[![PyPI](https://img.shields.io/pypi/v/bfio)](https://pypi.org/project/bfio/)
![PyPI - Downloads](https://img.shields.io/pypi/dm/bfio)
[![Conda](https://img.shields.io/conda/v/conda-forge/bfio)](https://anaconda.org/conda-forge/bfio)
[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/bfio?label=Conda%20downloads)](https://anaconda.org/conda-forge/bfio)
![Bower](https://img.shields.io/bower/l/MI)

This tool is a simplified but powerful interface to
[Bioformats](https://www.openmicroscopy.org/bio-formats/)
using jpype for direct access to the library. This tool is designed with
scalable image analysis in mind, with a simple interface to treat any image
like a memory mapped array.

Docker containers with all necessary components are available (see
**Docker Containers** section).

## Summary

- [Installation](#installation)
- [Docker](#docker)
- [Documentation](#documentation)
- [Contributing](#contributing)
- [Versioning](#versioning)
- [Authors](#authors)
- [License](#license)
- [Acknowledgments](#acknowledgments)

## Installation

### Setting up Java

**Note:** `bfio` can be used without Java, but only the `python` and `zarr`
backends will be usable. Only files in tiled OME Tiff or OME Zarr format can be
read/written.

In order to use the `Java` backend, it is necessary to first install the JDK and Maven.
The `bfio` package is generally tested with
[JDK 8](https://docs.oracle.com/javase/8/docs/technotes/guides/install/install_overview.html),
but JDK 11 and later also appear to work.
Here are some info on installing Maven on various OS ([Windows](https://phoenixnap.com/kb/install-maven-windows) | [Linux](https://www.digitalocean.com/community/tutorials/install-maven-linux-ubuntu) | [Mac](https://www.digitalocean.com/community/tutorials/install-maven-mac-os))

### Installing bfio

The `bfio` package and the core dependencies (numpy, tifffile, imagecodecs, scyjava) can
be installed using pip:

`pip install bfio`

## Docker

### polusai/bfio:2.3.5

Ubuntu based container with bfio and all dependencies (including Java).

### polusai/bfio:2.3.5-imagej

Same as above, except comes with ImageJ and PyImageJ.

### polusai/bfio:2.3.5-tensorflow

Tensorflow container with bfio installed.

## Documentation

Documentation and examples are available on
[Read the Docs](https://bfio.readthedocs.io/en/latest/).

## Versioning

We use [SemVer](http://semver.org/) for versioning. For the versions
available, see the [tags on this
repository](https://github.com/PurpleBooth/a-good-readme-template/tags).

## Authors

Nick Schaub (nick.schaub@nih.gov, nick.schaub@axleinfo.com)
Sameeul B Samee (sameeul.samee@axleinfo.com)

## License

This project is licensed under the [MIT License](LICENSE)
Creative Commons License - see the [LICENSE](LICENSE) file for details.

**NOTE**

Bioformats is licensed under GPL, and as a consequence so is the `bioformats_jar`
package. These packages and libraries are installed when using the `bfio[bioformats]` option.

## Acknowledgments

- Parts of this code were written/modified from existing code found in
    `tifffile`.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "bfio",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Sameeul Bashir Samee <sameeul.samee@axleinfo.com>",
    "keywords": "",
    "author": "",
    "author_email": "Nick Schaub <nick.schaub@nih.gov>, Sameeul Bashir Samee <sameeul.samee@axleinfo.com>",
    "download_url": "https://files.pythonhosted.org/packages/c9/b4/d00bad3664b68cf331d0683b706d03557d7429fea48099b6626f959dda91/bfio-2.3.5.tar.gz",
    "platform": null,
    "description": "# **B**io**F**ormats **I**nput/**O**utput utility (bfio 2.3.5)\n\n[![Documentation Status](https://readthedocs.org/projects/bfio/badge/?version=latest)](https://bfio.readthedocs.io/en/latest/?badge=latest)\n[![PyPI](https://img.shields.io/pypi/v/bfio)](https://pypi.org/project/bfio/)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/bfio)\n[![Conda](https://img.shields.io/conda/v/conda-forge/bfio)](https://anaconda.org/conda-forge/bfio)\n[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/bfio?label=Conda%20downloads)](https://anaconda.org/conda-forge/bfio)\n![Bower](https://img.shields.io/bower/l/MI)\n\nThis tool is a simplified but powerful interface to\n[Bioformats](https://www.openmicroscopy.org/bio-formats/)\nusing jpype for direct access to the library. This tool is designed with\nscalable image analysis in mind, with a simple interface to treat any image\nlike a memory mapped array.\n\nDocker containers with all necessary components are available (see\n**Docker Containers** section).\n\n## Summary\n\n- [Installation](#installation)\n- [Docker](#docker)\n- [Documentation](#documentation)\n- [Contributing](#contributing)\n- [Versioning](#versioning)\n- [Authors](#authors)\n- [License](#license)\n- [Acknowledgments](#acknowledgments)\n\n## Installation\n\n### Setting up Java\n\n**Note:** `bfio` can be used without Java, but only the `python` and `zarr`\nbackends will be usable. Only files in tiled OME Tiff or OME Zarr format can be\nread/written.\n\nIn order to use the `Java` backend, it is necessary to first install the JDK and Maven.\nThe `bfio` package is generally tested with\n[JDK 8](https://docs.oracle.com/javase/8/docs/technotes/guides/install/install_overview.html),\nbut JDK 11 and later also appear to work.\nHere are some info on installing Maven on various OS ([Windows](https://phoenixnap.com/kb/install-maven-windows) | [Linux](https://www.digitalocean.com/community/tutorials/install-maven-linux-ubuntu) | [Mac](https://www.digitalocean.com/community/tutorials/install-maven-mac-os))\n\n### Installing bfio\n\nThe `bfio` package and the core dependencies (numpy, tifffile, imagecodecs, scyjava) can\nbe installed using pip:\n\n`pip install bfio`\n\n## Docker\n\n### polusai/bfio:2.3.5\n\nUbuntu based container with bfio and all dependencies (including Java).\n\n### polusai/bfio:2.3.5-imagej\n\nSame as above, except comes with ImageJ and PyImageJ.\n\n### polusai/bfio:2.3.5-tensorflow\n\nTensorflow container with bfio installed.\n\n## Documentation\n\nDocumentation and examples are available on\n[Read the Docs](https://bfio.readthedocs.io/en/latest/).\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions\navailable, see the [tags on this\nrepository](https://github.com/PurpleBooth/a-good-readme-template/tags).\n\n## Authors\n\nNick Schaub (nick.schaub@nih.gov, nick.schaub@axleinfo.com)\nSameeul B Samee (sameeul.samee@axleinfo.com)\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE)\nCreative Commons License - see the [LICENSE](LICENSE) file for details.\n\n**NOTE**\n\nBioformats is licensed under GPL, and as a consequence so is the `bioformats_jar`\npackage. These packages and libraries are installed when using the `bfio[bioformats]` option.\n\n## Acknowledgments\n\n- Parts of this code were written/modified from existing code found in\n    `tifffile`.\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 PolusAI  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": "Simple reading and writing classes for tiled tiffs using Bioformats.",
    "version": "2.3.5",
    "project_urls": {
        "Documentation": "https://bfio.readthedocs.io/en/latest/",
        "Repository": "https://github.com/PolusAI/bfio"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f430c2c8856e700e8e4c6bce31f5878581087b0b7cb55984ad93b5df1dad6a19",
                "md5": "6ab6324c745cba01f8d696567d2be619",
                "sha256": "721a328578c19bba52168a950fef7ecb640f4c0d847136f9fba21bc7cd80d0ef"
            },
            "downloads": -1,
            "filename": "bfio-2.3.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6ab6324c745cba01f8d696567d2be619",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 43415,
            "upload_time": "2024-02-05T18:19:21",
            "upload_time_iso_8601": "2024-02-05T18:19:21.007251Z",
            "url": "https://files.pythonhosted.org/packages/f4/30/c2c8856e700e8e4c6bce31f5878581087b0b7cb55984ad93b5df1dad6a19/bfio-2.3.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9b4d00bad3664b68cf331d0683b706d03557d7429fea48099b6626f959dda91",
                "md5": "6a5c44001b6a80395aebfa8d8ecd9b50",
                "sha256": "140cd0f8a6e1f48f39e4fbd5b1c4c52553af2c812429fb7fa4695fa90cec781f"
            },
            "downloads": -1,
            "filename": "bfio-2.3.5.tar.gz",
            "has_sig": false,
            "md5_digest": "6a5c44001b6a80395aebfa8d8ecd9b50",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 46941,
            "upload_time": "2024-02-05T18:19:23",
            "upload_time_iso_8601": "2024-02-05T18:19:23.021471Z",
            "url": "https://files.pythonhosted.org/packages/c9/b4/d00bad3664b68cf331d0683b706d03557d7429fea48099b6626f959dda91/bfio-2.3.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-05 18:19:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "PolusAI",
    "github_project": "bfio",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "bfio"
}
        
Elapsed time: 0.19366s