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:
Documentation
python -m pip install lasso-python
Join our open-source community on:
Discord
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 🥳🎉