Metadata-Version: 2.1
Name: SRW-parser
Version: 0.1.4
Summary: Reads in a data file and vizualizes data withh image along with interactive horizontal and vertical cuts 
Home-page: https://github.com/kalebswartz7/SRW-parser
Author: Kaleb Robert Swartz
Author-email: kalebswartz7@gmail.com
License: Apache Software License 2.0
Keywords: SRW_parser
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Provides-Extra: matplotlib
Provides-Extra: xray-vision
Provides-Extra: complete
Provides-Extra: pyqt5
Requires-Dist: numpy
Provides-Extra: complete
Requires-Dist: matplotlib (>=2.2.2); extra == 'complete'
Requires-Dist: pyqt5 (>=5.10.1); extra == 'complete'
Requires-Dist: xray-vision (>=0.0.8); extra == 'complete'
Provides-Extra: matplotlib
Requires-Dist: matplotlib (>=2.2.2); extra == 'matplotlib'
Provides-Extra: pyqt5
Requires-Dist: pyqt5 (>=5.10.1); extra == 'pyqt5'
Provides-Extra: xray-vision
Requires-Dist: xray-vision (>=0.0.8); extra == 'xray-vision'

===================
SRW-parser
===================
.. image:: https://travis-ci.com/kalebswartz7/SRW-parser.svg?branch=master
    :target: https://travis-ci.com/kalebswartz7/SRW-parser

Reads in a data file and vizualizes data with image along with interactive horizontal and vertical cuts 



Features:
--------

* User can specify specific data file
* User can specify aspects of representation based on vertical/horizontal slice orientation, axis labels, title, extent 


Credits:
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


