brimfile


Namebrimfile JSON
Version 1.3.2 PyPI version JSON
download
home_pageNone
SummaryA package to read and write to the brim file format, containing spectral data and metadata from Brillouin microscopy
upload_time2025-10-07 11:12:51
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseNone
keywords brillouin microscopy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # brimfile package

## What is it?

*brimfile* is a package to read and write to brim (**Br**illouin **im**aging) files, containing spectral data and metadata from Brillouin microscopy.

The detailed specs of the brim file format can be found [here](https://github.com/prevedel-lab/Brillouin-standard-file/blob/main/docs/brim_file_specs.md).

## How to install it

We recommend installing *brimfile* in a [virtual environment](https://docs.python.org/3/library/venv.html).

After activating the environment, *brimfile* can be installed from PyPI using `pip`:
```bash
pip install brimfile
```

## How to use it

The documentation of the package can be found [here](https://prevedel-lab.github.io/brimfile/).
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "brimfile",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Brillouin microscopy",
    "author": null,
    "author_email": "Carlo Bevilacqua <carlo.bevilacqua@embl.de>, Sebastian Hambura <sebastian.hambura@embl.de>",
    "download_url": "https://files.pythonhosted.org/packages/2d/81/6c2a7c866471e8306b168b627288c107b7fd4e8640d0bc2f08eb24c7c1d4/brimfile-1.3.2.tar.gz",
    "platform": null,
    "description": "# brimfile package\n\n## What is it?\n\n*brimfile* is a package to read and write to brim (**Br**illouin **im**aging) files, containing spectral data and metadata from Brillouin microscopy.\n\nThe detailed specs of the brim file format can be found [here](https://github.com/prevedel-lab/Brillouin-standard-file/blob/main/docs/brim_file_specs.md).\n\n## How to install it\n\nWe recommend installing *brimfile* in a [virtual environment](https://docs.python.org/3/library/venv.html).\n\nAfter activating the environment, *brimfile* can be installed from PyPI using `pip`:\n```bash\npip install brimfile\n```\n\n## How to use it\n\nThe documentation of the package can be found [here](https://prevedel-lab.github.io/brimfile/).",
    "bugtrack_url": null,
    "license": null,
    "summary": "A package to read and write to the brim file format, containing spectral data and metadata from Brillouin microscopy",
    "version": "1.3.2",
    "project_urls": {
        "Documentation": "https://prevedel-lab.github.io/brimfile/",
        "Issues": "https://github.com/prevedel-lab/brimfile/issues",
        "Repository": "https://github.com/prevedel-lab/brimfile"
    },
    "split_keywords": [
        "brillouin",
        "microscopy"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f25ce0b1ce6225d873940a9806e8bccc4c932c563bed616e6a80ba514bae8491",
                "md5": "9cc21bc16de320981170a5349cc55fda",
                "sha256": "34fc25c718eec7164b3530e25f409718dd37fc6b2be68638e8b37bd67948c7ab"
            },
            "downloads": -1,
            "filename": "brimfile-1.3.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9cc21bc16de320981170a5349cc55fda",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 42484,
            "upload_time": "2025-10-07T11:12:50",
            "upload_time_iso_8601": "2025-10-07T11:12:50.606945Z",
            "url": "https://files.pythonhosted.org/packages/f2/5c/e0b1ce6225d873940a9806e8bccc4c932c563bed616e6a80ba514bae8491/brimfile-1.3.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2d816c2a7c866471e8306b168b627288c107b7fd4e8640d0bc2f08eb24c7c1d4",
                "md5": "361b0489ad7a9ae134c790cc8f0fba93",
                "sha256": "1b4ad3bc1b62a86930f731b44d1e7a5a7c78a1cad8a12cb8ef66b156a3039b8b"
            },
            "downloads": -1,
            "filename": "brimfile-1.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "361b0489ad7a9ae134c790cc8f0fba93",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 77774,
            "upload_time": "2025-10-07T11:12:51",
            "upload_time_iso_8601": "2025-10-07T11:12:51.613512Z",
            "url": "https://files.pythonhosted.org/packages/2d/81/6c2a7c866471e8306b168b627288c107b7fd4e8640d0bc2f08eb24c7c1d4/brimfile-1.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-07 11:12:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "prevedel-lab",
    "github_project": "brimfile",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "brimfile"
}
        
Elapsed time: 1.80166s