Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.82 KB

README.md

File metadata and controls

57 lines (39 loc) · 1.82 KB

Documentation Status Build Status FOSSA Status

lets_network

A set of modules for miscellaneous computer networking, to be used in the lets framework.

Requirements

Install

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

Usage

Quickstart:

$ echo SGVsbG8gd29ybGQhCg== | lets decode/base64
Hello world!

For further details, refer to the docs and modules.

License

FOSSA Status