Skip to content

Commit

Permalink
Adds API as local files
Browse files Browse the repository at this point in the history
  • Loading branch information
GPlay97 committed Jan 9, 2021
1 parent 63e6cc4 commit 2a53f46
Show file tree
Hide file tree
Showing 6 changed files with 767 additions and 0 deletions.
15 changes: 15 additions & 0 deletions EVNotifyAPI/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
PythonAPI is licensed under the **Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)** License.

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.

### Additional license information and rules
Feel free to contribute and improve this repository and submit your changes via Pull Requests without any restrictions.
It is tolerated if you copy the code (or part of the code) and use it for personal use,
but you aren't allowed to use any of the code (even modified code) for commercial use.
The usage of the API is restricted to private, non commercial use only unless otherwise agreed.
> NonCommercial means not primarily intended for or directed towards commercial advantage or monetary compensation.
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.


The use of the software is at your own risk.
2 changes: 2 additions & 0 deletions EVNotifyAPI/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# PythonAPI
Python library to access the API of EVNotify
6 changes: 6 additions & 0 deletions EVNotifyAPI/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from .evnotify import *

__all__ = [
'CommunicationError',
'EVNotify'
]
Loading

0 comments on commit 2a53f46

Please sign in to comment.