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.
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/PKG-INFO +2 -1
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/README.md +1 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/pyproject.toml +1 -1
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/LICENSE +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/__init__.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/communication/__init__.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/communication/abstract_communicator.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/communication/communication_exception.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/communication/messages.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/communication/websocket_communicator.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/core/__init__.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/core/acquisition_format.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/core/clean_count_mode.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/core/resolution.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/core/timer_resolution.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/core/x_axis_conversion_type.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/devices/__init__.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/devices/abstract_device_discovery.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/devices/abstract_device_manager.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/devices/ccd_discovery.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/devices/device_manager.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/devices/fake_device_manager.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/devices/fake_icl_server.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/devices/fake_responses/ccd.json +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/devices/fake_responses/icl.json +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/devices/fake_responses/monochromator.json +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/devices/monochromator_discovery.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/devices/single_devices/__init__.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/devices/single_devices/abstract_device.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/devices/single_devices/ccd.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/devices/single_devices/monochromator.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/icl_error/__init__.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/icl_error/abstract_error.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/icl_error/abstract_error_db.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/icl_error/error_list.json +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/icl_error/icl_error.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/icl_error/icl_error_db.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/__init__.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/communication/__init__.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/communication/abstract_communicator.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/communication/test_client.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/communication/websocket_communicator.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/devices/__init__.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/devices/abstract_device_discovery.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/devices/abstract_device_manager.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/devices/device_discovery.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/devices/device_manager.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/devices/fake_device_manager.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/devices/fake_icl_server.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/devices/single_devices/__init__.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/devices/single_devices/abstract_device.py +0 -0
- {horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/devices/single_devices/ccd.py +0 -0
- {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.
|
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 [](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 [](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.
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/communication/abstract_communicator.py
RENAMED
File without changes
|
File without changes
|
{horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/communication/websocket_communicator.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/devices/single_devices/abstract_device.py
RENAMED
File without changes
|
File without changes
|
{horiba_sdk-0.5.2 → horiba_sdk-0.5.4}/horiba_sdk/sync/devices/single_devices/monochromator.py
RENAMED
File without changes
|