aind-data-schema


Nameaind-data-schema JSON
Version 2.1.0 PyPI version JSON
download
home_pageNone
SummaryA library that defines AIND data schema and validates JSON files.
upload_time2025-10-20 18:30:42
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # aind-data-schema

[![License](https://img.shields.io/badge/license-MIT-brightgreen)](LICENSE)
![Code Style](https://img.shields.io/badge/code%20style-black-black)
[![Documentation Status](https://readthedocs.org/projects/aind-data-schema/badge/?version=latest)](https://aind-data-schema.readthedocs.io/en/latest/?badge=latest)

A library that defines [AIND](https://alleninstitute.org/what-we-do/brain-science/research/allen-institute-neural-dynamics/) data schema and validates JSON files. 

## Installation

```python
pip install aind-data-schema
```

## Documentation

[Read the documentation](https://aind-data-schema.readthedocs.io/en/latest/).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "aind-data-schema",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/9a/93/a283d16a6ffb59f9cd558edcb0fcea5b1099d81921c3ac167a43cc3c4f3d/aind_data_schema-2.1.0.tar.gz",
    "platform": null,
    "description": "# aind-data-schema\n\n[![License](https://img.shields.io/badge/license-MIT-brightgreen)](LICENSE)\n![Code Style](https://img.shields.io/badge/code%20style-black-black)\n[![Documentation Status](https://readthedocs.org/projects/aind-data-schema/badge/?version=latest)](https://aind-data-schema.readthedocs.io/en/latest/?badge=latest)\n\nA library that defines [AIND](https://alleninstitute.org/what-we-do/brain-science/research/allen-institute-neural-dynamics/) data schema and validates JSON files. \n\n## Installation\n\n```python\npip install aind-data-schema\n```\n\n## Documentation\n\n[Read the documentation](https://aind-data-schema.readthedocs.io/en/latest/).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A library that defines AIND data schema and validates JSON files.",
    "version": "2.1.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "861c40593876feb8cb106ca45b9d25a708abf68db544358286abfd950074a109",
                "md5": "785a3888419652b5f35719440bfc7398",
                "sha256": "0b59880cc3c22f703b2f8f99249d178cd177b2ab6fd2cb115e37251606404957"
            },
            "downloads": -1,
            "filename": "aind_data_schema-2.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "785a3888419652b5f35719440bfc7398",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 86103,
            "upload_time": "2025-10-20T18:30:40",
            "upload_time_iso_8601": "2025-10-20T18:30:40.413135Z",
            "url": "https://files.pythonhosted.org/packages/86/1c/40593876feb8cb106ca45b9d25a708abf68db544358286abfd950074a109/aind_data_schema-2.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9a93a283d16a6ffb59f9cd558edcb0fcea5b1099d81921c3ac167a43cc3c4f3d",
                "md5": "564675fe229c86cf94b4099ae2c62fcb",
                "sha256": "899d1a209211c742ece04c9506500983f0a8ffc7e0911f0e82e4d9501f50134e"
            },
            "downloads": -1,
            "filename": "aind_data_schema-2.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "564675fe229c86cf94b4099ae2c62fcb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 750414,
            "upload_time": "2025-10-20T18:30:42",
            "upload_time_iso_8601": "2025-10-20T18:30:42.133109Z",
            "url": "https://files.pythonhosted.org/packages/9a/93/a283d16a6ffb59f9cd558edcb0fcea5b1099d81921c3ac167a43cc3c4f3d/aind_data_schema-2.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-20 18:30:42",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "aind-data-schema"
}
        
Elapsed time: 2.74269s