Metadata-Version: 1.2
Name: pdiffutils
Version: 0.0.1
Summary: A small package for manipulating powder diffraction data
Home-page: https://github.com/rowlesmr/pdiffutils
Author: Matthew Rowles
Author-email: rowlesmr@gmail.com
License: Apache-2.0
Project-URL: Documentation, https://pdiffutils.readthedocs.io/
Project-URL: Changelog, https://pdiffutils.readthedocs.io/en/latest/changelog.html
Project-URL: Issue Tracker, https://github.com/rowlesmr/pdiffutils/issues
Description: ========
        Overview
        ========
        
        
        
        A small package for manipulating powder diffraction data
        
        * Free software: Apache Software License 2.0
        
        Installation
        ============
        
        ::
        
            pip install pdiffutils
        
        You can also install the in-development version with::
        
            pip install https://github.com/rowlesmr/pdiffutils/archive/master.zip
        
        
        Documentation
        =============
        
        
        https://pdiffutils.readthedocs.io/
        
        
        Development
        ===========
        
        Just ask me, and I can probably help.
        
        Changelog
        =========
        
        0.0.0 (2021-11-06)
        ------------------
        
        * First release on PyPI.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Utilities
Requires-Python: >=3.6
