Metadata-Version: 1.1
Name: cloudy
Version: 0.1.0
Summary: cloudy parses cloudy output files to pandas Data Frames
Home-page: https://github.com/pbvarga1/cloudy
Author: Perry Vargas
Author-email: perrybvargas@gmail.com
License: BSD
Description: ======
        cloudy
        ======
        
        Parses the output files of the spectral synthesis code Cloudy into Pandas
        DataFrames for analysis.
        
        Example
        +++++++
        
        Here is a quick example. See sample_data for an ipythpn notebook example::
        
          >>> from cloudy import cloudy
          >>> sample = cloudy.Cloudy(
            'sample_data/sample.grd', 'sample_data/sample.ems')
          >>> sample.labels
          ['H  1  6563A',
           'N  2  6584A',
           'O  1  6300A',
           'S  2  6720A',
           'Temperature',
           'depth']
        
        
        Todos
        -----
        
        * Write Docs
        
        
        
        
Keywords: cloudy
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
