Hat Qt utility library
Project description
This library is part of Hat Open project - open-source framework of tools and libraries for developing applications used for remote monitoring, control and management of intelligent electronic devices such as IoT devices, PLCs, industrial automation or home automation systems.
Development of Hat Open and associated repositories is sponsored by Končar - Power Plant and Electric Traction Engineering Inc. (Končar KET - https://www.koncar-ket.hr).
For more information see:
hat-qt documentation - https://core.hat-open.com/docs/libraries/qt.html
Hat Core homepage - https://core.hat-open.com
Hat Core git repository - https://github.com/hat-open/hat-core.git
About
Parallel execution of Qt and asyncio threads:
QtExecutor = typing.Callable[..., typing.Awaitable[typing.Any]]
"""First argument is Callable called with additional arguments"""
AsyncMain = typing.Callable[..., typing.Awaitable[typing.Any]]
"""First argument is QtExecutor"""
def run(async_main: AsyncMain, *args, **kwargs):
"""Run Qt application with additional asyncio thread
Args:
async_main: asyncio main entry point
args: aditional positional arguments passed to `async_main`
kwargs: aditional keyword arguments passed to `async_main`
"""
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hat_qt-0.4.1.dev20210707-cp38.cp39-none-any.whl.
File metadata
- Download URL: hat_qt-0.4.1.dev20210707-cp38.cp39-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: CPython 3.8, CPython 3.9
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43c344612e6374d31578626efc776a85f2d5810fc0b63bc83793c7c2d9fc95a9
|
|
| MD5 |
c0ecbfe25e40499389a6e6e6882b0876
|
|
| BLAKE2b-256 |
d60e985b8dc5564d0d268294c09ec39b3591ae91c8e90f689db0f7768acca45c
|