Metadata-Version: 2.1
Name: powerxrd
Version: 2.1.8
Summary: Simple tools to handle powder XRD (and XRD) data with Python.
Home-page: https://github.com/andrewrgarcia/powerxrd
Author: Andrew Garcia, PhD
License: MIT
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
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: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# powerxrd
Simple tools to handle powder XRD (and XRD) data


## Installation

```bash
pip install powerxrd
```

## Just starting? Check out the Colab notebook (click on below icon)

<a href="https://colab.research.google.com/drive/1_Eq-cW6LSPPnaRjkbeHaC81Wfbd8mQS-?usp=sharing">
<img src="https://github.com/andrewrgarcia/powerxrd/blob/main/img/colab.png?raw=true" width="300" ></a>


## Stand-alone Usage
On your Terminal ("command line"), copy-paste the following lines:
```bash 
cd Desktop   		
mkdir pxrd		
cd pxrd		
wget https://raw.githubusercontent.com/andrewrgarcia/powerxrd/main/sample1.xy	
wget https://raw.githubusercontent.com/andrewrgarcia/powerxrd/main/tests/test_module.py   
python test_module.py   
```

## Contributing

1. Fork it (<https://github.com/your-github-user/powerxrd/fork>)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

