Metadata-Version: 2.1
Name: pyxphyspec
Version: 0.3
Summary: Python wrapper for XPhySpec
Home-page: https://github.com/juzhyo/pyXPHySpec/
Author: Justin Zhou
Author-email: juzhyo@gmail.com
License: GPLv2
Description: # pyXPHySpec
        
        [![PyPI version](https://badge.fury.io/py/pyxphyspec.svg)](https://pypi.org/project/pyxphyspec/)
        
        pyXPhySpec is a Python wrapper for XPhySpec, an ActiveX control for integrating Photon etc. instruments in their process.
        
        ## Installation
        You can install pyXPHySpec via pip:
        
        ```
        pip install pyxphyspec
        ```
        
        ## Third Party Libraries and Dependencies
        
        The following library will be installed when you install the library:
        * [pywin32](https://github.com/mhammond/pywin32)
        
Keywords: xphyspec
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown
