-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
767 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# PythonAPI | ||
Python library to access the API of EVNotify |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
from .evnotify import * | ||
|
||
__all__ = [ | ||
'CommunicationError', | ||
'EVNotify' | ||
] |
Oops, something went wrong.