Metadata-Version: 2.4
Name: nanite
Version: 4.2.3
Summary: Loading, fitting, and rating AFM force-distance data
Author: Paul Müller, Shada Abuhattum
Maintainer-email: Paul Müller <dev@craban.de>
License: GPL version 3
Project-URL: source, https://github.com/AFM-Analysis/nanite
Project-URL: tracker, https://github.com/AFM-Analysis/nanite/issues
Project-URL: documentation, https://nanite.readthedocs.io/en/stable/
Project-URL: changelog, https://nanite.readthedocs.io/en/stable/sec_changelog.html
Keywords: atomic force microscopy,mechanical phenotyping,tissue analysis
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Intended Audience :: Science/Research
Requires-Python: <4,>=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: afmformats>=0.16.4
Requires-Dist: h5py>=3.9.0
Requires-Dist: lmfit>=1
Requires-Dist: numpy>=1.22.0
Requires-Dist: scikit-learn>=0.23.0
Requires-Dist: scipy>=1.10.0
Provides-Extra: cli
Requires-Dist: appdirs; extra == "cli"
Requires-Dist: matplotlib>=2.2.2; extra == "cli"
Requires-Dist: tifffile>=0.15.0; extra == "cli"
Provides-Extra: aca
Requires-Dist: nanite_model_sneddon_spher<2.0,>=1.0; extra == "aca"
Provides-Extra: all
Requires-Dist: nanite[ACA,CLI]; extra == "all"
Dynamic: license-file

nanite
======

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

Loading, fitting, and rating AFM force-distance data.

Documentation
-------------

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


Installation
------------
To install the latest release, simply run:

::

    pip install nanite[CLI]


.. |PyPI Version| image:: https://img.shields.io/pypi/v/nanite.svg
   :target: https://pypi.python.org/pypi/nanite
.. |Build Status| image:: https://img.shields.io/github/actions/workflow/status/AFM-analysis/nanite/check.yml
   :target: https://github.com/AFM-analysis/nanite/actions?query=workflow%3AChecks
.. |Coverage Status| image:: https://img.shields.io/codecov/c/github/AFM-analysis/nanite/master.svg
   :target: https://codecov.io/gh/AFM-analysis/nanite
.. |Docs Status| image:: https://readthedocs.org/projects/nanite/badge/?version=latest
   :target: https://readthedocs.org/projects/nanite/builds/
