Metadata-Version: 1.1
Name: python-livefyre
Version: 0.1.3
Summary: API wrapper for Livefyre v3
Home-page: https://github.com/jnovinger/python-livefyre
Author: Jason Novinger
Author-email: jnovinger@gmail.com
License: BSD
Description: ===============================
        Python Livefyre
        ===============================
        
        .. image:: https://badge.fury.io/py/python-livefyre.png
            :target: http://badge.fury.io/py/python-livefyre
        
        .. image:: https://travis-ci.org/jnovinger/python-livefyre.png?branch=master
                :target: https://travis-ci.org/jnovinger/python-livefyre
        
        .. image:: https://pypip.in/d/python-livefyre/badge.png
                :target: https://crate.io/packages/python-livefyre?version=latest
        
        
        API wrapper for Livefyre v3
        
        * Free software: BSD license
        
        Features
        --------
        
        * Implements the following Livefyre LiveComments v3 APIs:
            * Ping to Pull (profile)
            * Register Profile Interface URL
            * Create Collection
        
        
        
        
        History
        -------
        
        0.1.2 (2014-01-20)
        ++++++++++++++++++
        
        * Fixes broken imports introduced in PyJWT v0.1.7 by pinning to 0.1.6.
        
        0.1.2 (2014-01-15)
        ++++++++++++++++++
        
        * Detect if '.fyre.co' in `network` and remove accordingly
        * Dial down the URL validation for `ping_to_pull` to handle the non-standard format
        * Add a `Livefyre.list_sites` method to list as sites and auth credentials for the network
        * Fix `livefyre._create_auth_token` to properly accept a `display_name` parameter
        * Remove some debug `print` calls and add some documentation
        
        0.1.1 (2014-01-14)
        ++++++++++++++++++
        
        * Fix broken installs due to poorly writtens setup.py
        
        0.1.0 (2014-01-14)
        ++++++++++++++++++
        
        * First release on Github.
        * Implements the follow Livefyre APIs:
            * Ping to Pull
            * Register Profile Pull Interface
            * Create Collection
        
Keywords: python-livefyre
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
