Metadata-Version: 2.1
Name: gammaALPs
Version: 0.0.2
Summary: Python code to calculate the conversion probability between photons and axions / axion-likeparticles in astrophysical magnetic fields
Home-page: https://github.com/me-manu/gammaALPs
Author: Manuel Meyer
Author-email: me.manu@gmx.net
License: BSD
Description: gammaALPs
        =========
        
        .. image:: https://img.shields.io/github/license/me-manu/gammaALPs
            :target: https://github.com/me-manu/gammaALPs
            :alt: License
            
        .. image:: https://img.shields.io/github/issues/me-manu/gammaALPs
            :target: https://github.com/me-manu/gammaALPs/issues
            :alt: Issues
        
        .. image:: https://readthedocs.org/projects/gammaalps/badge/?version=latest
            :target: https://gammaalps.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        Python packages to calculate the conversion probability between photons and axions / axion-like particles in
        various astrophysical magnetic fields.
        
        For the documentation and full installation instructions see: https://gammaalps.readthedocs.io/en/latest
        
        Prerequisites
        -------------
        
        Python 2.7 or 3.6 and the following packages 
            - numpy 
            - scipy
            - astropy
            - ebltable
            - numba
        
        Installation
        ------------
        
        You can use pip to install the package:: 
        
            pip install gammaALPs 
        
        Example scripts and notebooks are provided on the github page in the
        example/ and notebooks/ folder, https://github.com/me-manu/gammaALPs
        
        License
        -------
        This project is licensed under a 3-clause BSD style license - see the
        ``LICENSE`` file.
        
Keywords: gamma-ray astronomy,particle physics,axions
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/x-rst
