xmipp-metadata


Namexmipp-metadata JSON
Version 1.0.14 PyPI version JSON
download
home_pagehttps://github.com/DavidHerreros/xmipp_metadata
SummaryPackage to handle Xmipp Metadata and image binary data
upload_time2024-02-13 12:24:42
maintainer
docs_urlNone
authorDavid Herreros
requires_python
license
keywords xmipp scipion cryoem imageprocessing scipion-3.0
VCS
bugtrack_url
requirements numpy pillow pillow pandas starfile mrcfile emfile emtable scikit-image morphsnakes
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =======================
Xmipp Metadata Handler
=======================

This package implements a Xmipp Metadata handling functionality with image binary accession in Python.

==========================
Included functionalities
==========================

- **XmippMetadata** class: Reading and writing of Xmipp Metadata files (.xmd)
- **ImageHandler** class: Reading and writing of image binaries stored in the metadata. It support the following formats:
    - MRC files (reading and writing) for stacks and volumes (.mrcs and .mrc)
    - Spider files (reading and writing) for stacks and volumes (.stk and .vol)
    - EM files (reading and writing) for stack and images (.ems and .em)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/DavidHerreros/xmipp_metadata",
    "name": "xmipp-metadata",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "xmipp scipion cryoem imageprocessing scipion-3.0",
    "author": "David Herreros",
    "author_email": "dherreros@cnb.csic.es",
    "download_url": "https://files.pythonhosted.org/packages/a3/68/7f8fee9158cb62f29f911fef8eb90e27fc3f9d14e9f3ecc4ef0baa9e9a01/xmipp_metadata-1.0.14.tar.gz",
    "platform": null,
    "description": "=======================\nXmipp Metadata Handler\n=======================\n\nThis package implements a Xmipp Metadata handling functionality with image binary accession in Python.\n\n==========================\nIncluded functionalities\n==========================\n\n- **XmippMetadata** class: Reading and writing of Xmipp Metadata files (.xmd)\n- **ImageHandler** class: Reading and writing of image binaries stored in the metadata. It support the following formats:\n    - MRC files (reading and writing) for stacks and volumes (.mrcs and .mrc)\n    - Spider files (reading and writing) for stacks and volumes (.stk and .vol)\n    - EM files (reading and writing) for stack and images (.ems and .em)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Package to handle Xmipp Metadata and image binary data",
    "version": "1.0.14",
    "project_urls": {
        "Homepage": "https://github.com/DavidHerreros/xmipp_metadata"
    },
    "split_keywords": [
        "xmipp",
        "scipion",
        "cryoem",
        "imageprocessing",
        "scipion-3.0"
    ],
    "urls": [
        {
            "comment_text": "New release",
            "digests": {
                "blake2b_256": "8437d0e3df60a8d8c76c8773f423c5f86a16807d240bdf243dd210f246c8aceb",
                "md5": "2f963dafc0a690483c47743abce5bc54",
                "sha256": "b6eeaebb50fa3f3d15cfd927d7749e5f0eb4f36ab026e28ed60386e033b3f4b0"
            },
            "downloads": -1,
            "filename": "xmipp_metadata-1.0.14-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2f963dafc0a690483c47743abce5bc54",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 35999,
            "upload_time": "2024-02-13T12:24:40",
            "upload_time_iso_8601": "2024-02-13T12:24:40.705669Z",
            "url": "https://files.pythonhosted.org/packages/84/37/d0e3df60a8d8c76c8773f423c5f86a16807d240bdf243dd210f246c8aceb/xmipp_metadata-1.0.14-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "New release",
            "digests": {
                "blake2b_256": "a3687f8fee9158cb62f29f911fef8eb90e27fc3f9d14e9f3ecc4ef0baa9e9a01",
                "md5": "2635257b0f847ea3533da49343792747",
                "sha256": "d3823b8d761d201355fada0aa3197f1cec1b10cd7d498435ea912288a7445dd6"
            },
            "downloads": -1,
            "filename": "xmipp_metadata-1.0.14.tar.gz",
            "has_sig": false,
            "md5_digest": "2635257b0f847ea3533da49343792747",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 26430,
            "upload_time": "2024-02-13T12:24:42",
            "upload_time_iso_8601": "2024-02-13T12:24:42.585624Z",
            "url": "https://files.pythonhosted.org/packages/a3/68/7f8fee9158cb62f29f911fef8eb90e27fc3f9d14e9f3ecc4ef0baa9e9a01/xmipp_metadata-1.0.14.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-13 12:24:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "DavidHerreros",
    "github_project": "xmipp_metadata",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "numpy",
            "specs": [
                [
                    "<=",
                    "1.23.5"
                ]
            ]
        },
        {
            "name": "pillow",
            "specs": [
                [
                    "==",
                    "8.4.0"
                ]
            ]
        },
        {
            "name": "pillow",
            "specs": [
                [
                    "<=",
                    "9.5.0"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    "<=",
                    "2.1.4"
                ]
            ]
        },
        {
            "name": "starfile",
            "specs": [
                [
                    "!=",
                    "0.5.0"
                ]
            ]
        },
        {
            "name": "mrcfile",
            "specs": []
        },
        {
            "name": "emfile",
            "specs": []
        },
        {
            "name": "emtable",
            "specs": []
        },
        {
            "name": "scikit-image",
            "specs": [
                [
                    "<=",
                    "0.19.3"
                ]
            ]
        },
        {
            "name": "morphsnakes",
            "specs": []
        }
    ],
    "lcname": "xmipp-metadata"
}
        
Elapsed time: 0.26891s