{ "info": { "author": "Chris Amico", "author_email": "eyeseast@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Intended Audience :: Developers", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Python WordPress\n==================\n\nA simple Python library for talking to Wordpress in JSON. This library relies on the [WordPress JSON API plugin][1]. This won't work if your WordPress site doesn't have the plugin installed.\n\n [1]: http://wordpress.org/extend/plugins/json-api/ \"WordPress JSON API\"\n\nInstall:\n\n $ pip install python-wordpress\n\nOr `git clone` and `python setup.py install` and such.\n\nUsage:\n\n >>> from wordpress import WordPress\n >>> wp = WordPress('http://example.com/blog/')\n >>> posts = wp.get_recent_posts()\n\nFor now, this only covers the *read* portions of the API under the `core` controller. See the [WordPress JSON API documentation][2] for details.\n\n [2]: http://wordpress.org/extend/plugins/json-api/other_notes/\n\nTests assume a WordPress blog running on [MAMP][3] at http://localhost:8888/wordpress, but you can change that by setting `WORDPRESS_BLOG_URL` as an environment variable, like so:\n\n WORDPRESS_BLOG_URL=http://wordpress.local.host python test.py\n\n [3]: http://www.mamp.info/en/index.html \"MAMP!\"", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/eyeseast/python-wordpress", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "python-wordpress", "package_url": "https://pypi.org/project/python-wordpress/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-wordpress/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/eyeseast/python-wordpress" }, "release_url": "https://pypi.org/project/python-wordpress/0.1.3/", "requires_dist": null, "requires_python": null, "summary": "A Python client for the WordPress JSON API plugin", "version": "0.1.3" }, "last_serial": 828936, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "d1d21fc3b1a99a885af348085b180886", "sha256": "5ddd28760cebc533ea9a27f616f2b87c8f13a92ff7284992cdbf344abc646201" }, "downloads": -1, "filename": "python-wordpress-0.1.1.tar.gz", "has_sig": false, "md5_digest": "d1d21fc3b1a99a885af348085b180886", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3218, "upload_time": "2011-03-14T00:24:10", "url": "https://files.pythonhosted.org/packages/af/cc/7521145a09192afe804425c1fc59c8a33b13c0658dfbfea73e31b7d9850b/python-wordpress-0.1.1.tar.gz" }, { "comment_text": "", "digests": { "md5": "3f5806713b476b07087e8fb810b682bb", "sha256": "a73bc0d94363c0b8a669ffac594eb868c3fb5ddd6443b5a9b635f24878ebdead" }, "downloads": -1, "filename": "python-wordpress-0.1.1.zip", "has_sig": false, "md5_digest": "3f5806713b476b07087e8fb810b682bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4298, "upload_time": "2011-03-14T00:24:11", "url": "https://files.pythonhosted.org/packages/04/3c/d9dad22be37c6ad0932175df6adc70a19be4c44c757a96b16409c0073e9d/python-wordpress-0.1.1.zip" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "2032ddf161233e4d69631d6602f54372", "sha256": "f7f83703b80c6c0f5f60ff9a3f5bdb3d0d95a08a1d9bdd3da50c99e94b34a163" }, "downloads": -1, "filename": "python-wordpress-0.1.2.tar.gz", "has_sig": false, "md5_digest": "2032ddf161233e4d69631d6602f54372", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3186, "upload_time": "2012-12-19T02:58:59", "url": "https://files.pythonhosted.org/packages/bd/da/4173446259d34b0d0b6139281208872f45a090eca3adf622e801edc4579b/python-wordpress-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "b6da12546f0cc780db0871ae24b1a617", "sha256": "feb305a7f3697af4fc558be5787c429db23f1e6fd43d8a17caf4ba6d60ac508c" }, "downloads": -1, "filename": "python-wordpress-0.1.3.tar.gz", "has_sig": false, "md5_digest": "b6da12546f0cc780db0871ae24b1a617", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3712, "upload_time": "2013-07-31T04:01:35", "url": "https://files.pythonhosted.org/packages/46/c6/e5fcb4eff13f68d4f852a697f68af18521c83c792535b8ef1c9f3fb03500/python-wordpress-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b6da12546f0cc780db0871ae24b1a617", "sha256": "feb305a7f3697af4fc558be5787c429db23f1e6fd43d8a17caf4ba6d60ac508c" }, "downloads": -1, "filename": "python-wordpress-0.1.3.tar.gz", "has_sig": false, "md5_digest": "b6da12546f0cc780db0871ae24b1a617", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3712, "upload_time": "2013-07-31T04:01:35", "url": "https://files.pythonhosted.org/packages/46/c6/e5fcb4eff13f68d4f852a697f68af18521c83c792535b8ef1c9f3fb03500/python-wordpress-0.1.3.tar.gz" } ] }