Metadata-Version: 2.3
Name: powerxrd
Version: 3.0.0
Summary: Python tools for powder XRD data analysis – now with Rietveld refinement support.
License: MIT
Keywords: XRD,Rietveld,materials science,diffraction,crystallography
Author: andrewrgarcia
Author-email: garcia.gtr@gmail.com
Requires-Python: >=3.9,<3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: matplotlib (>=3.7.0,<4.0.0)
Requires-Dist: numpy (>=1.26,<2.0)
Requires-Dist: pandas (>=2.2.2,<3.0.0)
Requires-Dist: scipy (>=1.10.0,<2.0.0)
Project-URL: Homepage, https://github.com/andrewrgarcia/powerxrd
Project-URL: Repository, https://github.com/andrewrgarcia/powerxrd
Description-Content-Type: text/markdown

# powerxrd

[![Documentation Status](https://readthedocs.org/projects/powerxrd/badge/?version=latest)](https://powerxrd.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/powerxrd.svg)](https://pypi.org/project/powerxrd/)

A Python package for parsing, visualizing, and analyzing powder XRD data – now at **v3.0.0**, and still somehow free.  
The only known open-source GitHub project with an in-progress Rietveld refinement method that isn’t locked in someone's grad school folder.

<img src="https://raw.githubusercontent.com/andrewrgarcia/powerxrd/main/powerxrd.svg" width="400">

---

## 🔧 Installation

```bash
pip install powerxrd
````

Or for the cool kids using Poetry:

```bash
poetry add powerxrd
```

---

## 🚀 Getting Started

Need a tutorial or a demo?

<table>
<tr>
<td>
<a href="https://powerxrd.readthedocs.io/en/latest">
  <img src="https://raw.githubusercontent.com/andrewrgarcia/voxelmap/main/docs/img/readthedocs.png?raw=true" width="250">
</a>
</td>
<td>
<a href="https://colab.research.google.com/drive/1_Eq-cW6LSPPnaRjkbeHaC81Wfbd8mQS-?usp=sharing">
  <img src="https://raw.githubusercontent.com/andrewrgarcia/powerxrd/main/docs/img/colaboratory.svg?raw=true" width="300">
</a>
</td>
</tr>
</table>

---

## 🤝 Contributing

Have a fix, feature, or experimental diffraction model you swear is important?

1. Fork it: [https://github.com/andrewrgarcia/powerxrd/fork](https://github.com/andrewrgarcia/powerxrd/fork)
2. Create your branch: `git checkout -b my-new-feature`
3. Commit your genius: `git commit -am 'Add shiny new thing'`
4. Push your glory: `git push origin my-new-feature`
5. Submit a Pull Request and wait for your Nobel Prize

---

## 📦 Latest Release: v3.0.0

* ✅ Python 3.9–3.10 compatibility
* 🚀 `poetry` packaging overhaul
* 🔧 Cleaner install via `pip` and `poetry`
* 🧠 Prep work for full Rietveld pipeline
* 😅 Fixed a few things that were previously held together with duct tape

---

## 📚 Docs

📖 [https://powerxrd.readthedocs.io/en/latest](https://powerxrd.readthedocs.io/en/latest)

---

© 2025 Andrew Garcia – still doing science, still refusing to use OriginPro.
