Metadata-Version: 2.1
Name: pyzgoubi
Version: 0.8.0a2
Summary: PyZgoubi is an interface to the Zgoubi particle tracker written in python.
Home-page: http://sourceforge.net/projects/pyzgoubi/
Author: Sam Tygier
Author-email: sam.tygier@manchester.ac.uk
License: GNU GENERAL PUBLIC LICENSE
Description: Python Zgoubi
        =============
        
        https://doi.org/10.5281/zenodo.3597425
        
        
        This is an interface to zgoubi. And framework for accelerator design. It is tested with zgoubi 6.0.1 from http://sourceforge.net/projects/zgoubi/ as well as recent development versions, on Linux, MacOS X and Windows.
        
        Requirements:
        
        * Python 3.7 or newer
        * Numpy 1.16 or newer
        
        Recomended
        
        * Scipy
        * Matplotlib
        
        Some features may require the new versions
        
        Zgoubi can require several GB of RAM. See the Memory Issues section in the documentation for hints for low RAM systems.
        
        
        To install run::
        
        	./setup.py install
        
        or to in install to a specific place::
        
        	./setup.py install --prefix=/home/sam/pyzgoubi
        
        If you install pyzgoubi to a custom prefix you may need to adjust your $PATH and $PYTHONPATH variables, the install script will give you some hints about what to do.
        
        Once pyzgoubi is install run::
        
        	pyzgoubi --version
        
        to check that it runs correctly. You may need to do this from a new terminal in order be using an updated $PATH. Don't run this from the inside the source directory.
        
        To automatically install zgoubi run::
        
        	pyzgoubi --install-zgoubi
        
        this installs zgoubi into ~/.pyzgoubi/bin you can adjust ~/.pyzgoubi/settings.ini to use this as the default zgoubi executable.
        
        There are some tests distributed with the source code. To run tests run::
        
        	./run_tests
        
        Note that there are some know failures, see CHANGES for more info. 
        
        Documentation is available at http://pyzgoubi.org/ or in the doc/ directory.
        To build the documentation run (you will need sphinx installed)::
        
        	./setup.py build_sphinx
        
        More information can be found at http://pyzgoubi.org/ or https://github.com/PyZgoubi/PyZgoubi
        
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
