Metadata-Version: 1.1
Name: newsapi-cli
Version: 1.0.0
Summary: A newsapi.org command line program in Python.
Home-page: https://github.com/achawdhary/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.
        | Makes use of the `News API`_ to get JSON metadata for news headlines.
        
        Getting Started
        ---------------
        
        These instructions will get you a copy of the project up and running on
        your local machine for development and testing purposes.
        
        Prerequisites
        ~~~~~~~~~~~~~
        
        -  `Python 3`_ - Including PIP3
        
        Installing
        ~~~~~~~~~~
        
        Currently newsapi-cli is not on `PyPi`_ so it requires a manual install.
        
        ::
        
            git clone https://github.com/aziezahmed/newsapi-cli.git
            pip3 install -e ./newsapi-cli
        
        Using newsapi-cli
        -----------------
        
        Display a list of all news sources
        
        ::
        
            news sources
        
        Get headlines from a specific source
        
        ::
        
            news <source>
        
        Example
        ~~~~~~~
        
        ::
        
            news bbc-news
        
        Built With
        ----------
        
        -  `docopt`_
        -  `News API`_
        
        Authors
        -------
        
        -  `Aziez Ahmed Chawdhary`_
        
        License
        -------
        
        This project is licensed under the MIT License
        
        .. _News API: https://newsapi.org
        .. _Python 3: https://www.python.org
        .. _PyPi: https://pypi.python.org/pypi
        .. _docopt: http://docopt.org
        .. _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
