Metadata-Version: 2.4
Name: pyFluxim
Version: 0.0.14
Summary: library to handle data generated by Fluxim's hardwares
Home-page: https://bitbucket.org/fluximag/pyfluxim
Author: Thomas Zilliox
Author-email: thomas.zilliox@fluxim.com
License: Apache 2.0
Keywords: fluxim litos lite phelos paios characterization suit
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: h5py
Requires-Dist: pint
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

[![Python 3.6](https://img.shields.io/badge/python-3.4+-orange.svg)](https://www.python.org/download/releases/3.4.0/)

# pyFluxim
pyFluxim is a python library to read and handle data saved by instruments from Fluxim AG.
With it you can read and parse Litos Lite results data as well as our new flux data.

## Supported Hardware
* Litos Lite

## Documentation
There is no extensive documentation for the moment. Please have a look at the following examples to get started:

* [Litos Lite](https://nbviewer.jupyter.org/urls/bitbucket.org/fluximag/pyfluxim/raw/c4de023f87290127773239484d74d63a10d7798d/doc/LL_data_example1.ipynb)
* [Flux data](https://nbviewer.jupyter.org/urls/bitbucket.org/fluximag/pyfluxim/raw/15a88fc6a21f10e7cafb4141c45c00e39f514574/doc/Flux_data_example1.ipynb)

