cdk-wordpress


Namecdk-wordpress JSON
Version 0.0.890 PyPI version JSON
download
home_pagehttps://github.com/clarencetw/cdk-wordpress.git
Summarycdk-wordpress
upload_time2024-04-26 01:18:31
maintainerNone
docs_urlNone
authorClarence Lin<mr.lin.clarence@gmail.com>
requires_python~=3.8
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # cdk-wordpress

[![NPM version](https://badge.fury.io/js/cdk-wordpress.svg)](https://www.npmjs.com/package/cdk-wordpress)
[![PyPI version](https://badge.fury.io/py/cdk-wordpress.svg)](https://pypi.org/project/cdk-wordpress)
![Release](https://github.com/clarencetw/cdk-wordpress/workflows/Release/badge.svg)

![npm](https://img.shields.io/npm/dt/cdk-wordpress?label=npm&color=orange)
![PyPI](https://img.shields.io/pypi/dm/cdk-wordpress?label=pypi&color=blue)

A CDK construct library to deploy WordPress

## How do use

Install your package manager:

```sh
yarn add cdk-wordpress
```

### TypeScript Sample

```python
import { WordPress } from "cdk-wordpress";

const wordpress = new WordPress(stack, "WordPressEcs");

// Get WordPress endpoint
new CfnOutput(stack, "Endpoint", { value: wordpress.endpoint });
```

### To deploy

```bash
cdk deploy
```

### To destroy

```bash
cdk destroy
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/clarencetw/cdk-wordpress.git",
    "name": "cdk-wordpress",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "~=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Clarence Lin<mr.lin.clarence@gmail.com>",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/e3/cb/f121cc4f3f177bf6ac3ed5eb0dafc277e671deabb431bb286b4ae5e26ec4/cdk-wordpress-0.0.890.tar.gz",
    "platform": null,
    "description": "# cdk-wordpress\n\n[![NPM version](https://badge.fury.io/js/cdk-wordpress.svg)](https://www.npmjs.com/package/cdk-wordpress)\n[![PyPI version](https://badge.fury.io/py/cdk-wordpress.svg)](https://pypi.org/project/cdk-wordpress)\n![Release](https://github.com/clarencetw/cdk-wordpress/workflows/Release/badge.svg)\n\n![npm](https://img.shields.io/npm/dt/cdk-wordpress?label=npm&color=orange)\n![PyPI](https://img.shields.io/pypi/dm/cdk-wordpress?label=pypi&color=blue)\n\nA CDK construct library to deploy WordPress\n\n## How do use\n\nInstall your package manager:\n\n```sh\nyarn add cdk-wordpress\n```\n\n### TypeScript Sample\n\n```python\nimport { WordPress } from \"cdk-wordpress\";\n\nconst wordpress = new WordPress(stack, \"WordPressEcs\");\n\n// Get WordPress endpoint\nnew CfnOutput(stack, \"Endpoint\", { value: wordpress.endpoint });\n```\n\n### To deploy\n\n```bash\ncdk deploy\n```\n\n### To destroy\n\n```bash\ncdk destroy\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "cdk-wordpress",
    "version": "0.0.890",
    "project_urls": {
        "Homepage": "https://github.com/clarencetw/cdk-wordpress.git",
        "Source": "https://github.com/clarencetw/cdk-wordpress.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b2cc304a511db331a738674ec495cf284c51b20a8848017384feda86b09b9f7",
                "md5": "1c24936ce53a3b1326d5bb5747619ad0",
                "sha256": "220818fe090db77d2c463a076d10ef3e280b1cd3de9c77c9f1d0322813ddeb36"
            },
            "downloads": -1,
            "filename": "cdk_wordpress-0.0.890-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1c24936ce53a3b1326d5bb5747619ad0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.8",
            "size": 25569,
            "upload_time": "2024-04-26T01:18:25",
            "upload_time_iso_8601": "2024-04-26T01:18:25.781378Z",
            "url": "https://files.pythonhosted.org/packages/0b/2c/c304a511db331a738674ec495cf284c51b20a8848017384feda86b09b9f7/cdk_wordpress-0.0.890-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e3cbf121cc4f3f177bf6ac3ed5eb0dafc277e671deabb431bb286b4ae5e26ec4",
                "md5": "49716e4c0c1a85870750d3de66204a54",
                "sha256": "7c8a88ec3baec813b4b2b8006c3901e0776c095bb840ca19bb79ee61b47a2950"
            },
            "downloads": -1,
            "filename": "cdk-wordpress-0.0.890.tar.gz",
            "has_sig": false,
            "md5_digest": "49716e4c0c1a85870750d3de66204a54",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.8",
            "size": 26870,
            "upload_time": "2024-04-26T01:18:31",
            "upload_time_iso_8601": "2024-04-26T01:18:31.801751Z",
            "url": "https://files.pythonhosted.org/packages/e3/cb/f121cc4f3f177bf6ac3ed5eb0dafc277e671deabb431bb286b4ae5e26ec4/cdk-wordpress-0.0.890.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-26 01:18:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "clarencetw",
    "github_project": "cdk-wordpress",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cdk-wordpress"
}
        
Elapsed time: 0.38758s