yamcs-pymdb


Nameyamcs-pymdb JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/yamcs/pymdb
SummaryGenerate XTCE for use with Yamcs
upload_time2025-09-09 14:51:36
maintainerNone
docs_urlNone
authorSpace Applications Services
requires_python>=3.9
licenseLGPL
keywords packet telemetry ccsds xtce yamcs
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Yamcs PyMDB

> [!WARNING]
> This software is in beta development status. Documentation is limited, and API is subject to change.
>
> If you'd like to try it out, have a look at the [examples](https://github.com/yamcs/pymdb/tree/master/examples) which explain the base setup for either CCSDS or CSP-style packets. Other common formats will be added over time.

```
pip install yamcs-pymdb
```

Use this Python library to generate XTCE XML files for use with [Yamcs Mission Control](https://yamcs.org):

```python
import yamcs.pymdb as Y

spacecraft = Y.System("Spacecraft")

param1 = Y.IntegerParameter(
    system=spacecraft,
    name="param1",
    signed=False,
    encoding=Y.uint8_t,
)

param2 = Y.EnumeratedParameter(
    system=spacecraft,
    name="param2",
    choices=[
        (0, "SUCCESS"),
        (-1, "ERROR"),
    ],
    encoding=Y.int8_t,
)

# Emit an XML that conforms to XTCE
print(spacecraft.dumps())
```

## License

LGPL-3.0. See [LICENSE](https://github.com/yamcs/pymdb/blob/master/LICENSE)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yamcs/pymdb",
    "name": "yamcs-pymdb",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "packet telemetry ccsds xtce yamcs",
    "author": "Space Applications Services",
    "author_email": "yamcs@spaceapplications.com",
    "download_url": "https://files.pythonhosted.org/packages/14/53/fba5b6041225bba39f8ad18c066afa1d1c28a97ce2a705bcea719f79c253/yamcs_pymdb-1.1.0.tar.gz",
    "platform": "Posix; MacOS X; Windows",
    "description": "# Yamcs PyMDB\n\n> [!WARNING]\n> This software is in beta development status. Documentation is limited, and API is subject to change.\n>\n> If you'd like to try it out, have a look at the [examples](https://github.com/yamcs/pymdb/tree/master/examples) which explain the base setup for either CCSDS or CSP-style packets. Other common formats will be added over time.\n\n```\npip install yamcs-pymdb\n```\n\nUse this Python library to generate XTCE XML files for use with [Yamcs Mission Control](https://yamcs.org):\n\n```python\nimport yamcs.pymdb as Y\n\nspacecraft = Y.System(\"Spacecraft\")\n\nparam1 = Y.IntegerParameter(\n    system=spacecraft,\n    name=\"param1\",\n    signed=False,\n    encoding=Y.uint8_t,\n)\n\nparam2 = Y.EnumeratedParameter(\n    system=spacecraft,\n    name=\"param2\",\n    choices=[\n        (0, \"SUCCESS\"),\n        (-1, \"ERROR\"),\n    ],\n    encoding=Y.int8_t,\n)\n\n# Emit an XML that conforms to XTCE\nprint(spacecraft.dumps())\n```\n\n## License\n\nLGPL-3.0. See [LICENSE](https://github.com/yamcs/pymdb/blob/master/LICENSE)\n",
    "bugtrack_url": null,
    "license": "LGPL",
    "summary": "Generate XTCE for use with Yamcs",
    "version": "1.1.0",
    "project_urls": {
        "Homepage": "https://github.com/yamcs/pymdb"
    },
    "split_keywords": [
        "packet",
        "telemetry",
        "ccsds",
        "xtce",
        "yamcs"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7d4c96369d2f4fcf838c97e80bb241d658a49f65b96cc2bef91c355b5190d5dc",
                "md5": "3d4f743117ee581b66808111cf9a3023",
                "sha256": "94321af3f1f79d7bb348edd54388444422e1e4a6c4a4c1268007f93d453af43a"
            },
            "downloads": -1,
            "filename": "yamcs_pymdb-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3d4f743117ee581b66808111cf9a3023",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 43199,
            "upload_time": "2025-09-09T14:51:35",
            "upload_time_iso_8601": "2025-09-09T14:51:35.839255Z",
            "url": "https://files.pythonhosted.org/packages/7d/4c/96369d2f4fcf838c97e80bb241d658a49f65b96cc2bef91c355b5190d5dc/yamcs_pymdb-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1453fba5b6041225bba39f8ad18c066afa1d1c28a97ce2a705bcea719f79c253",
                "md5": "20d57db7103822fa2010843959ca96e5",
                "sha256": "0b5e7d5e60f34a4ecd7a5481b2ce674c8fbfed9acc702d3521eec16804b1cded"
            },
            "downloads": -1,
            "filename": "yamcs_pymdb-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "20d57db7103822fa2010843959ca96e5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 37219,
            "upload_time": "2025-09-09T14:51:36",
            "upload_time_iso_8601": "2025-09-09T14:51:36.820389Z",
            "url": "https://files.pythonhosted.org/packages/14/53/fba5b6041225bba39f8ad18c066afa1d1c28a97ce2a705bcea719f79c253/yamcs_pymdb-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-09 14:51:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yamcs",
    "github_project": "pymdb",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "yamcs-pymdb"
}
        
Elapsed time: 3.55718s