nxslib


Namenxslib JSON
Version 0.9.1 PyPI version JSON
download
home_page
SummaryNxScope client library
upload_time2023-10-04 17:45:44
maintainer
docs_urlNone
author
requires_python>=3.10
licenseApache-2.0
keywords nuttx
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # Nxslib
![master workflow](https://github.com/railab/nxslib/actions/workflows/master.yml/badge.svg)

Nxslib is a Python client library for the [Apache NuttX](https://nuttx.apache.org/)
NxScope real-time logging module.

Compatible with Python 3.10+.

## Features

* built-in simulated NxScope device that allows application development without 
connecting a real NuttX device
* support for the NxScope serial protocol
* support for Segger RTT interface based on [pylink](https://github.com/square/pylink)
* user-specific stream data decoding (user-defined types)
* support for custom protocols

## Instalation

Nxslib can be installed by running `pip install nxslib`.

To install latest development version, use:

`pip install git+https://github.com/railab/nxslib.git`

## Contributing

All contributions are welcome to this project.

To get started with developing Nxslib, see [CONTRIBUTING.md](CONTRIBUTING.md).

## Usage

Look at [docs/usage](docs/usage.rst).

## Tools
* [Nxscli](https://github.com/railab/nxscli/) - a command-line interface based on Nxslib

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "nxslib",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "nuttx",
    "author": "",
    "author_email": "raiden00 <raiden00@railab.me>",
    "download_url": "https://files.pythonhosted.org/packages/ab/2b/d67b6c63df9dac7244d534de8e3b6cf6efec6a94b66590b1b4fd442f655d/nxslib-0.9.1.tar.gz",
    "platform": null,
    "description": "# Nxslib\n![master workflow](https://github.com/railab/nxslib/actions/workflows/master.yml/badge.svg)\n\nNxslib is a Python client library for the [Apache NuttX](https://nuttx.apache.org/)\nNxScope real-time logging module.\n\nCompatible with Python 3.10+.\n\n## Features\n\n* built-in simulated NxScope device that allows application development without \nconnecting a real NuttX device\n* support for the NxScope serial protocol\n* support for Segger RTT interface based on [pylink](https://github.com/square/pylink)\n* user-specific stream data decoding (user-defined types)\n* support for custom protocols\n\n## Instalation\n\nNxslib can be installed by running `pip install nxslib`.\n\nTo install latest development version, use:\n\n`pip install git+https://github.com/railab/nxslib.git`\n\n## Contributing\n\nAll contributions are welcome to this project.\n\nTo get started with developing Nxslib, see [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## Usage\n\nLook at [docs/usage](docs/usage.rst).\n\n## Tools\n* [Nxscli](https://github.com/railab/nxscli/) - a command-line interface based on Nxslib\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "NxScope client library",
    "version": "0.9.1",
    "project_urls": {
        "Changelog": "https://github.com/railab/nxslib/blob/master/CHANGES.md",
        "Homepage": "https://github.com/railab/nxslib"
    },
    "split_keywords": [
        "nuttx"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a812a89f9549af958c2a64cd4bf75b5688b3c03de319645aea353badefb7899e",
                "md5": "0126a20a34b496d2a2fe44380299b42d",
                "sha256": "1f84874cd82c20b736f0604a0538d337f95513ce9a504f00f06898864735abd0"
            },
            "downloads": -1,
            "filename": "nxslib-0.9.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0126a20a34b496d2a2fe44380299b42d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 31273,
            "upload_time": "2023-10-04T17:45:41",
            "upload_time_iso_8601": "2023-10-04T17:45:41.315613Z",
            "url": "https://files.pythonhosted.org/packages/a8/12/a89f9549af958c2a64cd4bf75b5688b3c03de319645aea353badefb7899e/nxslib-0.9.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ab2bd67b6c63df9dac7244d534de8e3b6cf6efec6a94b66590b1b4fd442f655d",
                "md5": "686e51356aee75ff7c5bb1f3969a014f",
                "sha256": "f7b8404dcca84ad2738b44480cbdf46c64c7de7ae80fb7692c59e86a426f405a"
            },
            "downloads": -1,
            "filename": "nxslib-0.9.1.tar.gz",
            "has_sig": false,
            "md5_digest": "686e51356aee75ff7c5bb1f3969a014f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 29227,
            "upload_time": "2023-10-04T17:45:44",
            "upload_time_iso_8601": "2023-10-04T17:45:44.822481Z",
            "url": "https://files.pythonhosted.org/packages/ab/2b/d67b6c63df9dac7244d534de8e3b6cf6efec6a94b66590b1b4fd442f655d/nxslib-0.9.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-04 17:45:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "railab",
    "github_project": "nxslib",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "nxslib"
}
        
Elapsed time: 0.95989s