vdma-lif


Namevdma-lif JSON
Version 1.0.0.4 PyPI version JSON
download
home_pageNone
SummaryJSON parsers and models for the VDMA - LIF (Layout Interchange Format), which is used for defining track layouts and exchanging information between the integrator of driverless transport vehicles and a third-party master control system.
upload_time2024-11-19 09:49:36
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords json vdma lif vda5050
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # VDMA-LIF JSON Parsers

JSON parsers and models for the VDMA - LIF (Layout Interchange Format), which is used for defining track layouts and exchanging information between the integrator of driverless transport vehicles and a third-party master control system.

The models are generated from a json schema which can be found in the [vdma-lif repository](https://github.com/continua-systems/vdma-lif.git).

## Install

```bash
pip install vmda_lif
```

## Usage

### Read layouts from file
```python
from vdma_lif.parser import LIFParser
layout_collection = LIFParser.from_file("example.lif.json")
```

### Read layouts from string
```python
from vdma_lif.parser import LIFParser
layout_collection = LIFParser.from_json(layout_collection_str)
```

### Convert into json
```
layout_collection_str = LIFParser.to_json(layout_collection)
```

### Write layouts to file:
```python
LIFParser.to_file(layout_collection, "example.lif.json")
```

## License

This project is licensed under the **MIT License**.

## Maintainers

This repository is maintained by Continua Systems GmbH. For any inquiries, please contact us at:

* Website: https://continua.systems
* Email: info@continua.systems

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "vdma-lif",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "json, vdma, lif, vda5050",
    "author": null,
    "author_email": "Continua Systems GmbH <info@continua.systems>",
    "download_url": "https://files.pythonhosted.org/packages/75/64/5fff38900b16051598e6cd112bff59ebbdf852c3ba75ed230846e0ebdd08/vdma_lif-1.0.0.4.tar.gz",
    "platform": null,
    "description": "# VDMA-LIF JSON Parsers\n\nJSON parsers and models for the VDMA - LIF (Layout Interchange Format), which is used for defining track layouts and exchanging information between the integrator of driverless transport vehicles and a third-party master control system.\n\nThe models are generated from a json schema which can be found in the [vdma-lif repository](https://github.com/continua-systems/vdma-lif.git).\n\n## Install\n\n```bash\npip install vmda_lif\n```\n\n## Usage\n\n### Read layouts from file\n```python\nfrom vdma_lif.parser import LIFParser\nlayout_collection = LIFParser.from_file(\"example.lif.json\")\n```\n\n### Read layouts from string\n```python\nfrom vdma_lif.parser import LIFParser\nlayout_collection = LIFParser.from_json(layout_collection_str)\n```\n\n### Convert into json\n```\nlayout_collection_str = LIFParser.to_json(layout_collection)\n```\n\n### Write layouts to file:\n```python\nLIFParser.to_file(layout_collection, \"example.lif.json\")\n```\n\n## License\n\nThis project is licensed under the **MIT License**.\n\n## Maintainers\n\nThis repository is maintained by Continua Systems GmbH. For any inquiries, please contact us at:\n\n* Website: https://continua.systems\n* Email: info@continua.systems\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "JSON parsers and models for the VDMA - LIF (Layout Interchange Format), which is used for defining track layouts and exchanging information between the integrator of driverless transport vehicles and a third-party master control system.",
    "version": "1.0.0.4",
    "project_urls": {
        "Homepage": "https://github.com/continua-systems/vdma-lif.git"
    },
    "split_keywords": [
        "json",
        " vdma",
        " lif",
        " vda5050"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8a6aabe2e886a24dad52ecd75e8caedb971882aa0ec7f4dac7db4a8a76ccf1f3",
                "md5": "8c5ab8b27601bd4089cc6092d2a54ae8",
                "sha256": "39ed1f2a873904c31597cdd5602a1756dff1cb5a0c0d01b7deacf659486f4064"
            },
            "downloads": -1,
            "filename": "vdma_lif-1.0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8c5ab8b27601bd4089cc6092d2a54ae8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 7252,
            "upload_time": "2024-11-19T09:49:35",
            "upload_time_iso_8601": "2024-11-19T09:49:35.226987Z",
            "url": "https://files.pythonhosted.org/packages/8a/6a/abe2e886a24dad52ecd75e8caedb971882aa0ec7f4dac7db4a8a76ccf1f3/vdma_lif-1.0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "75645fff38900b16051598e6cd112bff59ebbdf852c3ba75ed230846e0ebdd08",
                "md5": "e5cde9ee1a3ca9d3e7b40679f3373334",
                "sha256": "6eef0a81c6f4d05362fd5e56fa51ade1008638a0f165f6d205212e9a6a47aaa5"
            },
            "downloads": -1,
            "filename": "vdma_lif-1.0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "e5cde9ee1a3ca9d3e7b40679f3373334",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 9173,
            "upload_time": "2024-11-19T09:49:36",
            "upload_time_iso_8601": "2024-11-19T09:49:36.911988Z",
            "url": "https://files.pythonhosted.org/packages/75/64/5fff38900b16051598e6cd112bff59ebbdf852c3ba75ed230846e0ebdd08/vdma_lif-1.0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-19 09:49:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "continua-systems",
    "github_project": "vdma-lif",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "vdma-lif"
}
        
Elapsed time: 0.33871s