Metadata-Version: 1.1
Name: gammapy
Version: 0.1
Summary: Python package for gamma-ray astronomy
Home-page: https://github.com/gammapy/gammapy
Author: The Gammapy developers
Author-email: gammapy@gmail.com
License: BSD
Description: 
        Gammapy: A Python package for gamma-ray astronomy
        =================================================
        
        * Code: https://github.com/gammapy/gammapy
        * Docs: https://gammapy.readthedocs.org/
        
        The top-level `gammapy` namespace is almost empty,
        it only contains this:
        
        ::
        
         test              --- Run Gammapy unit tests
         __version__       --- Gammapy version string
        
        
        The Gammapy functionality is available for import from
        the following sub-packages (e.g. `gammapy.spectrum`):
        
        ::
        
         `astro`          --- Astrophysical source and population models
         `background`     --- Background estimation and modeling
         `catalog`        --- Source catalog tools
         `data`           --- Data classes
         `datasets`       --- Access datasets
         `detect`         --- Source detection tools
         `image`          --- Image processing and analysis tools
         `irf`            --- Instrument response functions (IRFs)
         `morphology`     --- Morphology and PSF methods
         `obs`            --- Observation bookkeeping
         `shower`         --- Air shower image I/O and analysis
         `spectrum`       --- Spectrum estimation and modeling
         `stats`          --- Statistics tools
         `utils`          --- Utility functions and classes
        
        
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Development Status :: 3 - Alpha
Requires: astropy
Provides: gammapy
