Metadata-Version: 1.1
Name: pyatomdb
Version: 0.0.1.3
Summary: AtomDB python library. This is a very early development version.
Home-page: http://www.atomdb.org
Author: Adam Foster
Author-email: afoster@cfa.harvard.edu
License: Smithsonian
Description: ========
        PYATOMDB
        ========
        
        This is pre-alpha release code. Many functions have just been ripped from my
        hard disk and not yet fully vetted. Possibly the most complete section is the 
        "spectrum" module. Sample code is in the docs subfolder.
        
        Full documentation can be found at http://atomdb.readthedocs.org
        
        =======================
        Installation
        =======================
        Standard python installation:
        python setup.py install
        
        
        ===============
        Version History
        ===============
        0.0.0.1
        July 17th 2015: initial release
        
        0.0.0.2
        July 21st 2015: added ``dummyfirst`` keyword to
        ``pyatomdb.spectrum.make_spectrum``
        
        0.0.0.3
        August 12th 2015: fixed some errors in spectrum.py. Updated readme.
        
        0.0.0.4
        August 12th 2015: fixed example script in manual.
        
        0.0.0.5
        August 17th 2015: added PI cross section graphing data.
        Updated get_data to fetch files from remote server
        
        0.0.0.6
        August 18th 2015: Fixed bug with documentation
        
        0.0.1.0
        September 23rd 2015: Added significant documentation. Converted all 'z0' to 'Z' and 'rmJ' to 'z1' throught the code for consistency.
        
        0.0.1.1
        September 25th 2015:   Major documentation revamp.
        Separated datacache from settings keyword
        Introduced automatic install and update into util package.
        
        0.0.1.2
        October 13th 2015:   More documentation improvements
        Removed use of "curl" library, as apparently is non-standard. Replaced with 
        wget, ftplib and requests.
        
        0.0.1.3
        November 5th 2015: Many minor bugfixes. Added "switch_version" to util package
        to allow looking at older AtomDB version data. Added use option to get total RRC
        emission using integral to infinity. 
        
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Programming Language :: Python
Classifier: Operating System :: POSIX
