34 lines
586 B
Markdown
34 lines
586 B
Markdown
# harmonyqml
|
|
|
|
[![PyPI downloads](http://pepy.tech/badge/harmonyqml)](
|
|
http://pepy.tech/project/harmonyqml)
|
|
[![PyPI version](https://img.shields.io/pypi/v/harmonyqml.svg)](
|
|
https://pypi.org/projects/harmonyqml)
|
|
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/harmonyqml.svg)](
|
|
https://pypi.python.org/pypi/harmonyqml)
|
|
|
|
|
|
<SHORTDESC>
|
|
|
|
## CLI examples
|
|
|
|
```sh
|
|
$ harmonyqml
|
|
```
|
|
|
|
## Python package examples
|
|
|
|
```python3
|
|
>>> import harmonyqml
|
|
|
|
>>>
|
|
```
|
|
|
|
## Installation
|
|
|
|
Requires Python 3.6+, tested on GNU/Linux only.
|
|
|
|
```sh
|
|
# pip3 install harmonyqml
|
|
```
|