{"id":15546736,"url":"https://github.com/pyxem/orix","last_synced_at":"2025-05-16T06:02:28.348Z","repository":{"id":37752321,"uuid":"117088503","full_name":"pyxem/orix","owner":"pyxem","description":"Analysing crystal orientations and symmetry in Python","archived":false,"fork":false,"pushed_at":"2025-04-29T21:51:45.000Z","size":51044,"stargazers_count":89,"open_issues_count":73,"forks_count":53,"subscribers_count":10,"default_branch":"develop","last_synced_at":"2025-05-13T22:08:09.273Z","etag":null,"topics":["crystallography","numpy","orientation","python","quaternion","texture"],"latest_commit_sha":null,"homepage":"https://orix.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pyxem.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-11T10:58:34.000Z","updated_at":"2025-05-13T17:56:40.000Z","dependencies_parsed_at":"2023-02-19T08:45:57.221Z","dependency_job_id":"4a5c6095-8e2f-495e-bfca-2485a99e8930","html_url":"https://github.com/pyxem/orix","commit_stats":{"total_commits":2081,"total_committers":22,"mean_commits":94.5909090909091,"dds":0.5420470927438732,"last_synced_commit":"0daa809a43b2794fdfedd3b11ec9827af92e2f96"},"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyxem%2Forix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyxem%2Forix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyxem%2Forix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyxem%2Forix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyxem","download_url":"https://codeload.github.com/pyxem/orix/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254478160,"owners_count":22077675,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crystallography","numpy","orientation","python","quaternion","texture"],"created_at":"2024-10-02T13:04:02.901Z","updated_at":"2025-05-16T06:02:28.293Z","avatar_url":"https://github.com/pyxem.png","language":"Python","readme":"|logo| orix\n===========\n\n.. |logo| image:: https://raw.githubusercontent.com/pyxem/orix/develop/doc/_static/img/orix_logo.png\n  :width: 50\n\norix is an open-source Python library for analysing orientations and crystal symmetry.\n\nThe package defines objects and functions for the analysis of orientations represented\nas quaternions and 3D rotation vectors, accounting for crystal symmetry.\nFunctionality builds primarily on `NumPy \u003chttps://www.numpy.org\u003e`_ and `Matplotlib\n\u003chttps://matplotlib.org\u003e`_.\nInitiation of the package was inspired by `MTEX \u003chttps://mtex-toolbox.github.io\u003e`_.\n\norix is released under the GPL v3 license.\n\n.. |pypi_version| image:: https://img.shields.io/pypi/v/orix.svg?style=flat\n   :target: https://pypi.python.org/pypi/orix\n\n.. |conda| image:: https://img.shields.io/conda/vn/conda-forge/orix.svg?logo=conda-forge\u0026logoColor=white\n   :target: https://anaconda.org/conda-forge/orix\n\n.. |build_status| image:: https://github.com/pyxem/orix/workflows/build/badge.svg\n   :target: https://github.com/pyxem/orix/actions/workflows/build.yml\n\n.. |python| image:: https://img.shields.io/badge/python-3.10+-blue.svg\n   :target: https://www.python.org/downloads/\n\n.. |Coveralls| image:: https://coveralls.io/repos/github/pyxem/orix/badge.svg?branch=develop\n   :target: https://coveralls.io/github/pyxem/orix?branch=develop\n\n.. |pypi_downloads| image:: https://img.shields.io/pypi/dm/orix.svg?label=PyPI%20downloads\n   :target: https://pypi.org/project/orix/\n\n.. |conda_downloads| image:: https://img.shields.io/conda/dn/conda-forge/orix.svg?label=Conda%20downloads\n   :target: https://anaconda.org/conda-forge/orix\n\n.. |doi| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3459662.svg\n   :target: https://doi.org/10.5281/zenodo.3459662\n\n.. |GPLv3| image:: https://img.shields.io/github/license/pyxem/orix\n   :target: https://opensource.org/license/GPL-3.0\n\n.. |GH-discuss| image:: https://img.shields.io/badge/GitHub-Discussions-green?logo=github\n   :target: https://github.com/pyxem/orix/discussions\n\n.. |binder| image:: https://mybinder.org/badge_logo.svg\n   :target: https://mybinder.org/v2/gh/pyxem/orix/HEAD\n\n.. |docs| image:: https://readthedocs.org/projects/orix/badge/?version=latest\n   :target: https://orix.readthedocs.io/en/latest\n\n.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n   :target: https://github.com/psf/black\n\n+----------------------+------------------------------------------------+\n| Deployment           | |pypi_version| |conda|                         |\n+----------------------+------------------------------------------------+\n| Build status         | |build_status| |docs| |python|                 |\n+----------------------+------------------------------------------------+\n| Metrics              | |Coveralls|                                    |\n+----------------------+------------------------------------------------+\n| Activity             | |pypi_downloads| |conda_downloads|             |\n+----------------------+------------------------------------------------+\n| Citation             | |doi|                                          |\n+----------------------+------------------------------------------------+\n| License              | |GPLv3|                                        |\n+----------------------+------------------------------------------------+\n| Community            | |GH-discuss|                                   |\n+----------------------+------------------------------------------------+\n| Formatter            | |black|                                        |\n+----------------------+------------------------------------------------+\n\nDocumentation\n-------------\n\nRefer to the `documentation \u003chttps://orix.readthedocs.io\u003e`__ for detailed installation\ninstructions, a user guide, and the `changelog\n\u003chttps://orix.readthedocs.io/en/latest/changelog.html\u003e`_.\n\nInstallation\n------------\n\norix can be installed with ``pip``::\n\n    pip install orix\n\nor ``conda``::\n\n    conda install orix -c conda-forge\n\nThe source code is hosted in `GitHub \u003chttps://github.com/pyxem/orix\u003e`_, and can also be\ndownloaded from `PyPI \u003chttps://pypi.org/project/orix\u003e`_ and\n`Anaconda \u003chttps://anaconda.org/conda-forge/orix\u003e`_.\n\nFurther details are available in the\n`installation guide \u003chttps://orix.readthedocs.io/en/latest/user/installation.html\u003e`_.\n\nCiting orix\n-----------\n\nIf analysis using orix forms a part of published work please cite the paper (`journal\n\u003chttps://doi.org/10.1107/S1600576720011103\u003e`_, `arXiv\n\u003chttps://arxiv.org/abs/2001.02716\u003e`_) and `the software\n\u003chttps://doi.org/10.5281/zenodo.3459662\u003e`_.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyxem%2Forix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyxem%2Forix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyxem%2Forix/lists"}