MPlib is a lightweight python package for motion planning, which is decoupled from ROS and is easy to set up. With a few lines of python code, one can achieve most of the motion planning functionalities in robot manipulation.
Pre-built pip packages support Ubuntu 18.04+ with Python 3.6-3.9.
pip install mplib
See our tutorial for detailed usage and examples.