Metadata-Version: 2.1
Name: XeprAPI
Version: 0.61
Summary: Python interface for for Bruker Xepr.
Home-page: UNKNOWN
Author: Bruker Biospin
Author-email: ss2151@cam.ac.uk
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.2.1)

### XeprAPI

This is an update of Bruker Xepr Python API which works with Python 3.7 and 3.8. Bruker officially supports only
Python 2.7 so use this at your own risk.

Install the latest from GitHub by running in a terminal:

```shell
pip3 install --update git+https://github.com/OE-FET/XeprAPI
```


