Metadata-Version: 1.1
Name: yomo
Version: 0.0.11
Summary: Python 3 modules for atmospheric research, especially airborne sunphotometry.
Home-page: https://pypi.python.org/pypi/yomo/
Author: Yohei Shinozuka
Author-email: Yohei.Shinozuka@nasa.gov
License: MIT
Description: ==========
        Yo Modules
        ==========
        
        Python 3 modules for atmospheric research, especially airborne sunphotometry. 
        
        Yo comes from the Japanese word for the Sun.
        
        .. moduleauthor:: Yohei Shinozuka <Yohei.Shinozuka@nasa.gov>
        
        Examples:
        from yomo import assemble, Look
        with assemble(r'c:\data\source\AIRHOUSEKEEPING\Hskping_P3_20160910_R0.ict') as dataset:
            with Look(dataset, 'time', 'Relative_Humidity') as lk0:
                pass
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
