Metadata-Version: 1.1
Name: Eman
Version: 1.0.1
Summary: A Python package to get weather reports for any location.
Home-page: https://github.com/nikhilkumarsingh/weather-reporter
Author: eman
Author-email: eman.za1996@gmail.com
License: MIT
Description: # Eman
        
        A Python package to get weather reports for any location.
        
        ## Usage
        
        Following query on terminal will provide you the weather details of "delhi" for next 3 days.
        
        ```
        weather-reporter -q delhi -d 3
        ```
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
