Metadata-Version: 2.1
Name: xrdtools
Version: 0.1.1
Summary: A library to read .xrdml files
Home-page: https://github.com/paruch-group/xrdtools
Author: Benedikt Ziegler
Author-email: benediktziegler@gmail.com
License: MIT
Keywords: xrdml,read
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Physics
Description-Content-Type: text/markdown
Requires-Dist: lxml (>=3.0)
Requires-Dist: numpy (>=1.7)

# xrdtools

[![PyPI version](http://img.shields.io/pypi/v/xrdtools.svg)](https://pypi.org/pypi/xrdtools)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/xrdtools.svg)](https://pypi.org/pypi/xrdtools)
[![Build Status](https://travis-ci.org/paruch-group/xrdtools.svg?branch=master)](https://travis-ci.org/paruch-group/xrdtools)

The xrdtools package can be used to read .xrdml files (Panalytical XPert X-ray diffraction).
Not all feature of file format may be supported at the current development state.

For more information please visit
<http://xrdtools.readthedocs.org/en/latest/>
or
<https://github.com/paruch-group/xrdtools>.


## Development

Currently, I do not have the time to develop this package any further.
Therefore, patches are very sporadic.

In case anyone wants to take over the maintenance, please contact me
@bziegler.




