Skip to content

Commit 9028b59

Browse files
committed
Add README
1 parent 3139fea commit 9028b59

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Python Elmax client
2+
3+
Asynchronous Python API client for interacting with the Elmax Clous services.
4+
5+
This module is not official, developed, supported or endorsed by Elmax.
6+
For questions and other inquiries, use the issue tracker in this repo please.
7+
8+
## Installation
9+
10+
The package is available in the [Python Package Index](<https://pypi.python.org/).
11+
12+
```bash
13+
$ pip3 install elmax --user
14+
```
15+
16+
## Usage
17+
18+
For details about the usage please check the `examples.py` file.
19+
20+
## License
21+
22+
This project is licensed under ASL 2, for more details check LICENSE.

0 commit comments

Comments
 (0)