Metadata-Version: 1.1
Name: PyLinkedinAPI
Version: 0.1.0
Summary: Python library to access Liknkedin API
Home-page: https://github.com/johnidm/PyLinkedinAPI
Author: Johni Douglas Marangon
Author-email: johni.douglas.marangon@gmail.com
License: BSD
Description: ===============================
        Python Linkedin API
        ===============================
        
        .. image:: https://img.shields.io/travis/johnidm/PyLinkedinAPI.svg
                :target: https://travis-ci.org/johnidm/PyLinkedinAPI
        
        .. image:: https://img.shields.io/pypi/v/PyLinkedinAPI.svg
                :target: https://pypi.python.org/pypi/PyLinkedinAPI
        
        
        Python library to access Liknkedin API
        
        * Free software: BSD license
        * Documentation: https://PyLinkedinAPI.readthedocs.org.
        
        Features
        --------
        
        * Basic Use
        
        
        
        IMplementa other methodos in https://apigee.com/console/linkedin?req=%7B%22resource%22%3A%22%2Fpeople%2F~%3A(id%2Cnum-connections%2Cpicture-url)%3Fformat%3Djson-get%22%2C%22params%22%3A%7B%22query%22%3A%7B%22format%22%3A%22json%22%2C%22parameters_name_1%22%3A%22format%22%2C%22parameters_value_1%22%3A%22json-get%22%7D%2C%22template%22%3A%7B%7D%2C%22headers%22%3A%7B%7D%2C%22body%22%3A%7B%22attachmentFormat%22%3A%22mime%22%2C%22attachmentContentDisposition%22%3A%22form-data%22%7D%7D%2C%22verb%22%3A%22get%22%7D
        
        
        
        
        History
        -------
        
        0.1.0 (2015-01-11)
        ---------------------
        
        * First release on PyPI.
        
Keywords: PyLinkedinAPI
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 :: 3.4
