Metadata-Version: 2.4
Name: easydiffraction
Version: 0.5.8.post1
Summary: Diffraction data analysis
Project-URL: homepage, https://easydiffraction.org
Project-URL: documentation, https://docs.easydiffraction.org/lib
Project-URL: source, https://github.com/easyscience/diffraction-lib
Project-URL: tracker, https://github.com/easyscience/diffraction-lib/issues
Author: EasyDiffraction contributors
License: BSD 3-Clause License
        
        Copyright (c) 2021-2025 EasyDiffraction Python Library contributors <https://github.com/easyscience/diffraction-lib>
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are met:
        
        1. Redistributions of source code must retain the above copyright notice, this
           list of conditions and the following disclaimer.
        
        2. Redistributions in binary form must reproduce the above copyright notice,
           this list of conditions and the following disclaimer in the documentation
           and/or other materials provided with the distribution.
        
        3. Neither the name of the copyright holder nor the names of its
           contributors may be used to endorse or promote products derived from
           this software without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
        AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
        FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
        SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
        CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
        OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
License-File: LICENSE
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Requires-Python: <3.14,>=3.11
Requires-Dist: asciichartpy
Requires-Dist: asteval
Requires-Dist: bumps
Requires-Dist: colorama
Requires-Dist: cryspy
Requires-Dist: dfo-ls
Requires-Dist: diffpy-pdffit2
Requires-Dist: diffpy-utils
Requires-Dist: gemmi
Requires-Dist: lmfit
Requires-Dist: pooch
Requires-Dist: scipy
Requires-Dist: sympy
Requires-Dist: tabulate
Requires-Dist: varname
Provides-Extra: dev
Requires-Dist: build; extra == 'dev'
Requires-Dist: jinja2; extra == 'dev'
Requires-Dist: jupytext; extra == 'dev'
Requires-Dist: nbmake; extra == 'dev'
Requires-Dist: nbqa; extra == 'dev'
Requires-Dist: nbstripout; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: pytest-xdist; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Requires-Dist: validate-pyproject[all]; extra == 'dev'
Requires-Dist: versioningit; extra == 'dev'
Provides-Extra: docs
Requires-Dist: mkdocs; extra == 'docs'
Requires-Dist: mkdocs-autorefs<1.3.0; extra == 'docs'
Requires-Dist: mkdocs-jupyter; extra == 'docs'
Requires-Dist: mkdocs-markdownextradata-plugin; extra == 'docs'
Requires-Dist: mkdocs-material; extra == 'docs'
Requires-Dist: mkdocs-plugin-inline-svg; extra == 'docs'
Requires-Dist: mkdocstrings-python; extra == 'docs'
Requires-Dist: pyyaml; extra == 'docs'
Provides-Extra: visualization
Requires-Dist: darkdetect; extra == 'visualization'
Requires-Dist: pandas; extra == 'visualization'
Requires-Dist: plotly<6.1.0; extra == 'visualization'
Requires-Dist: py3dmol; extra == 'visualization'
Description-Content-Type: text/markdown

<p>
  <picture>
    <!-- light mode logo -->
    <source media='(prefers-color-scheme: light)' srcset='https://raw.githubusercontent.com/easyscience/assets-branding/refs/heads/master/easydiffraction/logos/light.svg'>
    <!-- dark mode logo -->
    <source media='(prefers-color-scheme: dark)' srcset='https://raw.githubusercontent.com/easyscience/assets-branding/refs/heads/master/easydiffraction/logos/dark.svg'>
    <!-- default logo == light mode logo -->
    <img src='https://raw.githubusercontent.com/easyscience/assets-branding/refs/heads/master/easydiffraction/logos/light.svg' alt='EasyDiffraction'>
  </picture>
</p>

**EasyDiffraction** is a Python package for calculating neutron powder
diffraction patterns based on a structural model and refining its parameters
against experimental data.

**EasyDiffraction** is built upon the [EasyScience] framework, which provides
essential tools for developing scientific libraries and applications.

## Useful Links

- [Main Website] - Learn more about EasyDiffraction.
- [Documentation] - Access the full documentation.
- [Discussions] - Ask questions or share ideas.
- [Issue Tracker] - Report bugs or request new features.
- [Source Code] - Explore the source code repository.

## Contributing

We welcome contributions! Our vision is for **EasyDiffraction** to be a
community-driven, open-source project supported by a diverse group of
contributors.

The project is currently maintained by the [European Spallation Source (ESS)].

If you'd like to contribute, please refer to our [Contributing Guidelines] for
information about our code of conduct and instructions on submitting pull
requests.

## License

**EasyDiffraction** is licensed under the [BSD 3-Clause License].

<!-- prettier-ignore-start -->
[BSD 3-Clause License]: https://github.com/easyscience/diffraction-lib/blob/master/LICENSE
[Contributing Guidelines]: https://github.com/easyscience/diffraction-lib/blob/master/CONTRIBUTING.md
[EasyScience]: https://easyscience.software
[European Spallation Source (ESS)]: https://ess.eu
[Main Website]: https://easydiffraction.org
[Documentation]: https://docs.easydiffraction.org/lib
[Discussions]: https://github.com/easyscience/diffraction-lib/discussions
[Issue Tracker]: https://github.com/easyscience/diffraction-lib/issues
[Source Code]: https://github.com/easyscience/diffraction-lib
<!-- prettier-ignore-end -->
