diff --git a/README.md b/README.md index 0a71984a..c9054d6f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # plugin.SofaPython3 +[![Documentation Status](https://readthedocs.org/projects/ansicolortags/badge/?version=latest)](https://sofapython3.readthedocs.io/en/latest/?badge=latest) [![Join the chat at https://gitter.im/sofa-framework/plugin.SofaPython3](https://badges.gitter.im/sofa-framework/plugin.SofaPython3.svg)](https://gitter.im/sofa-framework/plugin.SofaPython3?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +![License: LGPL v2.1](https://img.shields.io/badge/License-LGPL%20v2.1-blue.svg) This project is composed of a Sofa plugin to embed a python interpreter into a Sofa based simulation as well as several python modules that exposes the different c++ components used in Sofa. The binding is designed to be idiomatic python3 API with tight integration for numpy. This project is in a WIP state, please use it only if you are willing to help in the developement.