moment/README.md
2019-03-21 23:28:14 -04:00

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
```