ssb-datadoc-model


Namessb-datadoc-model JSON
Version 5.2.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-04-23 13:37:24
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/23/d1/97d04328e5fcc2b49b43a1f1b4a934e48ce5e808cae2bb140cb76c47eeff/ssb_datadoc_model-5.2.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": "5.2.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": "a91974eaff8a09a138a0e6c23ad9bec3519d9b32379c2f04419e27660bc6a4ea",
                "md5": "a8f5eaf5f9067709cb857cb2fd5c098b",
                "sha256": "956a299b626afdf2946579d413d29ac985339e67c81a2c69928db6c8ac55cb9d"
            },
            "downloads": -1,
            "filename": "ssb_datadoc_model-5.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a8f5eaf5f9067709cb857cb2fd5c098b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 6231,
            "upload_time": "2024-04-23T13:37:23",
            "upload_time_iso_8601": "2024-04-23T13:37:23.739456Z",
            "url": "https://files.pythonhosted.org/packages/a9/19/74eaff8a09a138a0e6c23ad9bec3519d9b32379c2f04419e27660bc6a4ea/ssb_datadoc_model-5.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23d197d04328e5fcc2b49b43a1f1b4a934e48ce5e808cae2bb140cb76c47eeff",
                "md5": "27a4a5e9e44752ff84e945f5d674150e",
                "sha256": "4f3217b813e0ab92f060289f67c8705ada290ec320678611b79bb5d68c2aa366"
            },
            "downloads": -1,
            "filename": "ssb_datadoc_model-5.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "27a4a5e9e44752ff84e945f5d674150e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 5450,
            "upload_time": "2024-04-23T13:37:24",
            "upload_time_iso_8601": "2024-04-23T13:37:24.888909Z",
            "url": "https://files.pythonhosted.org/packages/23/d1/97d04328e5fcc2b49b43a1f1b4a934e48ce5e808cae2bb140cb76c47eeff/ssb_datadoc_model-5.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-23 13:37:24",
    "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.22670s