Metadata-Version: 1.1
Name: orix
Version: 0.2.1
Summary: Orientation, rotation, quaternion, and crystal symmetry handling in Python.
Home-page: UNKNOWN
Author: Ben Martineau, Phillip Crout
Author-email: pyxem.team@gmail.com
License: GPLv3
Description: |Travis|_ |Coveralls|_ |pypi_version|_  |doi|_ |black|_
        
        .. |Travis| image:: https://travis-ci.org/pyxem/orix.svg?branch=master
        .. _Travis: https://travis-ci.org/pyxem/orix
        
        .. |Coveralls| image:: https://coveralls.io/repos/github/pyxem/orix/badge.svg?branch=master
        .. _Coveralls: https://coveralls.io/github/pyxem/orix?branch=master
        
        .. |pypi_version| image:: http://img.shields.io/pypi/v/orix.svg?style=flat
        .. _pypi_version: https://pypi.python.org/pypi/orix
        
        .. |doi| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3459662.svg
        .. _doi: https://doi.org/10.5281/zenodo.3459662
        
        .. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
        .. _black: https://github.com/psf/black
        
        orix is an open-source python library for analysing orientations and crystal symmetry.
        
        The package defines objects and functions for the analysis of orientations represented as quaternions or 3D rotation vectors accounting for crystal symmetry. Functionality builds primarily on top of `numpy <http://www.numpy.org/>`__ and
        `matplotlib <https://matplotlib.org/>`__ and is heavily inspired by the `MATLAB <https://www.mathworks.com/products/matlab.html>`__ package `MTEX <http://mtex-toolbox.github.io/>`__.
        
        If analysis using orix forms a part of published work please cite the associated preprint, which can be found `here <https://arxiv.org/abs/2001.02716>`_. You can also find demos in the `orix-demos <https://github.com/pyxem/orix-demos>`_ repo.
        
        orix is released under the GPL v3 license.
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
