ssb-datadoc-model


Namessb-datadoc-model JSON
Version 6.0.0 PyPI version JSON
download
home_pagehttps://github.com/statisticsnorway/ssb-datadoc-model
SummaryData Model for use in Statistics Norway's Metadata system
upload_time2024-07-09 07:32:18
maintainerNone
docs_urlNone
authorStatistics Norway
requires_python>=3.10
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ssb-datadoc-model

Data Model for use in Statistics Norway's Metadata system

## Purpose

This package contains pydantic models defining the fields and data types used in Statistics Norway's metadata system. The purpose of these models is to:

- Enable validation of user data
- Enable serialization and deserialization of metadata files
- Support versioning of the metadata format
- Enforce consistency across multiple tools

## Release

To release this package, create a branch and run `poetry version [patch | minor | major]` depending on your change. Once the branch is merged, a GitHub Actions workflow handles the rest.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/statisticsnorway/ssb-datadoc-model",
    "name": "ssb-datadoc-model",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Statistics Norway",
    "author_email": "stat-dev@ssb.no",
    "download_url": "https://files.pythonhosted.org/packages/dc/d9/22cd3704caa8a69176401bfe77035ce7e319ee4f16593a3511c46dd0bbc2/ssb_datadoc_model-6.0.0.tar.gz",
    "platform": null,
    "description": "# ssb-datadoc-model\n\nData Model for use in Statistics Norway's Metadata system\n\n## Purpose\n\nThis package contains pydantic models defining the fields and data types used in Statistics Norway's metadata system. The purpose of these models is to:\n\n- Enable validation of user data\n- Enable serialization and deserialization of metadata files\n- Support versioning of the metadata format\n- Enforce consistency across multiple tools\n\n## Release\n\nTo release this package, create a branch and run `poetry version [patch | minor | major]` depending on your change. Once the branch is merged, a GitHub Actions workflow handles the rest.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Data Model for use in Statistics Norway's Metadata system",
    "version": "6.0.0",
    "project_urls": {
        "Homepage": "https://github.com/statisticsnorway/ssb-datadoc-model",
        "Repository": "https://github.com/statisticsnorway/ssb-datadoc-model"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a8449f303ad7dec026867b9ede03db0b4932fa1c8360c5fc9ee249ca24226f0f",
                "md5": "f5a0abfe32cbb942b9ea93b90617461e",
                "sha256": "be278972357a2e424e1a396e4ccdeb42a454a67489d772de5009938b3dee1b6d"
            },
            "downloads": -1,
            "filename": "ssb_datadoc_model-6.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f5a0abfe32cbb942b9ea93b90617461e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 6234,
            "upload_time": "2024-07-09T07:32:17",
            "upload_time_iso_8601": "2024-07-09T07:32:17.728633Z",
            "url": "https://files.pythonhosted.org/packages/a8/44/9f303ad7dec026867b9ede03db0b4932fa1c8360c5fc9ee249ca24226f0f/ssb_datadoc_model-6.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dcd922cd3704caa8a69176401bfe77035ce7e319ee4f16593a3511c46dd0bbc2",
                "md5": "8435ed6422b14c1bc5e38b506ddb03bd",
                "sha256": "b4d97fbdff1f423d7fc31cbf7881b63b722777b5c8fbfce5f0af1f5d6671fd36"
            },
            "downloads": -1,
            "filename": "ssb_datadoc_model-6.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8435ed6422b14c1bc5e38b506ddb03bd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 5442,
            "upload_time": "2024-07-09T07:32:18",
            "upload_time_iso_8601": "2024-07-09T07:32:18.767667Z",
            "url": "https://files.pythonhosted.org/packages/dc/d9/22cd3704caa8a69176401bfe77035ce7e319ee4f16593a3511c46dd0bbc2/ssb_datadoc_model-6.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-09 07:32:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "statisticsnorway",
    "github_project": "ssb-datadoc-model",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ssb-datadoc-model"
}
        
Elapsed time: 0.72572s