Skip to main content

Python Package for Converting WordPress Installation to a Static Website

Project description

static-wordpress

Python Package for Converting WordPress Installation to a Static Website.

build_Tests license status pypi_version supported_python_versions

Desktop Version

staticwordpress-gui

How to Install static-wordpress?

Windows Installer

We provide an exe file of staticwordpress for the convenice of users. Please download the latest version from release section.

Source Code

  • Clone or download this repository to your computer.
  • Create a virtual environment using python -m .venv venv
  • Navigate to the downloaded directory and then install all required dependencies using pip install -e .
  • Once all dependencies are met, then start staticwordpress by typing staticwordpress on commandline.

Development

This package is available at pypi and you can install it with pip install staticwordpress command. It will also install required additional libraries/Python Packages automatically.

Once installed, you can implement customized workflows. Here is an example of post processing simply-static-zip file.

import logging

from staticwordpress.core.workflow import Workflow
from staticwordpress.core.constants import SOURCE, HOST

# enable logging for all functions.
logging.basicConfig(
        format="%(asctime)s - %(levelname)s - %(message)s",
        level=logging.DEBUG,
        stream=sys.stdout,
)

swp = Workflow()
swp.create_project(
        project_name_="simply-static-zip-deploy",
        wp_user_=env_wp_user, # your wordpress username
        wp_api_token_=env_wp_api_token, # wordpress xml api token
        src_url_=env_src_url, # source url where WordPress is hosted
        dst_url_=env_dst_url, # destination url where you want to host Static version
        output_folder_=env_output, # Output folder location, where processed files will be saved
        src_type_=SOURCE.ZIP, # Data Source e.g. ZIP file from Simply Static WordPress Plugin
        host_type_=HOST.NETLIFY, # Host, where you want to deplyo your website.
    )

swp.download_zip_file()
swp.setup_zip_folders()
swp.add_404_page()
swp.add_robots_txt()
swp.add_redirects()
swp.add_search()

Documentation

Detailed documentation of all features is available at staticwordpress documentation.

Contribute

Pull Requests, Feature Suggestions, and collaborations are welcome.

ICONS

Icons used in this project are obtained from Google Fonts Material Symbols

About Us

This work is a collaborative effort of seowings, and serpwings.

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

staticwordpress-0.0.7.tar.gz (76.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

staticwordpress-0.0.7-py3-none-any.whl (117.9 kB view details)

Uploaded Python 3

File details

Details for the file staticwordpress-0.0.7.tar.gz.

File metadata

  • Download URL: staticwordpress-0.0.7.tar.gz
  • Upload date:
  • Size: 76.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for staticwordpress-0.0.7.tar.gz
Algorithm Hash digest
SHA256 9299881a10eaa473601e0cf173f19aabbf72791258596b2ed8b579e9808fd56e
MD5 b734dad0b75d087aed7841926e691324
BLAKE2b-256 40255929dc95ff3cc3169ec35706d7c30c344908394355a101f4b771b5c4fe61

See more details on using hashes here.

File details

Details for the file staticwordpress-0.0.7-py3-none-any.whl.

File metadata

File hashes

Hashes for staticwordpress-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 8238b0c64050687655d460b25a44755187de32f7d5ca9134d1ac8b22be55d74d
MD5 46a5819847ba22ebec44c846bf5457c0
BLAKE2b-256 450c0d963fccd1938c5cf84569efb82e67da1765ee72648a9e6f50fc84c53770

See more details on using hashes here.

Supported by

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