We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3139fea commit 9028b59Copy full SHA for 9028b59
1 file changed
README.md
@@ -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