{ "info": { "author": "Rufus Pollock", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "A pythonic interface to Wordpress using the Wordpress XML-RPC API.\n\nSource code: https://bitbucket.org/rgrp/pywordpress\n\n\nUsage\n=====\n\nCommand line\n------------\n\nCheck out the commands::\n\n wordpress.py -h \n\nYou will need to create a config with the details (url, login) of the wordpress\ninstance you want to work with::\n\n cp config.ini.tmpl config.ini\n # now edit away ...\n vim config.ini\n\n\nPython library\n--------------\n\nRead the code documentation::\n\n >>> from pywordpress import Wordpress\n >>> help(Wordpress)\n\n\nDevelopment\n===========\n\nTo run the rests you will need to:\n\n1. Create a wordpress install for the tests to interact with (WARNING: the\n tests delete all pages on teardown. DO NOT test this code against a\n wordpress instance containing data you care about).\n\n2. Create a config file called test.ini in the directory you will run the tests\n from::\n\n cp config.ini.tmpl test.ini\n # edit test.ini to reflect location and login or your test instance\n vi test.ini\n ...\n\nTo run the tests then do::\n\n nosetests test_pywordpress.py\n\n\nAuthor\n======\n\nRufus Pollock - http://rufuspollock.org/\n\nLicense\n=======\n\nMIT-licensed: http://www.opensource.org/licenses/mit-license.php", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://bitbucket.org/rgrp/pywordpress/", "keywords": "wordpress python", "license": "mit", "maintainer": null, "maintainer_email": null, "name": "pywordpress", "package_url": "https://pypi.org/project/pywordpress/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pywordpress/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://bitbucket.org/rgrp/pywordpress/" }, "release_url": "https://pypi.org/project/pywordpress/0.1/", "requires_dist": null, "requires_python": null, "summary": "A pythonic interface to Wordpress using the Wordpress XML-RPC API.", "version": "0.1" }, "last_serial": 798265, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b63a9d5f4967dbe748acb8af0d1d4e0d", "sha256": "e5d17befda5d10d98a2c40bba59c35ef3ce7d9fd829e08484db10fc5a3e27f33" }, "downloads": -1, "filename": "pywordpress-0.1.tar.gz", "has_sig": false, "md5_digest": "b63a9d5f4967dbe748acb8af0d1d4e0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3243, "upload_time": "2011-01-05T11:30:57", "url": "https://files.pythonhosted.org/packages/bc/b3/6e60892ce76f787e7faafe65eb22c6b056770b83139579cf41f827d3beab/pywordpress-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b63a9d5f4967dbe748acb8af0d1d4e0d", "sha256": "e5d17befda5d10d98a2c40bba59c35ef3ce7d9fd829e08484db10fc5a3e27f33" }, "downloads": -1, "filename": "pywordpress-0.1.tar.gz", "has_sig": false, "md5_digest": "b63a9d5f4967dbe748acb8af0d1d4e0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3243, "upload_time": "2011-01-05T11:30:57", "url": "https://files.pythonhosted.org/packages/bc/b3/6e60892ce76f787e7faafe65eb22c6b056770b83139579cf41f827d3beab/pywordpress-0.1.tar.gz" } ] }