Metadata-Version: 2.1
Name: diffsims
Version: 0.5.0
Summary: Diffraction Simulations in Python
Home-page: https://github.com/pyxem/diffsims
Author: Duncan Johnstone, Phillip Crout
Author-email: pyxem.team@gmail.com
License: GPLv3+
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
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.6
License-File: LICENSE
Requires-Dist: diffpy.structure (>=3.0.0)
Requires-Dist: matplotlib (>=3.3)
Requires-Dist: numba
Requires-Dist: numpy (>=1.17)
Requires-Dist: orix (>=0.9)
Requires-Dist: psutil
Requires-Dist: scipy (>=1.0)
Requires-Dist: tqdm (>=4.9)
Requires-Dist: transforms3d
Provides-Extra: dev
Requires-Dist: black (>=19.3b0) ; extra == 'dev'
Requires-Dist: pre-commit (>=1.16) ; extra == 'dev'
Requires-Dist: furo ; extra == 'dev'
Requires-Dist: sphinx (>=3.0.2) ; extra == 'dev'
Requires-Dist: pytest (>=5.4) ; extra == 'dev'
Requires-Dist: pytest-cov (>=2.8.1) ; extra == 'dev'
Requires-Dist: coverage (>=5.0) ; extra == 'dev'
Provides-Extra: doc
Requires-Dist: furo ; extra == 'doc'
Requires-Dist: sphinx (>=3.0.2) ; extra == 'doc'
Provides-Extra: tests
Requires-Dist: pytest (>=5.4) ; extra == 'tests'
Requires-Dist: pytest-cov (>=2.8.1) ; extra == 'tests'
Requires-Dist: coverage (>=5.0) ; extra == 'tests'

|build_status|_ |Coveralls|_ |docs|_ |pypi_version|_ |black|_ |doi|_

.. |build_status| image:: https://github.com/pyxem/diffsims/workflows/build/badge.svg
.. _build_status: https://github.com/pyxem/diffsims/actions

.. |Coveralls| image:: https://coveralls.io/repos/github/pyxem/diffsims/badge.svg?branch=master
.. _Coveralls: https://coveralls.io/github/pyxem/diffsims?branch=master

.. |docs| image:: https://readthedocs.org/projects/diffsims/badge/?version=latest
.. _docs: https://diffsims.readthedocs.io/en/latest

.. |pypi_version| image:: http://img.shields.io/pypi/v/diffsims.svg?style=flat
.. _pypi_version: https://pypi.python.org/pypi/diffsims

.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
.. _black: https://github.com/psf/black

.. |doi| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3337900.svg
.. _doi: https://doi.org/10.5281/zenodo.3337900

diffsims is an open-source Python library for simulating diffraction.

If simulations performed using diffsims form a part of published work please
cite the DOI at the top of this page. You can find demos in the `diffsims-demos
<https://github.com/pyxem/diffsims-demos>`_ repository. See the `documentation
<https://diffsims.readthedocs.io>`_ for installation instructions, the API reference,
the changelog and more.

diffsims is released under the GPL v3 license.
