aind-data-schema


Nameaind-data-schema JSON
Version 2.0.0 PyPI version JSON
download
home_pageNone
SummaryA library that defines AIND data schema and validates JSON files.
upload_time2025-07-17 16:25:43
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/3e/3c/8ac2ae366136f271d7aa3a8d8632b1518d82b18a8d8d0e46fea7cd08e0f8/aind_data_schema-2.0.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.0.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4574d6f3a30575b92813940349018665ff2748749f2e788bcdbad39f48d055ce",
                "md5": "08ce5dfec7dae5bad7a477d1e683c039",
                "sha256": "16a79e64778f17d06e09e2348bf407f1fc4d357fd1e92b0f241fd662a2827e48"
            },
            "downloads": -1,
            "filename": "aind_data_schema-2.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "08ce5dfec7dae5bad7a477d1e683c039",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 83888,
            "upload_time": "2025-07-17T16:25:41",
            "upload_time_iso_8601": "2025-07-17T16:25:41.535775Z",
            "url": "https://files.pythonhosted.org/packages/45/74/d6f3a30575b92813940349018665ff2748749f2e788bcdbad39f48d055ce/aind_data_schema-2.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3e3c8ac2ae366136f271d7aa3a8d8632b1518d82b18a8d8d0e46fea7cd08e0f8",
                "md5": "fcdfeb44abbe26d1e2b5c60ef7418fa6",
                "sha256": "dfcf1578643634594c965b3f3b3a868f0858eb6f1c20ea61f7d3065aa73e4e8b"
            },
            "downloads": -1,
            "filename": "aind_data_schema-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "fcdfeb44abbe26d1e2b5c60ef7418fa6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 733068,
            "upload_time": "2025-07-17T16:25:43",
            "upload_time_iso_8601": "2025-07-17T16:25:43.122017Z",
            "url": "https://files.pythonhosted.org/packages/3e/3c/8ac2ae366136f271d7aa3a8d8632b1518d82b18a8d8d0e46fea7cd08e0f8/aind_data_schema-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-17 16:25:43",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "aind-data-schema"
}
        
Elapsed time: 1.73649s