Skip to content

Draft: Add DeviceProxyCodec and DeviceProxyJson

Andrew Bolin requested to merge andrew-bolin/pytango:json-codec into develop

DeviceProxyCodec transparently wraps a DeviceProxy to encode/decode strings passed to some commands and received from some attributes.

DeviceProxyJson derives from DeviceProxyCodec, using the JSON (JavaScript Object Notation) format.


This is my first MR to pytango so I am sure I have broken many rules/conventions. Please let me know 😄

TODO:

  • Add documentation
  • Add missing copyright headers / docstrings
  • Set up conda and test this (or maybe the CI pipeline can do it for me?)
Edited by Andrew Bolin

Merge request reports