Skip to content

Latest commit

 

History

History
110 lines (67 loc) · 1.9 KB

devguide.rst

File metadata and controls

110 lines (67 loc) · 1.9 KB

Developer Guide

Deploy for development

This project uses pip to manage the package. If you want to work on the project yourself you can create the necessary links via:

$ pip3 install --user -e .

That will install a backlink ~/.local/bin/kas to this project. Now you are able to call it from anywhere.

Docker image build

Just run:

$ docker build -t <image_name> .

When you need a proxy to access the internet, add:

--build-arg http_proxy=<http_proxy> --build-arg https_proxy=<https_proxy> --build-arg ftp_proxy=<ftp_proxy> --build-arg no_proxy=<no_proxy>

to the call.

Community Resources

Project home:

Source code:

Documentation:

Mailing list:

Class reference documentation

kas.kas Module

kas.kas

kas.libkas Module

kas.libkas

kas.libcmds Module

kas.libcmds

kas.build Module

kas.build

kas.shell Module

kas.shell

kas.config Module

kas.config

kas.repos Module

kas.repos

kas.includehandler Module

kas.includehandler