Metadata-Version: 2.1
Name: twissreader
Version: 0.1.0
Summary: Reading Twiss-files created by MAD-X
Home-page: https://gitlab.cern.ch/cstaufen/twissreader
Author: Christian Staufenbiel
Author-email: christian.staufenbiel@cern.ch
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# TwissReader

Read Twiss files produced by MAD and converts it to dictionary and pandas-dataframe. <br>
For examples see the [examples.ipynb - notebook](https://gitlab.cern.ch/LHCData/twissreader/blob/master/examples.ipynb) included in the repository.

## Installation 

You can install the TwissReader-module from PyPI using pip, which adds the module to your python environment:

`pip install twissreader`

If you want to add the twissreader to your project and don't want to require twissreader module installed in the python environment,
copy the twissreader folder in your project folder.

