{ "info": { "author": "Ludovic Chabant", "author_email": "ludovic@chabant.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 3" ], "description": "This plugin for `PieCrust`_ lets you import a `Wordpress`_ website directly\nfrom its SQL database, unlike the Wordpress importer that ships with PieCrust\nand can only import from an XML archive.\n\nMost of the time, your SQL database will only accept connections from\n``localhost``, in which case you'll have to make an SSH tunnel between your\nmachine and your server's machine::\n\n ssh username@myserver.com -L 3307:localhost:3306 -N\n\nHere, ``username`` is a user that has SSH access to the machine running the SQL\nserver -- *not* the SQL user.\n\nThis command creates a \"tunnel\" between port 3307 on your local machine and\nport 3306 on your SQL server's machine.\n\nThen, you can run the importer by going through the tunnel::\n\n chef import wordpress-sql mysql+pymysql://user:password@localhost:3307/dbname\n\nHere, ``user`` and ``password`` *are* the credentials to the user with access\nto the SQL databse. ``dbname`` is the name of the SQL database. You may also\nwant to pass ``--prefix`` to specify what table name prefix your Wordpress\nwebsite is using.\n\n\n.. _piecrust: http://bolt80.com/piecrust/\n.. _wordpress: http://www.wordpress.org", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://bolt80.com/piecrust", "keywords": null, "license": "Apache2", "maintainer": null, "maintainer_email": null, "name": "PieCrust-WordpressSQL", "package_url": "https://pypi.org/project/PieCrust-WordpressSQL/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/PieCrust-WordpressSQL/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://bolt80.com/piecrust" }, "release_url": "https://pypi.org/project/PieCrust-WordpressSQL/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Wordpress importer for PieCrust using the SQL database directly", "version": "0.1.0" }, "last_serial": 1640715, "releases": { "0.1.0": [] }, "urls": [] }