Development of Brume

Note

This is being actively developed. So you will find many things are getting changed regularly.

Dependencies

  1. libvirt
  2. kvm
  3. iptables
  4. redis
  5. cryptography

Python 3.5

We are using Python 3.5 for the development work.

Typing hinting using mypy

We have type hinting enabled using mypy. If you are adding any new Python file, remember to add it to the runmypy.sh.

To setup mypy follow these commands below.

$ pyvenv env
$ source env/bin/activate
$ pip install mypy-lang
$ deactivate