A set of modules for miscellaneous computer networking, to be used in the lets framework.
lets is built on top of docker, so make sure it is installed. You may need to log out and back in for this to take effect.
$ curl -fsSL https://get.docker.com | sudo sh
$ sudo usermod -aG docker $USER
Install lets
$ sudo pip3 install docker-lets
Install lets_network
$ sudo pip3 install git+https://github.com/johneiser/lets_network.git
Activate lets tab-completion for bash.
$ source <(lets support/autocomplete bash)
$ lets sample/my[TAB][TAB]
sample/mydockermodule sample/mymodule
Quickstart:
$ echo SGVsbG8gd29ybGQhCg== | lets decode/base64
Hello world!