Skip to content

open-lasso-python/lasso-python

Repository files navigation

LASSO Python Library

test-main test-dev

This python library is designed for general purpose usage in the field of Computer Aided Engineering (CAE). It's name originates from the original initiator and donator of the project LASSO GmbH. The library is now maintained by an open-source community.

Module Overview:

For further infos please read the Documentation:

DOCS Documentation

Installation

python -m pip install lasso-python

Community

Join our open-source community on:

DISCORD Discord

Development

For development install poetry and task:

python -m pip install poetry
sh -c "$(curl --location https://taskfile.dev/install.sh)" \
    -- -d -b ~/.local/bin

Then by simply running the command task you can find a variety of available commands such as task setup to install all dependencies or task test to run the test suite. Happy Coding 🥳🎉