summaryrefslogtreecommitdiff
path: root/wrappers/python
AgeCommit message (Collapse)Author
2022-05-06Python setup.py: Specify src directoryjwijenbergh
2022-05-03Python: Place py files in srcjwijenbergh
2022-05-03Python: Disable tests as there are none atmjwijenbergh
2022-05-03Python: Remove obsolete codejwijenbergh
2022-05-03Python: Ensure the eduvpncommon lib folder exists when packingjwijenbergh
2022-04-26State: Add a state map to exports instead of a global singletonjwijenbergh
2022-04-26OAuth: Add a Cancel methodjwijenbergh
2022-04-21Python: Remove obsolete FIXMEsjwijenbergh
2022-04-20Python: Do not automatically deregisterjwijenbergh
2022-04-20Profiles: Return possible error message when setting IDjwijenbergh
2022-04-20Profiles: Implement SetProfileID instead of getting generic datajwijenbergh
2022-04-19Profiles: Implement basic functionality for sending a profile_idJeroen Wijenbergh
2022-04-19OAuth improvements: Also ensure tokens based on config stateJeroen Wijenbergh
2022-04-11Python: Only deregister when lib is alivejwijenbergh
2022-04-05Python: Update state callbacks to be in line with FSMjwijenbergh
2022-04-05Add debug variable to save a live fsm graphjwijenbergh
2022-03-29State: Add a deregister method for cleanupjwijenbergh
2022-03-23Add wrapping functionality for getting a wireguard configjwijenbergh
2022-03-23Python: Implement state callbacks using decoratorsjwijenbergh
2022-03-22Python: Add main method to implement a basic clijwijenbergh
2022-03-22Save a local copy of the disco listjwijenbergh
2022-03-22Python: Fix wrapping type errorsjwijenbergh
2022-03-21Update python and add basic config supportJeroen Wijenbergh
2022-04-05Add callback state change and simplify wrappersjwijenbergh
The python wrapper contained lots of code that should not be exposed. The other wrappers I will update later
2022-04-05Begin exporting by wrapping state in a singletonJeroen Wijenbergh
2022-04-05Python: Return a json objectjwijenbergh
Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com>
2022-04-05Python: Simplify error classjwijenbergh
Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com>
2022-04-05Python: Move error class to a separate filejwijenbergh
Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com>
2022-04-05Python: Expose getting servers listjwijenbergh
Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com>
2022-04-05Python: fix typesjwijenbergh
Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com>
2022-04-05Abstract error handling in python codejwijenbergh
Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com>
2022-04-05Expose list retrieval by returning a JSON stringjwijenbergh
Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com>
2022-04-05Do not expose just yet, API not stablejwijenbergh
Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com>
2022-04-05Begin exposing functions using a mapjwijenbergh
Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com>
2022-04-05Move python library load to init and fix buildjwijenbergh
Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com>
2022-02-16Fix small Makefile errors & Python wrapper return valueStevenWdV
2022-02-09Add build tasks to GitHub workflowStevenWdV
2022-02-09Improve wrapper min sign time tests, add .NET version noteStevenWdV
2022-02-09Add Android wrapper, remove plain Java Maven wrapper.StevenWdV
Fix some overrides in Makefiles.
2022-02-04More Makefile cleanup, support building in folder with spacesStevenWdV
2022-01-24CleanupStevenWdV
Added variables to Makefiles to specify custom exports/ directory; Split exception classes in Java & C#; Added more comments; Renamed library and Go package; Removed real (pure) tests; Added generate_lib.ps1 to generate import .lib for Windows (Swift); Moved built Go libraries to exports/lib/; Switch to hopefully faster Swift GitHub Action.
2021-12-14Improve platform support of Python wrapperStevenWdV
2021-12-06Fix Python wrapperStevenWdV
2021-12-03Fix Python build on LinuxStevenWdV
2021-12-03Add initial Python wheel supportStevenWdV
2021-11-29Fix Java wrapper on Unix (append 'lib' prefix to library)StevenWdV
2021-11-29Improve Java wrapper: add all tests, link correct libraries, use Maven, add ↵StevenWdV
Makefile & GitHub workflow. Fix make clean targets.
2021-11-26Add requirements & MinGW instructions to READMEs. Change OS/ARCH to ↵StevenWdV
GOOS/GOARCH. Add build step to Python test Makefile.
2021-11-25Fix Python tests on unixStevenWdV
2021-11-25Add Python README.md, improve other READMEsStevenWdV