Metadata-Version: 2.1
Name: kcrw.apple-news
Version: 0.2.6
Summary: Library for using the Apple News API
Home-page: https://github.com/KCRW-org/kcrw.apple_news
Author: Alec Mitchell
Author-email: alecpm@gmail.com
License: MIT license
Description: ===============
        kcrw.apple_news
        ===============
        
        .. image:: https://readthedocs.org/projects/kcrwapple-news/badge/?version=latest
                :target: https://kcrwapple-news.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://img.shields.io/pypi/v/kcrw.apple_news.svg
                :target: https://pypi.python.org/pypi/kcrw.apple_news
        
        .. image:: https://api.travis-ci.org/KCRW-org/kcrw.apple_news.svg?branch=master
                :target: https://travis-ci.org/KCRW-org/kcrw.apple_news
        
        .. image:: https://pyup.io/repos/github/KCRW-org/kcrw.apple_news/shield.svg
             :target: https://pyup.io/repos/github/KCRW-org/kcrw.apple-news/
             :alt: Updates
        
        ``kcrw.apple_news`` is a simple library for using the `Apple News API`_ from Python 2 or 3 (>= 2.7 or >= 3.5).
        
        
        * Free software: MIT license
        * Documentation: https://kcrwapple-news.readthedocs.io.
        
        
        Features
        --------
        
        * Provides support for making signed API requests to the Apple News Publisher API
        * Includes suport for "Read Channel", "Create Article", "Update Article",
          "Read Article Information", "Delete Article" API calls as well making generic
          signed requests.
        * Provides a command line tool ``apple_news_api`` for making API calls directly.
        
        
        .. _Apple News API: https://developer.apple.com/documentation/apple_news/apple_news_api
        
        
        =======
        History
        =======
        
        0.2.6 (2020-04-17)
        ----------------------------------------------
        
        * Fix namespace package issues
        
        0.2.4 (2020-03-09)
        ----------------------------------------------
        
        * Fix namespace package issues
        
        
        0.2.3 (2020-02-27)
        ----------------------------------------------
        
        * Fixes to support applications that pin six < 1.12.0
        
        
        0.2.2 (2020-02-26)
        ----------------------------------------------
        
        * Include response error codes and data in custom exception.
        
        
        0.2.1 (2020-02-25)
        ----------------------------------------------
        
        * Fix bumpversion error
        
        
        0.2.0 (2020-02-25)
        ----------------------------------------------
        
        * Fix botched package release
        
        
        0.1.0 (2020-02-24)
        ----------------------------------------------
        
        * First release on PyPI
        
Keywords: Apple News,REST API,KCRW
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/x-rst
