Metadata-Version: 2.1
Name: bmicro
Version: 0.10.0
Summary: GUI for Brillouin evaluation
Home-page: https://github.com/BrillouinMicroscopy/BMicro
Author: BMicro developers
Author-email: dev@craban.de
License: GPL v3
Keywords: Brillouin Microscopy
Platform: ALL
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.10
License-File: LICENSE
Requires-Dist: bmlab>=0.10.0
Requires-Dist: h5py>=2.10.0
Requires-Dist: matplotlib
Requires-Dist: numpy>=1.17.0
Requires-Dist: pyqt6>=6.6.0
Requires-Dist: pyqt6-qt6>=6.6.0
Requires-Dist: pytest
Requires-Dist: pytest-qt
Requires-Dist: pytest-mock
Requires-Dist: scikit-image
Requires-Dist: scipy==1.14.1

|BMicro|
========

|PyPI Version| |Build Status Unix| |Coverage Status| |Docs Status|


This is a Python library for the post-measurement analysis of
Brillouin microscopy data.


Documentation
-------------
The documentation, including the code reference and examples, is available at
`bmicro.readthedocs.io <https://bmicro.readthedocs.io/en/stable/>`__.


Installation
------------

::

    pip install bmicro

For more options, please check out the `documentation
<https://bmicro.readthedocs.io/en/latest/sec_getting_started.html#installation>`__.


Contributing
------------
Please read our `information for developers
<https://bmicro.readthedocs.io/en/latest/sec_develop.html>`__.


.. |BMicro| image:: https://raw.github.com/BrillouinMicroscopy/BMicro/main/docs/logo/bmicro.png
.. |PyPI Version| image:: https://img.shields.io/pypi/v/bmicro.svg
   :target: https://pypi.python.org/pypi/bmicro
.. |Build Status Unix| image:: https://img.shields.io/github/actions/workflow/status/BrillouinMicroscopy/bmicro/check_stable_pypi.yml
   :target: https://github.com/BrillouinMicroscopy/BMicro/actions?query=workflow%3AChecks
.. |Coverage Status| image:: https://img.shields.io/codecov/c/github/BrillouinMicroscopy/BMicro/main.svg
   :target: https://codecov.io/gh/BrillouinMicroscopy/BMicro
.. |Docs Status| image:: https://readthedocs.org/projects/bmicro/badge/?version=latest
   :target: https://readthedocs.org/projects/bmicro/builds/
   
   
How to cite
-----------

If you use BMicro in a scientific publication, please cite it with:

> Raimund Schlüßler and others (2023), BMicro version X.X.X: Python program for the evaluation of Brillouin microscopy data sets [Software]. Available at https://github.com/BrillouinMicroscopy/BMicro.
