https://github.com/datalab-platform/datalabsimpleclient
Python library providing a proxy to DataLab application Server
https://github.com/datalab-platform/datalabsimpleclient
Last synced: about 2 months ago
JSON representation
Python library providing a proxy to DataLab application Server
- Host: GitHub
- URL: https://github.com/datalab-platform/datalabsimpleclient
- Owner: DataLab-Platform
- License: bsd-3-clause
- Created: 2023-11-09T16:48:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-16T16:53:57.000Z (10 months ago)
- Last Synced: 2025-02-16T05:36:20.921Z (2 months ago)
- Language: Python
- Size: 701 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## DataLab Simple Client

[](./LICENSE)
[](https://pypi.org/project/cdlclient/)
[](https://github.com/DataLab-Platform/DataLabSimpleClient)
[](https://pypi.python.org/pypi/cdlclient/)âšī¸ Created by [Codra](https://codra.net/)/[Pierre Raybaut](https://github.com/PierreRaybaut) in 2023, developed and maintained by DataLab open-source project team.
âšī¸ DataLab is powered by [PlotPyStack](https://github.com/PlotPyStack) đ.

----
## About DataLab
DataLab is a generic signal and image processing software based on Python scientific
libraries (such as NumPy, SciPy or scikit-image) and Qt graphical user interfaces
(thanks to the powerful [PlotPyStack](https://github.com/PlotPyStack) - mostly the
[guidata](https://github.com/PlotPyStack/guidata) and
[PlotPy](https://github.com/PlotPyStack/PlotPy) libraries).DataLab is available as a **stand-alone** application (see for example our all-in-one Windows installer) or as an **addon to your Python-Qt application** thanks to advanced automation and embedding features.
See [DataLab website](https://datalab-platform.com/) for more details.
## About this package
DataLab Simple Client is a Python library that can be used to interact with a DataLab application (server).
This allows to control DataLab application from a remote computer, or/and from a third-party application.DataLab Simple Client also provides ready-to-use widgets that can be used to communicate with a DataLab application:
* `ConnectionDialog`: a dialog box that allows to connect to a DataLab application
* `GetObjetDialog`: a dialog box that allows to retrieve an object from a DataLab application
`ConnectionDialog` | `GetObjectDialog`
:-------------------------:|:-------------------------:
 | See [documentation](https://cdlclient.readthedocs.io/en/latest/) for more details on
the library and [changelog](https://github.com/DataLab-Platform/DataLabSimpleClient/blob/main/CHANGELOG.md)
for recent history of changes.