horiba-sdk 0.5.2__tar.gz → 0.5.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/PKG-INFO +2 -1
  2. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/README.md +1 -0
  3. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/pyproject.toml +1 -1
  4. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/LICENSE +0 -0
  5. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/__init__.py +0 -0
  6. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/communication/__init__.py +0 -0
  7. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/communication/abstract_communicator.py +0 -0
  8. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/communication/communication_exception.py +0 -0
  9. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/communication/messages.py +0 -0
  10. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/communication/websocket_communicator.py +0 -0
  11. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/core/__init__.py +0 -0
  12. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/core/acquisition_format.py +0 -0
  13. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/core/clean_count_mode.py +0 -0
  14. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/core/resolution.py +0 -0
  15. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/core/timer_resolution.py +0 -0
  16. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/core/x_axis_conversion_type.py +0 -0
  17. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/devices/__init__.py +0 -0
  18. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/devices/abstract_device_discovery.py +0 -0
  19. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/devices/abstract_device_manager.py +0 -0
  20. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/devices/ccd_discovery.py +0 -0
  21. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/devices/device_manager.py +0 -0
  22. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/devices/fake_device_manager.py +0 -0
  23. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/devices/fake_icl_server.py +0 -0
  24. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/devices/fake_responses/ccd.json +0 -0
  25. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/devices/fake_responses/icl.json +0 -0
  26. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/devices/fake_responses/monochromator.json +0 -0
  27. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/devices/monochromator_discovery.py +0 -0
  28. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/devices/single_devices/__init__.py +0 -0
  29. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/devices/single_devices/abstract_device.py +0 -0
  30. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/devices/single_devices/ccd.py +0 -0
  31. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/devices/single_devices/monochromator.py +0 -0
  32. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/icl_error/__init__.py +0 -0
  33. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/icl_error/abstract_error.py +0 -0
  34. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/icl_error/abstract_error_db.py +0 -0
  35. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/icl_error/error_list.json +0 -0
  36. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/icl_error/icl_error.py +0 -0
  37. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/icl_error/icl_error_db.py +0 -0
  38. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/__init__.py +0 -0
  39. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/communication/__init__.py +0 -0
  40. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/communication/abstract_communicator.py +0 -0
  41. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/communication/test_client.py +0 -0
  42. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/communication/websocket_communicator.py +0 -0
  43. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/devices/__init__.py +0 -0
  44. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/devices/abstract_device_discovery.py +0 -0
  45. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/devices/abstract_device_manager.py +0 -0
  46. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/devices/device_discovery.py +0 -0
  47. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/devices/device_manager.py +0 -0
  48. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/devices/fake_device_manager.py +0 -0
  49. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/devices/fake_icl_server.py +0 -0
  50. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/devices/single_devices/__init__.py +0 -0
  51. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/devices/single_devices/abstract_device.py +0 -0
  52. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/devices/single_devices/ccd.py +0 -0
  53. {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/devices/single_devices/monochromator.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: horiba-sdk
3
- Version: 0.5.2
3
+ Version: 0.5.4
4
4
  Summary: 'horiba-sdk' is a package that provides source code for the development with Horiba devices
5
5
  Home-page: https://github.com/ThatsTheEnd/horiba-python-sdk
6
6
  License: MIT
@@ -513,6 +513,7 @@ This project is licensed under the terms of the `MIT` license. See [LICENSE](htt
513
513
  }
514
514
  ```
515
515
 
516
+
516
517
  ## Credits [![🚀 Your next Python package needs a bleeding-edge project structure.](https://img.shields.io/badge/python--package--template-%F0%9F%9A%80-brightgreen)](https://github.com/TezRomacH/python-package-template)
517
518
 
518
519
  This project was generated with [`python-package-template`](https://github.com/TezRomacH/python-package-template)
@@ -486,6 +486,7 @@ This project is licensed under the terms of the `MIT` license. See [LICENSE](htt
486
486
  }
487
487
  ```
488
488
 
489
+
489
490
  ## Credits [![🚀 Your next Python package needs a bleeding-edge project structure.](https://img.shields.io/badge/python--package--template-%F0%9F%9A%80-brightgreen)](https://github.com/TezRomacH/python-package-template)
490
491
 
491
492
  This project was generated with [`python-package-template`](https://github.com/TezRomacH/python-package-template)
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
5
5
 
6
6
  [tool.poetry]
7
7
  name = "horiba-sdk"
8
- version = "0.5.2"
8
+ version = "0.5.4"
9
9
  description = "'horiba-sdk' is a package that provides source code for the development with Horiba devices"
10
10
  readme = "README.md"
11
11
  authors = ["ZühlkeEngineering <nikolaus.naredi-rainer@zuehlke.com>"]
File without changes