Metadata-Version: 1.2
Name: pyjibe
Version: 0.11.2
Summary: Graphical user interface for Bio-AFM analysis
Home-page: https://github.com/AFM-analysis/PyJibe
Author: Paul Müller
Author-email: dev@craban.de
License: GPL v3
Description: |PyJibe|
        ========
        
        |PyPI Version| |Tests Status Unix| |Tests Status Win| |Coverage Status| |Docs Status|
        
        
        **PyJibe** is a graphical end-user software for the analysis of atomic force
        microscopy data.
        
        
        Documentation
        -------------
        
        The documentation, including the code reference and examples, is available at
        `pyjibe.readthedocs.io <https://pyjibe.readthedocs.io/en/stable/>`__.
        
        
        Installation
        ------------
        
        ::
        
            pip install pyjibe
        
        
        Testing
        -------
        
        ::
        
            pip install -e .
            python setup.py test
            
        
        .. |PyJibe| image:: https://raw.github.com/AFM-analysis/PyJibe/master/docs/logo/PyJibe.png
        .. |PyPI Version| image:: https://img.shields.io/pypi/v/PyJibe.svg
           :target: https://pypi.python.org/pypi/PyJibe
        .. |Tests Status Unix| image:: https://img.shields.io/github/workflow/status/AFM-analysis/PyJibe/Checks
           :target: https://github.com/AFM-analysis/PyJibe/actions?query=workflow%3AChecks
        .. |Tests Status Win| image:: https://img.shields.io/appveyor/ci/paulmueller/PyJibe?label=tests_win
           :target: https://ci.appveyor.com/project/paulmueller/PyJibe
        .. |Coverage Status| image:: https://img.shields.io/codecov/c/github/AFM-analysis/PyJibe/master.svg
           :target: https://codecov.io/gh/AFM-analysis/PyJibe
        .. |Docs Status| image:: https://readthedocs.org/projects/pyjibe/badge/?version=latest
           :target: https://readthedocs.org/projects/pyjibe/builds/
        
        
Keywords: atomic force microscopy,biomechanics
Platform: ALL
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.6, <4
