5
0
Fork
You've already forked python3-eduvpn-common.deb
1
No description
  • Go 83.9%
  • Python 11.6%
  • Shell 3.4%
  • Dockerfile 0.4%
  • Makefile 0.4%
  • Other 0.3%
2025年10月09日 15:07:24 +00:00
.forgejo/workflows New upstream version 2.99.0 2024年12月20日 19:35:49 +01:00
client New upstream version 4.0.0 2025年10月09日 15:06:53 +00:00
cmd/eduvpn-cli New upstream version 4.0.0 2025年10月09日 15:06:53 +00:00
debian update to 4.0.0 2025年10月09日 15:07:24 +00:00
docker/pip New upstream version 2.99.0 2024年12月20日 19:35:49 +01:00
docs New upstream version 4.0.0 2025年10月09日 15:06:53 +00:00
exports New upstream version 4.0.0 2025年10月09日 15:06:53 +00:00
i18n New upstream version 4.0.0 2025年10月09日 15:06:53 +00:00
internal New upstream version 4.0.0 2025年10月09日 15:06:53 +00:00
keys New upstream version 1.1.99.0 2023年10月26日 13:14:18 +02:00
proxy New upstream version 4.0.0 2025年10月09日 15:06:53 +00:00
types New upstream version 4.0.0 2025年10月09日 15:06:53 +00:00
vendor New upstream version 4.0.0 2025年10月09日 15:06:53 +00:00
wrappers/python New upstream version 4.0.0 2025年10月09日 15:06:53 +00:00
.gitattributes Attributes: update path 2022年07月05日 11:27:32 +02:00
.gitignore New upstream version 2.99.0 2024年12月20日 19:35:49 +01:00
CHANGES.md New upstream version 4.0.0 2025年10月09日 15:06:53 +00:00
docker-compose.yml New upstream version 2.1.0 2024年07月30日 10:20:16 +02:00
genexportsdoc.py New upstream version 2.99.0 2024年12月20日 19:35:49 +01:00
go.mod New upstream version 4.0.0 2025年10月09日 15:06:53 +00:00
go.sum New upstream version 4.0.0 2025年10月09日 15:06:53 +00:00
LICENSE New upstream version 2.99.0 2024年12月20日 19:35:49 +01:00
make_release.sh New upstream version 2.99.0 2024年12月20日 19:35:49 +01:00
Makefile New upstream version 4.0.0 2025年10月09日 15:06:53 +00:00
prepare_release.sh New upstream version 4.0.0 2025年10月09日 15:06:53 +00:00
README.md New upstream version 4.0.0 2025年10月09日 15:06:53 +00:00
selenium_eduvpn.py New upstream version 2.99.0 2024年12月20日 19:35:49 +01:00
sync_translations.sh New upstream version 2.0.0 2024年06月05日 07:09:49 +02:00
update_translation.sh New upstream version 4.0.0 2025年10月09日 15:06:53 +00:00
upload_release.sh New upstream version 4.0.0 2025年10月09日 15:06:53 +00:00

eduVPN shared library

This repository contains a Go library with functions that all eduVPN clients can use. The goal is to let eduVPN clients link against this library and gradually merge more common logic between eduVPN clients into this repository.

Cgo is used to build the Go library into a shared dynamic library. Wrappers were written using some FFI framework for each language used in eduVPN clients to easily interface with the library.

The only wrapper inside of this repository is Python, used for the Linux clients. Other clients define their own wrappers, see:

Documentation

The documentation for this library can be found at Codeberg pages.

Contributing

Contributions are welcome. Helping with translations can be done on weblate:

Translation status

License

MIT

Authors

This work is done by @stevenwdv and @jwijenbergh at the SURF and GÉANT organization.