{ "info": { "author": "Original developer: David Lynch; Curent maintainer: Daniil Ryzhkov", "author_email": "i@daniil-r.ru", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: Free For Educational Use", "License :: Free For Home Use", "License :: Free for non-commercial use", "License :: OSI Approved", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: MacOS", "Operating System :: Microsoft :: MS-DOS", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.0", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Communications" ], "description": "Python LiveJournal\r\n==================\r\n\r\n**Feel free to make pull requests!**\r\n\r\n| **A python realization of LiveJournal (LJ) API**\r\n| A full description of the protocol can be found at:\r\n| http://www.livejournal.com/doc/server/ljp.csp.xml-rpc.protocol.html\r\n\r\nInstallation\r\n------------\r\n\r\nJust type (pip integration is work in progress):\r\n\r\n.. code:: bash\r\n\r\n pip install lj\r\n\r\nYou can also find `Python LJ on Github\r\n`_\r\n\r\nUsage example\r\n-------------\r\n\r\n.. code:: python\r\n\r\n from lj import lj as _lj\r\n lj = _lj.LJServer(\"Python-Blog3/1.0\", \"http://daniil-r.ru/bots.html; i@daniil-r.ru\")\r\n lj.login(\"yourusername\", \"yourpassword\")\r\n lj.postevent(\"Awesome post\", \"Awesome subject\", props={\"taglist\": \"github,livejournal\"})", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/daniilr/python-lj/tarball/0.2", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/daniilr/python-lj", "keywords": "livejournal,blog,writing", "license": "The BSD 3-Clause License", "maintainer": "Daniil Ryzhkov", "maintainer_email": "i@daniil-r.ru", "name": "lj", "package_url": "https://pypi.org/project/lj/", "platform": "osx,posix,linux,windows", "project_url": "https://pypi.org/project/lj/", "project_urls": { "Download": "https://github.com/daniilr/python-lj/tarball/0.2", "Homepage": "https://github.com/daniilr/python-lj" }, "release_url": "https://pypi.org/project/lj/0.2/", "requires_dist": null, "requires_python": "", "summary": "Python realization of LiveJournal (LJ) API.Checkout https://github.com/daniilr/python-lj for more info", "version": "0.2" }, "last_serial": 1888816, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "aecdc33bf170405417e63f2d49f8bcc8", "sha256": "21649ca43cb2e53b8ccf532169dc7118d933a9dad32c25f6dc5c0f977fa61c74" }, "downloads": -1, "filename": "lj-0.1.1.tar.gz", "has_sig": false, "md5_digest": "aecdc33bf170405417e63f2d49f8bcc8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8544, "upload_time": "2014-08-21T06:50:32", "url": "https://files.pythonhosted.org/packages/ac/c9/a6232891fa45afe4043acd966603fd7d5391d5fa24d93253c6c16f380c28/lj-0.1.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "0f8794a0c0b6f04ee0ae03dcd7ff99bd", "sha256": "470df19fa0f2cfbefd890bd33fddc6acb639f5e08b69583cb0e9054b9711d6a2" }, "downloads": -1, "filename": "lj-0.2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "0f8794a0c0b6f04ee0ae03dcd7ff99bd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13408, "upload_time": "2016-01-05T05:39:03", "url": "https://files.pythonhosted.org/packages/54/dc/529be4d0640b6a59e30b589c2293b79fd442c0059089d447748e3a146d2c/lj-0.2-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0f8794a0c0b6f04ee0ae03dcd7ff99bd", "sha256": "470df19fa0f2cfbefd890bd33fddc6acb639f5e08b69583cb0e9054b9711d6a2" }, "downloads": -1, "filename": "lj-0.2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "0f8794a0c0b6f04ee0ae03dcd7ff99bd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13408, "upload_time": "2016-01-05T05:39:03", "url": "https://files.pythonhosted.org/packages/54/dc/529be4d0640b6a59e30b589c2293b79fd442c0059089d447748e3a146d2c/lj-0.2-py2.py3-none-any.whl" } ] }