Metadata-Version: 1.1
Name: newsapi-cli
Version: 1.0.2
Summary: A newsapi.org command line program in Python.
Home-page: https://github.com/aziezahmed/newsapi-cli
Author: Aziez Ahmed Chawdhary
Author-email: UNKNOWN
License: UNLICENSE
Description: newsapi-cli
        ===========
        
        *A command line application for displaying news headlines, written in Python.*
        
        Getting Started
        ---------------
        
        Prerequisites
        ~~~~~~~~~~~~~
        
        -  `Python`_
        
        Installing
        ~~~~~~~~~~
        
        Newsapi-cli is on `PyPi`_ so it can be installed with pip.
        
            $ pip install newsapi-cli
        
        Using newsapi-cli
        ~~~~~~~~~~~~~~~~~
        
        Usage:
          news sources
          news <source>
          news -h | --help
          news --version
        
        Display a list of all news sources
        
          $ news sources
        
        Get headlines from a specific source
        
          $ news <source>
        
        Example
        ~~~~~~~
        
        Get news headlines from the bbc-news source.
        
          $ news bbc-news
        
        Built With
        ----------
        
        -  `skele-cli`_
        -  `News API`_
        
        Authors
        -------
        
        -  `Aziez Ahmed Chawdhary`_
        
        License
        -------
        
        This project is licensed under the MIT License
        
        .. _News API: https://newsapi.org
        .. _Python: https://www.python.org
        .. _PyPi: https://pypi.python.org/pypi
        .. _skele-cli: https://github.com/rdegges/skele-cli
        .. _Aziez Ahmed Chawdhary: https://github.com/aziezahmed
        
Keywords: cli
Platform: UNKNOWN
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Utilities
Classifier: License :: Public Domain
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
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.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
