Metadata-Version: 2.1
Name: yaqc-qtpy
Version: 2022.4.0
Summary: Tooling for building simple yaq clients using qtpy.
Home-page: https://yaq.fyi
Author: Blaise Thompson
Author-email: blaise@untzag.com
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering
Requires-Dist: yaqd-core>=2020.06.3
Requires-Dist: yaqc
Requires-Dist: yaq-traits
Requires-Dist: yaqd-control
Requires-Dist: click
Requires-Dist: qtpy
Requires-Dist: qtypes>=2022.2.0
Requires-Dist: pyqtgraph
Requires-Dist: pyside2
Requires-Dist: numpy
Requires-Dist: qtconsole
Requires-Dist: black ; extra == "dev"
Requires-Dist: pre-commit ; extra == "dev"
Project-URL: Issues, https://gitlab.com/yaq/yaqc-qtpy/issues
Project-URL: Source, https://gitlab.com/yaq/yaqc-qtpy
Provides-Extra: dev

# yaqc-qtpy

[![PyPI](https://img.shields.io/pypi/v/yaqc-qtpy)](https://pypi.org/project/yaqc-qtpy)
[![Conda](https://img.shields.io/conda/vn/conda-forge/yaqc-qtpy)](https://anaconda.org/conda-forge/yaqc-qtpy)
[![yaq](https://img.shields.io/badge/framework-yaq-orange)](https://yaq.fyi/)
[![black](https://img.shields.io/badge/code--style-black-black)](https://black.readthedocs.io/)
[![ver](https://img.shields.io/badge/calver-YYYY.M.MICRO-blue)](https://calver.org/)
[![log](https://img.shields.io/badge/change-log-informational)](https://gitlab.com/yaq/yaqc-qtpy/-/blob/main/CHANGELOG.md)

Tooling for building simple yaq clients using qtpy.

## application usage

TODO: screenshot

```bash
yaqd list --format json | yaqc-qtpy -
```

### entry point

DOCUMENTATION TODO

## library usage

yaqc-qtpy can be used as a Python package for those building Qt-based interfaces to yaq.

### qclient

DOCUMENTATION TODO

### item generators

The yaqc-qtpy application uses the [qtypes](https://gitlab.com/yaq/qtypes) widget tooling.
Other developers who are using qtypes can benefit from the built in item generators.

DOCUMENTATION TODO

#### `append_properties`

DOCUMENTATION TODO

#### `append_card_item`

DOCUMENTATION TODO
