Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-07T12:04:24.000Z (about 2 years ago)
- Last Synced: 2024-10-09T20:58:15.122Z (about 1 month ago)
- Topics: python, wordpress
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wpconfigger
[![CircleCI](https://circleci.com/gh/cariad/py-wpconfigr/tree/master.svg?style=svg)](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