Metadata-Version: 2.3
Name: easydiffraction
Version: 0.1.3
Summary: Making diffraction data analysis and modelling easy
Project-URL: homepage, https://easydiffraction.org
Project-URL: documentation, https://docs.easydiffraction.org/lib
Project-URL: source, https://github.com/EasyScience/EasyDiffractionLib
Project-URL: tracker, https://github.com/EasyScience/EasyDiffractionLib/issues
Author: EasyDiffractionLib contributors
License: BSD 3-Clause License
        
        Copyright (c) 2024, EasyDiffractionLib contributors (https://github.com/EasyScience/EasyDiffractionLib)
        All rights reserved.
        
        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: Development Status :: 4 - Beta
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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Requires-Python: <3.13,>=3.9
Requires-Dist: cryspy
Requires-Dist: easycrystallography
Requires-Dist: easyscience
Provides-Extra: charts
Requires-Dist: darkdetect; extra == 'charts'
Requires-Dist: pandas; extra == 'charts'
Requires-Dist: plotly; extra == 'charts'
Requires-Dist: pooch; extra == 'charts'
Requires-Dist: py3dmol; extra == 'charts'
Provides-Extra: dev
Requires-Dist: build; extra == 'dev'
Requires-Dist: jinja2; extra == 'dev'
Requires-Dist: nbmake; extra == 'dev'
Requires-Dist: nbqa; extra == 'dev'
Requires-Dist: pooch; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: pytest-xdist; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Description-Content-Type: text/markdown

<img src="https://raw.githubusercontent.com/EasyScience/EasyDiffractionApp/master/resources/images/ed_logo.svg" height="65">

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

Easydiffraction library is the foundation of the [EasyDiffraction application](https://github.com/EasyScience/EasyDiffractionApp), an intuitive graphical user interface that aims to simplify and speed up the analysis of diffraction experiments.

* Website: https://easydiffraction.org
* Documentation: https://docs.easydiffraction.org/lib/
* Source code: https://github.com/EasyScience/EasyDiffractionLib
* Bug reports: https://github.com/EasyScience/EasyDiffractionLib/issues

## Contributing

We absolutely welcome contributions, and our goal is for EasyDiffraction to be a community-driven open source project developed by a diverse group of contributors.

EasyDiffraction is currently maintained by [European Spallation Source ERIC](https://ess.eu), Sweden.

If you are interested in contributing directly to the code, please see [CONTRIBUTING.md](https://raw.githubusercontent.com/EasyScience/EasyDiffractionLib/master/CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests.

## License

EasyDiffraction is licensed under the [BSD 3-Clause License](https://raw.githubusercontent.com/EasyScience/EasyDiffractionLib/master/LICENSE).

[DFO_LS](https://github.com/numericalalgorithmsgroup/dfols) is subject to the GPL license.
