https://github.com/cariad/py-wpconfigr
A Python package for reading and writing configuration values in a WordPress wp-config.php file.
https://github.com/cariad/py-wpconfigr
python wordpress
Last synced: about 1 year ago
JSON representation
A Python package for reading and writing configuration values in a WordPress wp-config.php file.
- Host: GitHub
- URL: https://github.com/cariad/py-wpconfigr
- Owner: cariad
- License: mit
- Created: 2018-11-29T14:28:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-07T12:04:24.000Z (almost 4 years ago)
- Last Synced: 2025-03-29T12:51:22.819Z (about 1 year ago)
- Topics: python, wordpress
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wpconfigger
[](https://circleci.com/gh/cariad/py-wpconfigr/tree/master)
A Python package for reading and writing configuration values in a WordPress `wp-config.php` file.
## Overview
A default `wp-config.php` might look like this:
```php