{ "info": { "author": "Kyah", "author_email": "contact@octetsetquartdepouces.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing" ], "description": "========================\nPelican LinkedIn Profile\n========================\n\nExtract a LinkedIn profile and allow the use of his informations in Pelican's pages\n\nInstallation\n============\n\nTo install pelican-linkedin, simply install it from PyPI:\n\n.. code-block:: bash\n\n $ pip install pelican-linkedin-profile\n\nConfiguration\n=============\n\nEnable the plugin in your pelicanconf.py\n\n.. code-block:: python\n\n PLUGINS = [\n # ...\n 'pelican-linkedin-profile',\n # ...\n ]\n\nAdd mandatory settings containing your LinkedIn Api Keys.\n\n.. code-block:: python\n\n LINKEDIN_USER_TOKEN = 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX'\n LINKEDIN_USER_SECRET = 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX'\n LINKEDIN_CONSUMER_KEY = 'XXXXXXXXXXXXXX'\n LINKEDIN_CONSUMER_SECRET = 'XXXXXXXXXXXXXXXX'\n LINKEDIN_RETURN_URL = 'http://example.com/'\n\nAvailable data\n==============\n:formattedName:\n The member's name, formatted based on language.\n:headline:\n The member's headline.\n:summary:\n A long-form text area describing the member's professional profile.\n:pictureUrl:\n A URL to the member's formatted profile picture, if one has been provided.\n:emailAddress:\n The LinkedIn member's primary email address.\n:primaryTwitterAccount:\n The primary Twitter account associated with the member.\n:publicProfileUrl:\n The URL to the member's public profile on LinkedIn.\n:phoneNumbers:\n A list of phone number objects containing those fields : phoneNumber, phoneType (home, work or mobile.)\n:skills:\n A list of skill's name\n:languages:\n A list of language's name\n:educations:\n A list of eduction objects containing those fields : startDate, endDate, degree, schoolName, fieldOfStudy\n:positions:\n A list of position objects containing those fields : startDate, endDate, title, company, summary, isCurrent. A company object contains those fields : industry, size, type, name\n\nUsage\n=====\nIn your templates you will have access to a linkedin_profile variable as below.\n\n.. code-block:: html\n\n
\n

{{ linkedin_profile.formattedName }}

\n

{{ linkedin_profile.headline }}

\n
\n\nLicense\n=======\n\n`GPLv2`_ license.\n\n.. _GPLv2: http://opensource.org/licenses/GPL-2.0", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/octetsetquartdepouces/pelican-linkedin-profile/archive/v0.1.1.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/octetsetquartdepouces/pelican-linkedin-profile", "keywords": null, "license": "GPLv2", "maintainer": null, "maintainer_email": null, "name": "pelican-linkedin-profile", "package_url": "https://pypi.org/project/pelican-linkedin-profile/", "platform": "linux", "project_url": "https://pypi.org/project/pelican-linkedin-profile/", "project_urls": { "Download": "https://github.com/octetsetquartdepouces/pelican-linkedin-profile/archive/v0.1.1.zip", "Homepage": "https://github.com/octetsetquartdepouces/pelican-linkedin-profile" }, "release_url": "https://pypi.org/project/pelican-linkedin-profile/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Extract your linkedin profile and allow you to use those informations in Pelican's pages", "version": "0.1.1" }, "last_serial": 1643121, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "9107e1b745d2dbac99dedb1cfdef0ae5", "sha256": "88e920c702caf293e2d5c88d600805536dee89e51d837ebc4a9f564c12126974" }, "downloads": -1, "filename": "pelican_linkedin_profile-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9107e1b745d2dbac99dedb1cfdef0ae5", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 6826, "upload_time": "2015-07-09T18:41:03", "url": "https://files.pythonhosted.org/packages/8a/e2/a1f2ed185a787af19d12d4ece2930f3052ca0f522fece31ca078666b4f9c/pelican_linkedin_profile-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ad67abfba811c1194c814b7ab380165b", "sha256": "1c5217b6f4ebecf6bb169ee19d1bed19896ad3d53776f5b4e257d575f6c9f51f" }, "downloads": -1, "filename": "pelican-linkedin-profile-0.1.0.tar.gz", "has_sig": false, "md5_digest": "ad67abfba811c1194c814b7ab380165b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3978, "upload_time": "2015-07-09T18:40:52", "url": "https://files.pythonhosted.org/packages/33/10/e5582f17bc708740ce65027e773aea9108ce109ffeadbf0332c3b86dcc26/pelican-linkedin-profile-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "e513724f45d6449b0f6a1590596283d0", "sha256": "97bc2cd7e26d6b94f2c52879cfbad7cd333bab9aef74ee6323c09df4d194ae60" }, "downloads": -1, "filename": "pelican_linkedin_profile-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e513724f45d6449b0f6a1590596283d0", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 6841, "upload_time": "2015-07-10T15:25:09", "url": "https://files.pythonhosted.org/packages/2a/64/1952c22b9d291c72204c5e31d3c60b59c306957e1802355f58bf9b7e4a25/pelican_linkedin_profile-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "961155afeb3a6c33279d18874a716dd4", "sha256": "869506b0e6f7317b9026825aa5a169af5de7c3260798e7a3781bb8ec575b3373" }, "downloads": -1, "filename": "pelican-linkedin-profile-0.1.1.tar.gz", "has_sig": false, "md5_digest": "961155afeb3a6c33279d18874a716dd4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4290, "upload_time": "2015-07-10T15:24:58", "url": "https://files.pythonhosted.org/packages/12/c1/087acc80135077df676a55683baf3251aa59bc9e100ce88658e99b27476f/pelican-linkedin-profile-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e513724f45d6449b0f6a1590596283d0", "sha256": "97bc2cd7e26d6b94f2c52879cfbad7cd333bab9aef74ee6323c09df4d194ae60" }, "downloads": -1, "filename": "pelican_linkedin_profile-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e513724f45d6449b0f6a1590596283d0", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 6841, "upload_time": "2015-07-10T15:25:09", "url": "https://files.pythonhosted.org/packages/2a/64/1952c22b9d291c72204c5e31d3c60b59c306957e1802355f58bf9b7e4a25/pelican_linkedin_profile-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "961155afeb3a6c33279d18874a716dd4", "sha256": "869506b0e6f7317b9026825aa5a169af5de7c3260798e7a3781bb8ec575b3373" }, "downloads": -1, "filename": "pelican-linkedin-profile-0.1.1.tar.gz", "has_sig": false, "md5_digest": "961155afeb3a6c33279d18874a716dd4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4290, "upload_time": "2015-07-10T15:24:58", "url": "https://files.pythonhosted.org/packages/12/c1/087acc80135077df676a55683baf3251aa59bc9e100ce88658e99b27476f/pelican-linkedin-profile-0.1.1.tar.gz" } ] }