Python-step-series

Latest version: v1.0.0

Safety actively analyzes 623694 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.0.0

-------------------------

- Add documentation for both English and Japanese
- Update responses module to reflect upstream firmware changes (always return int instead of bool)
- Make ``SetDestIp`` a get command instead of a set (compatible with both)

0.0.2

-------------------------

- Added support for the STEP800 motor controller
- Added the following commands:
- GetPositionList (``/getPositionList``)
- GetTval_mA (``/getTval_mA``)
- GetDir (``/getDir``)
- EnableDirReport (``/enableDirReport``)
- SetPositionReportInterval (``/setPositionReportInterval``)
- SetPositionListReportInterval (``/setPositionListReportInterval``)
- GetElPos (``/getElPos``)
- SetElPos (``/setElPos``)
- ResetDevice (``/resetDevice``)
- Added the ``with_callback`` parameter to ``STEPXXX.get`` to allow users to not send the get response to any registered callbacks
- Added ``response_cls`` to every ``OSCGetCommand`` (NOTE: this attr is now required)
- Added the ``callback`` attr to allow short-hand registration of callbacks for reports (i.e. ``/setPositionReportInterval``)

- Fixed an issue with ``STEPXXX.get`` only returning 1 response when there are multiple (`1`_)
- Refractored tests to make them more robust and intelligent

0.0.1

-------------------------

- First release


.. _1: https://github.com/ponoor/python-step-series/issues/1

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.