pulumi-statuspage


Namepulumi-statuspage JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/mortaelth/pulumi-statuspage-provider
SummaryA Pulumi package for creating and managing statuspage cloud resources.
upload_time2024-02-26 08:48:48
maintainer
docs_urlNone
author
requires_python>=3.8
licenseApache-2.0
keywords pulumi statuspage category/cloud
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Statuspage Resource Provider

The Statuspage Resource Provider lets you manage [Statuspage](http://statuspage.io) resources.

## Installing

This package is available for several languages/platforms:

### Node.js (JavaScript/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either `npm`:

```bash
npm install pulumi-statuspage
```

or `yarn`:

```bash
yarn add pulumi-statuspage
```

### Python

To use from Python, install using `pip`:

```bash
pip install pulumi_statuspage
```

### Go

To use from Go, use `go get` to grab the latest version of the library:

```bash
go get github.com/mortaelth/pulumi-statuspage-provider/sdk/go/...
```

### .NET

To use from .NET, install using `dotnet add package`:

```bash
dotnet add package statuspage
```

## Configuration

The following configuration points are available for the `statuspage` provider:

- `statuspage:token` (environment: `STATUSPAGE_TOKEN`) - the API key for your `statuspage.io` instance

## Reference

For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/statuspage/api-docs/).



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mortaelth/pulumi-statuspage-provider",
    "name": "pulumi-statuspage",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "pulumi statuspage category/cloud",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/b7/b9/5ac0d086f2ede2f78ea19dcb40b5f0f7f6dcd66f811a7f7ed830bd30b439/pulumi_statuspage-0.2.0.tar.gz",
    "platform": null,
    "description": "# Statuspage Resource Provider\n\nThe Statuspage Resource Provider lets you manage [Statuspage](http://statuspage.io) resources.\n\n## Installing\n\nThis package is available for several languages/platforms:\n\n### Node.js (JavaScript/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n```bash\nnpm install pulumi-statuspage\n```\n\nor `yarn`:\n\n```bash\nyarn add pulumi-statuspage\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pulumi_statuspage\n```\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library:\n\n```bash\ngo get github.com/mortaelth/pulumi-statuspage-provider/sdk/go/...\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package statuspage\n```\n\n## Configuration\n\nThe following configuration points are available for the `statuspage` provider:\n\n- `statuspage:token` (environment: `STATUSPAGE_TOKEN`) - the API key for your `statuspage.io` instance\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/statuspage/api-docs/).\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing statuspage cloud resources.",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/mortaelth/pulumi-statuspage-provider",
        "Repository": "https://github.com/mortaelth/pulumi-statuspage-provider"
    },
    "split_keywords": [
        "pulumi",
        "statuspage",
        "category/cloud"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b7b95ac0d086f2ede2f78ea19dcb40b5f0f7f6dcd66f811a7f7ed830bd30b439",
                "md5": "bfc7ada92acfd3a423a78c9da038b969",
                "sha256": "20b8c3c1dd29d51fcf45dcf5058f1ba7833d1d0dac83f1ba91529d90d716849b"
            },
            "downloads": -1,
            "filename": "pulumi_statuspage-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bfc7ada92acfd3a423a78c9da038b969",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 12485,
            "upload_time": "2024-02-26T08:48:48",
            "upload_time_iso_8601": "2024-02-26T08:48:48.488721Z",
            "url": "https://files.pythonhosted.org/packages/b7/b9/5ac0d086f2ede2f78ea19dcb40b5f0f7f6dcd66f811a7f7ed830bd30b439/pulumi_statuspage-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-26 08:48:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mortaelth",
    "github_project": "pulumi-statuspage-provider",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-statuspage"
}
        
Elapsed time: 0.18766s