Metadata-Version: 1.2
Name: bmicro
Version: 0.1.2
Summary: GUI for Brillouin evaluation
Home-page: https://github.com/BrillouinMicroscopy/BMicro
Author: BMicro developers
Author-email: dev@craban.de
License: GPL v3
Description: |BMicro|
        ========
        
        |PyPI Version| |Build Status| |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| image:: https://img.shields.io/github/workflow/status/BrillouinMicroscopy/bmicro/Checks
           :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/
        
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.6
