معرفی شرکت ها


dronecan-1.0.9


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Python implementation of the DroneCAN protocol stack
ویژگی مقدار
سیستم عامل -
نام فایل dronecan-1.0.9
نام dronecan
نسخه کتابخانه 1.0.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Pavel Kirienko, Ben Dyer
ایمیل نویسنده uavcan@googlegroups.com
آدرس صفحه اصلی https://dronecan.github.io
آدرس اینترنتی https://pypi.org/project/dronecan/
مجوز MIT
DroneCAN v1 stack in Python [a fork of UAVCAN v0.9] ========================== Python implementation of the [DroneCAN v1 protocol stack](http://dronecan.github.io). DroneCAN is a lightweight protocol designed for reliable communication in aerospace and robotic applications via CAN bus. ## Documentation * [DroneCAN v1 website](http://dronecan.github.io) * [Pydronecan documentation and tutorials](http://dronecan.org/Implementations/Pydronecan/) ## Installation Compatible Python versions are 2.7 and 3.3 and newer. If the library is used with Python 3, which is recommended, it does not require any additional dependencies. If Python 2.7 is used, additional dependencies are needed - refer to `setup.py` for more info. ```bash pip install dronecan ``` ## Development ### Automatic deployment to PyPI In order to deploy to PyPI via CI, do this: 1. Update the version number in `version.py`, e.g. `1.0.0`, and commit before proceeding. 2. Create a new tag with the same version number, e.g. `git tag -a 1.0.0 -m "My release 1.0.0"` 3. Push to master. ### Code style Please follow the existing coding styles. ## History Much of the development of this tool is based upon original work by Pavel Kirienko and others from the UAVCAN Development Team. See https://github.com/UAVCAN/pyuavcan/tree/legacy-v0 for contributors.


نحوه نصب


نصب پکیج whl dronecan-1.0.9:

    pip install dronecan-1.0.9.whl


نصب پکیج tar.gz dronecan-1.0.9:

    pip install dronecan-1.0.9.tar.gz