data-product-definition-tooling


Namedata-product-definition-tooling JSON
Version 0.0.13 PyPI version JSON
download
home_pagehttps://github.com/ioxio-dataspace/data-product-definition-tooling
SummaryData Product Definition Tooling
upload_time2023-06-08 07:46:13
maintainer
docs_urlNone
authorIOXIO Ltd
requires_python>=3.9.0,<4
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Data Product Definitions tooling

Tools for managing Data Product definitions

# Installation

```shell
poetry install
```

# Usage

```shell
poetry run converter --help

# run tests
poetry run invoke test

# release a new version (after bumping it in pyproject.toml)
poetry run invoke release
```

## Pre-commit hooks

```yaml
repos:
  - repo: https://github.com/ioxio-dataspace/data-product-definition-tooling
    rev: main # You probably want to lock this to a specific tag
    hooks:
      - id: data-product-definition-converter
        files: "src/.*py$"
        args: ["src", "dest"]
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ioxio-dataspace/data-product-definition-tooling",
    "name": "data-product-definition-tooling",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9.0,<4",
    "maintainer_email": "",
    "keywords": "",
    "author": "IOXIO Ltd",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/14/45/64b0169ac21d6147733a41271da194764a65f661611338f65c79e494e957/data_product_definition_tooling-0.0.13.tar.gz",
    "platform": null,
    "description": "# Data Product Definitions tooling\n\nTools for managing Data Product definitions\n\n# Installation\n\n```shell\npoetry install\n```\n\n# Usage\n\n```shell\npoetry run converter --help\n\n# run tests\npoetry run invoke test\n\n# release a new version (after bumping it in pyproject.toml)\npoetry run invoke release\n```\n\n## Pre-commit hooks\n\n```yaml\nrepos:\n  - repo: https://github.com/ioxio-dataspace/data-product-definition-tooling\n    rev: main # You probably want to lock this to a specific tag\n    hooks:\n      - id: data-product-definition-converter\n        files: \"src/.*py$\"\n        args: [\"src\", \"dest\"]\n```\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Data Product Definition Tooling",
    "version": "0.0.13",
    "project_urls": {
        "Homepage": "https://github.com/ioxio-dataspace/data-product-definition-tooling",
        "Repository": "https://github.com/ioxio-dataspace/data-product-definition-tooling"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1fedec601366581a437d75b3bb0985951bcd138766a4b0ee6410c429954eb0b4",
                "md5": "97718eac8e600d2a05f50dc2efe41958",
                "sha256": "c3e0a7bfc44118fe66624587133aa203e5b3f01254b7eee8f91169757bbe7317"
            },
            "downloads": -1,
            "filename": "data_product_definition_tooling-0.0.13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "97718eac8e600d2a05f50dc2efe41958",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0,<4",
            "size": 18559,
            "upload_time": "2023-06-08T07:46:12",
            "upload_time_iso_8601": "2023-06-08T07:46:12.479109Z",
            "url": "https://files.pythonhosted.org/packages/1f/ed/ec601366581a437d75b3bb0985951bcd138766a4b0ee6410c429954eb0b4/data_product_definition_tooling-0.0.13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "144564b0169ac21d6147733a41271da194764a65f661611338f65c79e494e957",
                "md5": "19e7631388dbc67fa0905e9abd837f38",
                "sha256": "ce0b208e66d58b6bee8b05a47638abfbd71c0cdbd1a1c204c1f961a68eb0f636"
            },
            "downloads": -1,
            "filename": "data_product_definition_tooling-0.0.13.tar.gz",
            "has_sig": false,
            "md5_digest": "19e7631388dbc67fa0905e9abd837f38",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0,<4",
            "size": 10927,
            "upload_time": "2023-06-08T07:46:13",
            "upload_time_iso_8601": "2023-06-08T07:46:13.681508Z",
            "url": "https://files.pythonhosted.org/packages/14/45/64b0169ac21d6147733a41271da194764a65f661611338f65c79e494e957/data_product_definition_tooling-0.0.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-08 07:46:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ioxio-dataspace",
    "github_project": "data-product-definition-tooling",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "data-product-definition-tooling"
}
        
Elapsed time: 0.08139s