A collection of shared utils used by the several python LEAP subprojects.
- leap.common.cert
- leap.common.checks
- leap.common.config
- leap.common.events
- leap.common.files
- leap.common.testing
libssl-dev
- See
pkg/requirements.pip
Using leap.common.http needs some extra dependencies (twisted.web >= 14.0.2, python-service-identity). You can install them by running:
pip install leap.common[http]
To run the tests, first run the setup with:
pip install -r pkg/requirements.pip pip install -r pkg/requirements-testing.pip
After that you can run the tests with
trial leap.common