diff --git a/README.md b/README.md index de2ca15..12b4d85 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +[![Documentation Status](https://readthedocs.org/projects/exengine/badge/?version=latest)](https://exengine.readthedocs.io/en/latest/?badge=latest) +[![License](https://img.shields.io/pypi/l/exengine.svg)](https://github.com/micro-manager/exengine/raw/master/LICENSE) +[![PyPI](https://img.shields.io/pypi/v/exengine.svg)](https://pypi.org/project/exengine) +[![PyPI - Downloads](https://img.shields.io/pypi/dm/exengine.svg)](https://pypistats.org/packages/exengine) + + + + ExEngine is a pure Python toolkit for building microscopy and laboratory hardware control software. Unlike application-specific software that provide tightly integrated device access, control logic, and user interfaces,ExEngine is a flexible intermediary which enables mixing and matching of components from different frameworks within a single application. This approach allows researchers to build custom software that meets their specific needs, without being limited to vertically integrated software stacks. -For me information, visit the documentation at [https://exengine.readthedocs.io](https://exengine.readthedocs.io). \ No newline at end of file +For me information, visit the documentation at [https://exengine.readthedocs.io](https://exengine.readthedocs.io).