Metadata-Version: 1.2
Name: afmformats
Version: 0.16.2
Summary: reading common AFM file formats
Home-page: https://github.com/AFM-analysis/afmformats
Author: Paul Müller
Author-email: dev@craban.de
License: MIT
Description: afmformats
        ==========
        
        |PyPI Version| |Build Status| |Coverage Status| |Docs Status|
        
        Reading common atomic force microscopy (AFM) file formats.
        
        Documentation
        -------------
        
        The documentation, including the code reference and examples, is available at
        `afmformats.readthedocs.io <https://afmformats.readthedocs.io/en/stable/>`__.
        
        
        Installation
        ------------
        To install the latest release, simply run:
        
        ::
        
            pip install afmformats
        
        
        .. |PyPI Version| image:: https://img.shields.io/pypi/v/afmformats.svg
           :target: https://pypi.python.org/pypi/afmformats
        .. |Build Status| image:: https://img.shields.io/github/workflow/status/AFM-analysis/afmformats/Checks
           :target: https://github.com/AFM-analysis/afmformats/actions?query=workflow%3AChecks
        .. |Coverage Status| image:: https://img.shields.io/codecov/c/github/AFM-analysis/afmformats/master.svg
           :target: https://codecov.io/gh/AFM-analysis/afmformats
        .. |Docs Status| image:: https://readthedocs.org/projects/afmformats/badge/?version=latest
           :target: https://readthedocs.org/projects/afmformats/builds/
        
Keywords: atomic force microscopy,mechanical phenotyping,tissue analysis
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, <4
