Metadata-Version: 1.2
Name: pdfstream
Version: 0.1.1
Summary: The data analysis toolbox for the study on pair distribution function (PDF).
Home-page: https://github.com/st3107/pdfstream
Author: Songsheng Tao
Author-email: st3107@columbia.edu
License: BSD (3-clause)
Description: PDFstream
        =========
        
        ![test](https://github.com/st3107/pdfstream/workflows/test/badge.svg?branch=master)
        [![codecov](https://codecov.io/gh/st3107/pdfstream/branch/master/graph/badge.svg?token=ZFXWWDWQW8)](https://codecov.io/gh/st3107/pdfstream)
        [![Release](https://anaconda.org/st3107/pdfstream/badges/version.svg)](https://anaconda.org/st3107/pdfstream)
        
        The data analysis toolbox for the study on pair distribution function (PDF).
        
        -   Free software: 3-clause BSD license
        -   Documentation: <https://st3107.github.io/pdfstream>.
        
        Installation
        ------------
        
        Create a new clean environment.
        
        `conda create -n pdfstream`
        
        `conda activate pdfstream`
        
        Install the diffpy.pdfgetx following the
        [instructions](https://www.diffpy.org/doc/pdfgetx/2.0.0/install.html).
        
        Install the pdfstream according to this [anaconda webpage](https://anaconda.org/st3107/pdfstream).
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
