Skip to main content

A program designed to aide in WordPress development site creation, and integration back into production.

Project description

WPyMigrator

A program designed to aide in WordPress development site creation, and integration back into production.


Non-python dependencies

Currently planning to utilize WP-cli. This may be removed at a later date. You can verify it is installed with the following command:

$ wp --version
# Expected output: WP-CLI x.x.x

If not installed:

$ curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
$ chmod +x wp-cli.phar
$ sudo mv wp-cli.phar /usr/local/bin/wp
$ wp --version
# Expected output: WP-CLI x.x.x

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wpymigrator-0.1.0.tar.gz (14.0 kB view hashes)

Uploaded Source

Built Distribution

wpymigrator-0.1.0-py3-none-any.whl (14.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page