py_canoe


Namepy_canoe JSON
Version 2.1.3 PyPI version JSON
download
home_pagehttps://github.com/chaitu-ycr/py_canoe.git
SummaryPython CANoe Package
upload_time2024-01-30 16:32:30
maintainer
docs_urlNone
authorchaitu-ycr
requires_python>=3.8,<4.0
licenseLICENSE
keywords vector canoe py_canoe
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # About [py_canoe](https://github.com/chaitu-ycr/py_canoe)

Python 🐍 Package for controlling Vector CANoe 🛶 Tool

fork [this repo](https://github.com/chaitu-ycr/py_canoe/fork) and create pull request to contribute back to this project.

for ideas/discussions please create new discussion [here](https://github.com/chaitu-ycr/py_canoe/discussions)

create issue or request feature [here](https://github.com/chaitu-ycr/py_canoe/issues/new/choose)

## GitHub Releases 👉 [link](https://github.com/chaitu-ycr/py_canoe/releases)

## PyPi Package 👉 [link](https://pypi.org/project/py_canoe/)

## Prerequisites [link](https://chaitu-ycr.github.io/py_canoe/002_prerequisites/)

## Python environment setup instructions [link](https://chaitu-ycr.github.io/py_canoe/003_environment_setup/)

## Install [py_canoe](https://pypi.org/project/py_canoe/) package

```bat
pip install py_canoe --upgrade
```

## Documentation Links

### example use cases 👉 [link](https://chaitu-ycr.github.io/py_canoe/004_usage/)

### package reference doc 👉 [link](https://chaitu-ycr.github.io/py_canoe/999_reference/)

## Sample Example

```python
# Import CANoe module
from py_canoe import CANoe

# create CANoe object
canoe_inst = CANoe()

# open CANoe configuration. Replace canoe_cfg with yours.
canoe_inst.open(canoe_cfg=r'tests\demo_cfg\demo.cfg')

# print installed CANoe application version
canoe_inst.get_canoe_version_info()

# Start CANoe measurement
canoe_inst.start_measurement()

# get signal value. Replace arguments with your message and signal data.
sig_val = canoe_inst.get_signal_value('CAN', 1, 'LightState', 'FlashLight')
print(sig_val)

# Stop CANoe Measurement
canoe_inst.stop_measurement()

# Quit / Close CANoe configuration
canoe_inst.quit()
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/chaitu-ycr/py_canoe.git",
    "name": "py_canoe",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "Vector,CANoe,py_canoe",
    "author": "chaitu-ycr",
    "author_email": "chaitu.ycr@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a4/95/4a13d9a80f5cd45797635902ea3d662705a3d6c582989d673e6647557e81/py_canoe-2.1.3.tar.gz",
    "platform": null,
    "description": "# About [py_canoe](https://github.com/chaitu-ycr/py_canoe)\n\nPython \ud83d\udc0d Package for controlling Vector CANoe \ud83d\udef6 Tool\n\nfork [this repo](https://github.com/chaitu-ycr/py_canoe/fork) and create pull request to contribute back to this project.\n\nfor ideas/discussions please create new discussion [here](https://github.com/chaitu-ycr/py_canoe/discussions)\n\ncreate issue or request feature [here](https://github.com/chaitu-ycr/py_canoe/issues/new/choose)\n\n## GitHub Releases \ud83d\udc49 [link](https://github.com/chaitu-ycr/py_canoe/releases)\n\n## PyPi Package \ud83d\udc49 [link](https://pypi.org/project/py_canoe/)\n\n## Prerequisites [link](https://chaitu-ycr.github.io/py_canoe/002_prerequisites/)\n\n## Python environment setup instructions [link](https://chaitu-ycr.github.io/py_canoe/003_environment_setup/)\n\n## Install [py_canoe](https://pypi.org/project/py_canoe/) package\n\n```bat\npip install py_canoe --upgrade\n```\n\n## Documentation Links\n\n### example use cases \ud83d\udc49 [link](https://chaitu-ycr.github.io/py_canoe/004_usage/)\n\n### package reference doc \ud83d\udc49 [link](https://chaitu-ycr.github.io/py_canoe/999_reference/)\n\n## Sample Example\n\n```python\n# Import CANoe module\nfrom py_canoe import CANoe\n\n# create CANoe object\ncanoe_inst = CANoe()\n\n# open CANoe configuration. Replace canoe_cfg with yours.\ncanoe_inst.open(canoe_cfg=r'tests\\demo_cfg\\demo.cfg')\n\n# print installed CANoe application version\ncanoe_inst.get_canoe_version_info()\n\n# Start CANoe measurement\ncanoe_inst.start_measurement()\n\n# get signal value. Replace arguments with your message and signal data.\nsig_val = canoe_inst.get_signal_value('CAN', 1, 'LightState', 'FlashLight')\nprint(sig_val)\n\n# Stop CANoe Measurement\ncanoe_inst.stop_measurement()\n\n# Quit / Close CANoe configuration\ncanoe_inst.quit()\n```\n",
    "bugtrack_url": null,
    "license": "LICENSE",
    "summary": "Python CANoe Package",
    "version": "2.1.3",
    "project_urls": {
        "Documentation": "https://chaitu-ycr.github.io/py_canoe/",
        "Homepage": "https://github.com/chaitu-ycr/py_canoe.git",
        "Repository": "https://github.com/chaitu-ycr/py_canoe.git"
    },
    "split_keywords": [
        "vector",
        "canoe",
        "py_canoe"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "841c780a377a9bbb438f0eda768c2574036e0576b9bd65c530ff0d2cfa9dc697",
                "md5": "dee2b22d2e2f045c498c0632d54da8c4",
                "sha256": "5ac56079f92adafd2cabe26774827667285e5bac5b4bdabf4d6adb3365679534"
            },
            "downloads": -1,
            "filename": "py_canoe-2.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dee2b22d2e2f045c498c0632d54da8c4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 35054,
            "upload_time": "2024-01-30T16:32:27",
            "upload_time_iso_8601": "2024-01-30T16:32:27.515159Z",
            "url": "https://files.pythonhosted.org/packages/84/1c/780a377a9bbb438f0eda768c2574036e0576b9bd65c530ff0d2cfa9dc697/py_canoe-2.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a4954a13d9a80f5cd45797635902ea3d662705a3d6c582989d673e6647557e81",
                "md5": "547cc6e25855d4a5f8286b1216a97510",
                "sha256": "0c11ab30baaf796eec496d9ebc7afad7df718d8b0ddead495a500fd791fe0729"
            },
            "downloads": -1,
            "filename": "py_canoe-2.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "547cc6e25855d4a5f8286b1216a97510",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 28608,
            "upload_time": "2024-01-30T16:32:30",
            "upload_time_iso_8601": "2024-01-30T16:32:30.540564Z",
            "url": "https://files.pythonhosted.org/packages/a4/95/4a13d9a80f5cd45797635902ea3d662705a3d6c582989d673e6647557e81/py_canoe-2.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-30 16:32:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "chaitu-ycr",
    "github_project": "py_canoe",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "py_canoe"
}
        
Elapsed time: 0.24000s