Metadata-Version: 1.2
Name: pymadx
Version: 1.1.0
Summary: Write MADX models and load MADX output.
Home-page: https://bitbucket.org/jairhul/pymadx/
Author: JAI@RHUL
Author-email: laurie.nevay@rhul.ac.uk
License: GPL3
Description: #pymadx#
        
        A python package containing both utilities for processing and analysing
        MADX output.
        
        Authors
        -------
        
        L. Nevay S. Boogert S. Walker A. Abramov W. Shields J. Snuverink
        
        Setup
        -----
        
        From within the pymadx root directory:
        
        $ make install
        
        or for development:
        
        $ make develop
        
        ::
        
            #!python
        
            $>python
            $>>> import pymadx
            $>>> t = pymadx.Data.Tfs("twiss.tfs")
        
        Dependencies
        ------------
        
        -  matplotlib
        -  numpy
        
Keywords: madx accelerator twiss ptc
Platform: UNKNOWN
Requires-Python: ==2.7.*
