index
:
eduvpn-common
main
pages
v1
Fork of codeberg.org/eduVPN/eduvpn-common for <b>reasons</b>
herk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wrappers
/
python
/
eduvpncommon
/
__init__.py
Age
Commit message (
Expand
)
Author
2022-05-03
Python: Place py files in src
jwijenbergh
2022-04-26
State: Add a state map to exports instead of a global singleton
jwijenbergh
2022-04-26
OAuth: Add a Cancel method
jwijenbergh
2022-04-20
Profiles: Return possible error message when setting ID
jwijenbergh
2022-04-20
Profiles: Implement SetProfileID instead of getting generic data
jwijenbergh
2022-04-19
Profiles: Implement basic functionality for sending a profile_id
Jeroen Wijenbergh
2022-04-05
Add debug variable to save a live fsm graph
jwijenbergh
2022-03-29
State: Add a deregister method for cleanup
jwijenbergh
2022-03-23
Add wrapping functionality for getting a wireguard config
jwijenbergh
2022-03-23
Python: Implement state callbacks using decorators
jwijenbergh
2022-03-22
Save a local copy of the disco list
jwijenbergh
2022-03-22
Python: Fix wrapping type errors
jwijenbergh
2022-03-21
Update python and add basic config support
Jeroen Wijenbergh
2022-04-05
Add callback state change and simplify wrappers
jwijenbergh
2022-04-05
Begin exporting by wrapping state in a singleton
Jeroen Wijenbergh
2022-04-05
Python: Move error class to a separate file
jwijenbergh
2022-04-05
Expose list retrieval by returning a JSON string
jwijenbergh
2022-04-05
Move python library load to init and fix build
jwijenbergh
2021-12-03
Add initial Python wheel support
StevenWdV