/usr/lib/python3/dist-packages/galpy-1.3.0.egg-info/PKG-INFO is in python3-galpy 1.3.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 | Metadata-Version: 1.1
Name: galpy
Version: 1.3.0
Summary: Galactic Dynamics in python
Home-page: http://github.com/jobovy/galpy
Author: Jo Bovy
Author-email: bovy@astro.utoronto.ca
License: New BSD
Description-Content-Type: UNKNOWN
Description: galpy
        ======
        
        **Galactic Dynamics in python**
        
        
        
        
        
        
        
        
        
        AUTHOR
        -------
        
        Jo Bovy - bovy at astro dot utoronto dot ca
        
        See `AUTHORS.txt
        <https://github.com/jobovy/galpy/blob/master/AUTHORS.txt>`__ for a
        full list of contributors.
        
        If you find this code useful in your research, please let me
        know. **If you use galpy in a publication, please cite** `Bovy (2015)
        <http://adsabs.harvard.edu/abs/2015ApJS..216...29B>`__ **and link to
        http://github.com/jobovy/galpy**. See `the acknowledgement documentation section
        <http://galpy.readthedocs.io/en/latest/index.html#acknowledging-galpy>`__
        for a more detailed guide to citing parts of the code. Please also
        send me a reference to the paper or send a pull request including your
        paper in the list of galpy papers on `this page
        <http://galpy.readthedocs.io/en/latest/>`__ (this page is at
        doc/source/index.rst). Thanks!
        
        
        DOCUMENTATION
        --------------
        
        The latest documentation can be found `here <http://galpy.readthedocs.io/en/latest/>`__. An alternative that is kept up-to-date less frequently is `here <http://jobovy.github.com/galpy>`__.
        
        PYTHON VERSIONS AND DEPENDENCIES
        ---------------------------------
        
        ``galpy`` supports both Python 2 and 3. Specifically, galpy supports
        Python 2.7 and Python 3.4, 3.5, and 3.6. It may also work on earlier
        Python 3.* versions, but this has not been tested. Travis CI builds
        regularly check support for Python 2.7 and 3.6 (and of 3.4/3.5 using a
        limited set of tests).
        
        This package requires `Numpy <http://numpy.scipy.org/>`__, `Scipy
        <http://www.scipy.org/>`__, and `Matplotlib
        <http://matplotlib.sourceforge.net/>`__. Certain advanced features
        require the GNU Scientific Library (`GSL
        <http://www.gnu.org/software/gsl/>`__), with action calculations
        requiring version 1.14 or higher. Use of ``SnapshotRZPotential`` and
        ``InterpSnapshotRZPotential`` requires `pynbody
        <https://github.com/pynbody/pynbody>`__. Support for providing inputs
        and getting outputs as Quantities with units is provided through
        `astropy <http://www.astropy.org/>`__.
        
        ISSUES
        -------
        
        If you find *any* bug in the code, please report these using the `Issue Tracker <http://github.com/jobovy/galpy/issues>`__ or by emailing the maintainer of the code.
        
        If you are having issues with the installation of ``galpy``, please
        first consult the `Installation FAQ
        <http://galpy.readthedocs.io/en/latest/installation.html#installation-faq>`__.
        
        CONTRIBUTING TO GALPY
        ----------------------
        
        If you are interested in contributing to galpy's development, take a look at `this brief guide <https://github.com/jobovy/galpy/wiki/Guide-for-new-contributors>`__ on the wiki. This will hopefully help you get started!
        
        Some further development notes can be found on the `wiki
        <http://github.com/jobovy/galpy/wiki/>`__. This includes a list of
        small and larger extensions of galpy that would be useful `here
        <http://github.com/jobovy/galpy/wiki/Possible-galpy-extensions>`__ as
        well as a longer-term roadmap `here
        <http://github.com/jobovy/galpy/wiki/Roadmap>`__. Please let the main
        developer know if you need any help contributing!
        
        
        
        
        
        
        
        
        
        
        
        
        
        DISK DF CORRECTIONS
        --------------------
        
        The dehnendf and shudf disk distribution functions can be corrected to
        follow the desired surface-mass density and radial-velocity-dispersion
        profiles more closely (see `1999AJ....118.1201D
        <http://adsabs.harvard.edu/abs/1999AJ....118.1201D>`__). Calculating
        these corrections is expensive, and a large set of precalculated
        corrections can be found `here
        <http://github.com/downloads/jobovy/galpy/galpy-dfcorrections.tar.gz>`__
        \[tar.gz archive\]. Install these by downloading them and unpacking them into the galpy/df_src/data directory before running the setup.py installation. E.g.::
        
           curl -O https://github.s3.amazonaws.com/downloads/jobovy/galpy/galpy-dfcorrections.tar.gz
           tar xvzf galpy-dfcorrections.tar.gz -C ./galpy/df_src/data/
        
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
 |