Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1 KB

README.rst

File metadata and controls

49 lines (33 loc) · 1 KB

leap.common

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

Library dependencies

  • libssl-dev

Python dependencies

  • See pkg/requirements.pip

Extras

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]

Running the tests

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