pydantic-ome-ngff


Namepydantic-ome-ngff JSON
Version 0.5.0 PyPI version JSON
download
home_pageNone
SummaryPydantic models for the OME-NGFF
upload_time2024-03-31 15:44:57
maintainerNone
docs_urlNone
authorDavis Vann Bennett
requires_python<4.0,>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pydantic-ome-ngff
## about
Pydantic models for OME-NGFF metadata. Versions 0.4 and the latest (v0.5-dev) are currently supported. Read the documentation for the latest release [here](https://janeliascicomp.github.io/pydantic-ome-ngff/).

## installation

```bash
pip install -U pydantic-ome-ngff
```

## development

1. clone this repo
2. install [poetry](https://python-poetry.org/)
3. run `poetry install --with dev` to get dev dependencies
4. run `pre-commit install` to install [pre-commit hooks](https://github.com/JaneliaSciComp/pydantic-ome-ngff/blob/main/.pre-commit-config.yaml)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pydantic-ome-ngff",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Davis Vann Bennett",
    "author_email": "davis.v.bennett@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f2/1b/c78094f61c7a1940deccc72d377e0cb0bd3cea3383ab1fb4fdaa74e5f1a6/pydantic_ome_ngff-0.5.0.tar.gz",
    "platform": null,
    "description": "# pydantic-ome-ngff\n## about\nPydantic models for OME-NGFF metadata. Versions 0.4 and the latest (v0.5-dev) are currently supported. Read the documentation for the latest release [here](https://janeliascicomp.github.io/pydantic-ome-ngff/).\n\n## installation\n\n```bash\npip install -U pydantic-ome-ngff\n```\n\n## development\n\n1. clone this repo\n2. install [poetry](https://python-poetry.org/)\n3. run `poetry install --with dev` to get dev dependencies\n4. run `pre-commit install` to install [pre-commit hooks](https://github.com/JaneliaSciComp/pydantic-ome-ngff/blob/main/.pre-commit-config.yaml)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Pydantic models for the OME-NGFF",
    "version": "0.5.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7703173cfc11ed7598784891d7004c45d1a3de7aacfebc5413d351981883500d",
                "md5": "cfb3fe2ab76666b51cadcbda5afffead",
                "sha256": "dcdf0224886937eccd8dbdbd7cd92eb774bdeb3bf15865c8a200b77945d10d8f"
            },
            "downloads": -1,
            "filename": "pydantic_ome_ngff-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cfb3fe2ab76666b51cadcbda5afffead",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 19527,
            "upload_time": "2024-03-31T15:44:55",
            "upload_time_iso_8601": "2024-03-31T15:44:55.298544Z",
            "url": "https://files.pythonhosted.org/packages/77/03/173cfc11ed7598784891d7004c45d1a3de7aacfebc5413d351981883500d/pydantic_ome_ngff-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f21bc78094f61c7a1940deccc72d377e0cb0bd3cea3383ab1fb4fdaa74e5f1a6",
                "md5": "2bd554d9fa85107d7e8b33dfc5915b4e",
                "sha256": "ed5779b3ccf50254f3c96ef42cf0c0a0aa7df62f2eb966350c85e590d10563a4"
            },
            "downloads": -1,
            "filename": "pydantic_ome_ngff-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2bd554d9fa85107d7e8b33dfc5915b4e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 13836,
            "upload_time": "2024-03-31T15:44:57",
            "upload_time_iso_8601": "2024-03-31T15:44:57.042112Z",
            "url": "https://files.pythonhosted.org/packages/f2/1b/c78094f61c7a1940deccc72d377e0cb0bd3cea3383ab1fb4fdaa74e5f1a6/pydantic_ome_ngff-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-31 15:44:57",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pydantic-ome-ngff"
}
        
Elapsed time: 0.24162s