Metadata-Version: 1.1
Name: QuakeCL
Version: 0.1.dev0
Summary: A command line tool that displays the recent earthquakes and aftershocks in Nepal.
Home-page: https://github.com/amitness/QuakeCL
Author: Amit Chaudhary
Author-email: meamitkc@gmail.com
License: MIT
Download-URL: https://github.com/amitness/QuakeCL/tarball/0.1.0
Description-Content-Type: UNKNOWN
Description: # QuakeCL [![Build Status](https://travis-ci.org/amitness/QuakeCL.svg?branch=master)](https://travis-ci.org/amitness/QuakeCL) [![Code Climate](https://codeclimate.com/github/amitness/QuakeCL/badges/gpa.svg)](https://codeclimate.com/github/amitness/QuakeCL)
        View the 5 recent **earthquakes** that took place in **Nepal** in your terminal.
        
        ![Screenshot](https://1.bp.blogspot.com/-VqSshLgpYUs/V8MZTsR7fPI/AAAAAAAACxc/_XiZkz2tlgsqjh0veID2elAYZWxzaAwxQCLcB/s1600/Screenshot%2Bfrom%2B2016-08-28%2B22%253A31%253A38.png)
        
        ### INSTALLATION:
        #### One Step Installation
        ```
        pip install QuakeCL
        ```
        
        #### Manual Installation
        - Clone the repository
        
             ```git clone https://github.com/amitness/QuakeCL```
        
        - Run the installation script inside the cloned folder
        
             ```bash
                 python setup.py install
             ```
        
        ### USAGE:
            ~ $ earthquake
        
        ### DEVELOPMENT
        
        To run the tests:
        
        ```
        python setup.py test
        ```
        
        ### Built with:
         * Python
         * [Google Spreadsheet](https://docs.google.com/spreadsheets/d/1eeIOB58Dn5qRNWTySqrL35U8xY3JjZ7yhg5Dpxvbz8s/edit) for scraping the data using `IMPORTXML` and `XPath`
        
        
        ### References
         * Data from [National Seismological Centre](http://www.seismonepal.gov.np)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
