pyvesc-fix


Namepyvesc-fix JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/Hanra-s-work/PyVESC
SummaryThis is a repackagin of a fork from the pyvesc library.
upload_time2024-04-30 13:51:35
maintainerNone
docs_urlNone
authorHenry Letellier
requires_pythonNone
licenseNone
keywords vesc vesc communication protocol packet
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            This is a repackaging of the (broken) package pyvesc
This package can be found here: https://pypi.org/project/pyvesc/

# PyVESC [![Build Status](https://travis-ci.org/LiamBindle/PyVESC.svg?branch=master)](https://travis-ci.org/LiamBindle/PyVESC) [![Documentation Status](https://readthedocs.org/projects/pyvesc/badge/?version=latest)](http://pyvesc.readthedocs.io/en/latest/?badge=latest)

PyVESC is aimed at being a easy to use and robust python implementation of the
communication protocol used by the
[VESC - Open Source ESC](http://vedder.se/2015/01/vesc-open-source-esc/) by
Benjamin Vedder. Its a great project with a really great community and I'd urge
anyone interested in motor controllers to take a look at it.

That being said, if you're here you probably already know about it. This small
project was written by Liam Bindle for the
[University of Saskatchewan Space Design Team](https://usst.ca)
as our primary language for non-embedded system is Python. You might wonder why
you might need a library to handling packing and parsing VESC messages since
Pythons standard
[struct](https://docs.python.org/3.5/library/struct.html)
module is great for almost exaclty this. PyVESC's usefulness comes from the fact
that PyVESC is:

- Well tested
- Robust in handling corrupt packets in a buffer
- Messages are easily extensible so that PyVESC can be used as a generic
  message/codec protocol (ie. at the USST we use PyVESC for sending messages to
  all of our embedded systems)
- Implements a number of common-error catching exceptions to speed up your
  development

## Documentation

For the latest version of PyVESC's documentation [Read The Docs](http://pyvesc.readthedocs.io/en/latest/)

## Contributing

Obviously this is just a quick and dirty project; however, if you have any ideas,
critiques or changes just let me know or submit a pull request.

## License

Just like VESC, PyVESC is distributed under a
[Creative Commons ShareALike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Hanra-s-work/PyVESC",
    "name": "pyvesc-fix",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "vesc, VESC, communication, protocol, packet",
    "author": "Henry Letellier",
    "author_email": "henrysoftwarehouse@protonmail.com",
    "download_url": "https://files.pythonhosted.org/packages/54/52/f4106cfbd2da6af7ce5529e2f670a7f2d5f862f4dfb7f29d3cb994af19a1/pyvesc_fix-1.0.3.tar.gz",
    "platform": null,
    "description": "This is a repackaging of the (broken) package pyvesc\nThis package can be found here: https://pypi.org/project/pyvesc/\n\n# PyVESC [![Build Status](https://travis-ci.org/LiamBindle/PyVESC.svg?branch=master)](https://travis-ci.org/LiamBindle/PyVESC) [![Documentation Status](https://readthedocs.org/projects/pyvesc/badge/?version=latest)](http://pyvesc.readthedocs.io/en/latest/?badge=latest)\n\nPyVESC is aimed at being a easy to use and robust python implementation of the\ncommunication protocol used by the\n[VESC - Open Source ESC](http://vedder.se/2015/01/vesc-open-source-esc/) by\nBenjamin Vedder. Its a great project with a really great community and I'd urge\nanyone interested in motor controllers to take a look at it.\n\nThat being said, if you're here you probably already know about it. This small\nproject was written by Liam Bindle for the\n[University of Saskatchewan Space Design Team](https://usst.ca)\nas our primary language for non-embedded system is Python. You might wonder why\nyou might need a library to handling packing and parsing VESC messages since\nPythons standard\n[struct](https://docs.python.org/3.5/library/struct.html)\nmodule is great for almost exaclty this. PyVESC's usefulness comes from the fact\nthat PyVESC is:\n\n- Well tested\n- Robust in handling corrupt packets in a buffer\n- Messages are easily extensible so that PyVESC can be used as a generic\n  message/codec protocol (ie. at the USST we use PyVESC for sending messages to\n  all of our embedded systems)\n- Implements a number of common-error catching exceptions to speed up your\n  development\n\n## Documentation\n\nFor the latest version of PyVESC's documentation [Read The Docs](http://pyvesc.readthedocs.io/en/latest/)\n\n## Contributing\n\nObviously this is just a quick and dirty project; however, if you have any ideas,\ncritiques or changes just let me know or submit a pull request.\n\n## License\n\nJust like VESC, PyVESC is distributed under a\n[Creative Commons ShareALike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/).\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "This is a repackagin of a fork from the pyvesc library.",
    "version": "1.0.3",
    "project_urls": {
        "Download": "https://github.com/Hanra-s-work/PyVESC1.0.3",
        "Homepage": "https://github.com/Hanra-s-work/PyVESC"
    },
    "split_keywords": [
        "vesc",
        " vesc",
        " communication",
        " protocol",
        " packet"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a3dfa8bd637dbf6e77cdc9e4da9cfd55d7c50dad2356a098dcdae2218ffa0ee0",
                "md5": "ffeee29a39324190f6d2c5335a31f5fb",
                "sha256": "a159839e49a64ceffcc9324de1d644a13eb6c8d09579cbe4ad13321975312eb1"
            },
            "downloads": -1,
            "filename": "pyvesc_fix-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ffeee29a39324190f6d2c5335a31f5fb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 23870,
            "upload_time": "2024-04-30T13:51:33",
            "upload_time_iso_8601": "2024-04-30T13:51:33.772035Z",
            "url": "https://files.pythonhosted.org/packages/a3/df/a8bd637dbf6e77cdc9e4da9cfd55d7c50dad2356a098dcdae2218ffa0ee0/pyvesc_fix-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5452f4106cfbd2da6af7ce5529e2f670a7f2d5f862f4dfb7f29d3cb994af19a1",
                "md5": "755ddf02ab65d5be6b2816d7fceb6ced",
                "sha256": "cf32d09bad80aa75bbf8fc992e56f4d6960e6a2e7a96065498b0b4cd6c67778d"
            },
            "downloads": -1,
            "filename": "pyvesc_fix-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "755ddf02ab65d5be6b2816d7fceb6ced",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 21548,
            "upload_time": "2024-04-30T13:51:35",
            "upload_time_iso_8601": "2024-04-30T13:51:35.550042Z",
            "url": "https://files.pythonhosted.org/packages/54/52/f4106cfbd2da6af7ce5529e2f670a7f2d5f862f4dfb7f29d3cb994af19a1/pyvesc_fix-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-30 13:51:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Hanra-s-work",
    "github_project": "PyVESC",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "pyvesc-fix"
}
        
Elapsed time: 0.23736s