Skip to content

Commit 2a53f46

Browse files
committed
Adds API as local files
1 parent 63e6cc4 commit 2a53f46

File tree

6 files changed

+767
-0
lines changed

6 files changed

+767
-0
lines changed

EVNotifyAPI/LICENSE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
PythonAPI is licensed under the **Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)** License.
2+
3+
For further information please visit https://creativecommons.org/licenses/by-nc/4.0/deed.en for the human readable version or https://creativecommons.org/licenses/by-nc/4.0/legalcode for the full legal code.
4+
5+
### Additional license information and rules
6+
Feel free to contribute and improve this repository and submit your changes via Pull Requests without any restrictions.
7+
It is tolerated if you copy the code (or part of the code) and use it for personal use,
8+
but you aren't allowed to use any of the code (even modified code) for commercial use.
9+
The usage of the API is restricted to private, non commercial use only unless otherwise agreed.
10+
> NonCommercial means not primarily intended for or directed towards commercial advantage or monetary compensation.
11+
12+
Forks of (partial) code which won't be used for Pull Requests, must be declared with a mention and credit to this repository. Forks are only tolerated for non-commercial use.
13+
14+
15+
The use of the software is at your own risk.

EVNotifyAPI/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# PythonAPI
2+
Python library to access the API of EVNotify

EVNotifyAPI/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from .evnotify import *
2+
3+
__all__ = [
4+
'CommunicationError',
5+
'EVNotify'
6+
]

0 commit comments

Comments
 (0)