Metadata-Version: 2.1
Name: kikuchipy
Version: 0.2.2
Summary: Processing and analysis of electron backscatter diffraction (EBSD) patterns.
Home-page: https://kikuchipy.org
Author: kikuchipy developers
Author-email: hakon.w.anes@ntnu.no
Maintainer: Håkon Wiik Ånes
Maintainer-email: hakon.w.anes@ntnu.no
License: GPLv3+
Download-URL: https://pypi.python.org/pypi/kikuchipy
Project-URL: Bug Tracker, https://github.com/kikuchipy/kikuchipy/issues
Project-URL: Documentation, https://kikuchipy.org
Project-URL: Source Code, https://github.com/kikuchipy/kikuchipy
Description: .. Travis CI
        .. image:: https://travis-ci.com/kikuchipy/kikuchipy.svg?branch=master
            :target: https://travis-ci.com/kikuchipy/kikuchipy
            :alt: Build status
        
        .. Coveralls
        .. image:: https://img.shields.io/coveralls/github/kikuchipy/kikuchipy.svg
            :target: https://coveralls.io/github/kikuchipy/kikuchipy?branch=master
            :alt: Coveralls status
        
        .. Read the Docs
        .. image:: https://readthedocs.org/projects/kikuchipy/badge/?version=latest
            :target: https://kikuchipy.org/en/latest/
            :alt: Documentation status
        
        .. PyPI version
        .. image:: https://img.shields.io/pypi/v/kikuchipy.svg
            :target: https://pypi.python.org/pypi/kikuchipy
            :alt: PyPI version
        
        .. conda-forge version
        .. image:: https://img.shields.io/conda/vn/conda-forge/kikuchipy
            :target: https://anaconda.org/conda-forge/kikuchipy
            :alt: conda-forge version
        
        .. Zenodo DOI
        .. image:: https://zenodo.org/badge/doi/10.5281/zenodo.3597646.svg
            :target: https://doi.org/10.5281/zenodo.3597646
            :alt: DOI
        
        kikuchipy is an open-source Python library for processing and analysis of
        electron backscatter diffraction (EBSD) patterns.
        
        The library builds on the tools for multi-dimensional data analysis provided
        by the HyperSpy library. An effort is made to keep memory usage in check and
        enable scalability by using the Dask library for pattern processing.
        
        The project is in an alpha stage, and there will likely be breaking changes with
        each release.
        
        kikuchipy is released under the GPLv3+ license.
        
        User guide
        ----------
        Installation instructions, a user guide and the full API reference are available
        from `our webpage <https://kikuchipy.org>`_.
        
        Tutorials and example workflows
        -------------------------------
        Jupyter Notebooks that you can work through and modify to perform processing and
        analyses of EBSD patterns are available `here
        <https://github.com/kikuchipy/kikuchipy-demos>`_. For learning purposes, we
        recommend to use them alongside our user guide.
        
        Contributing
        ------------
        Everyone is welcome to contribute. Please read our `contributor guide
        <https://kikuchipy.org/en/latest/contributing.html>`_ to get started!
        
        Code of Conduct
        ---------------
        kikuchipy has a `Code of Conduct
        <https://kikuchipy.org/en/latest/code_of_conduct.html>`_ that should be honoured
        by everyone who participates in the kikuchipy community.
        
        Cite
        ----
        If you find this project useful, please cite the DOI above.
        
Keywords: EBSD,electron backscatter diffraction,EBSP,electron backscatter pattern,BKD,backscatter kikuchi diffraction,SEM,scanning electron microscopy,kikuchi pattern
Platform: "Linux"
Platform: "MacOS X"
Platform: "Windows"
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: tests
