lbrlabs-pulumi-grafana


Namelbrlabs-pulumi-grafana JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://www.pulumi.com
SummaryA Pulumi package for creating and managing grafana.
upload_time2023-10-29 23:39:56
maintainer
docs_urlNone
author
requires_python>=3.7
licenseApache-2.0
keywords pulumi grafana lbrlabs
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # grafana Resource Provider

The grafana resource provider for Pulumi lets you creating resources in [grafana](https://www.grafana.com). To use
this package, please [install the Pulumi CLI first](https://pulumi.com/).

## Installing

This package is available in many languages in the standard packaging formats.

### Node.js (Java/TypeScript)

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

```
$ npm install @lbrlabs/pulumi-grafana
```

or `yarn`:

```
$ yarn add @lbrlabs/pulumi-grafana
```

### Python

To use from Python, install using `pip`:

```
$ pip install lbrlabs_pulumi_grafana
```

### Go

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

```
$ go get github.com/lbrlabs/pulumi-grafana/sdk/go/...
```

### .NET

To use from Dotnet, use `dotnet add package` to install into your project. You must specify the version if it is a pre-release version.


```
$ dotnet add package Lbrlabs.PulumiPackage.grafana
```

## Reference

See the Pulumi registry for API docs:

https://www.pulumi.com/registry/packages/grafana/api-docs/
            

Raw data

            {
    "_id": null,
    "home_page": "https://www.pulumi.com",
    "name": "lbrlabs-pulumi-grafana",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "pulumi grafana lbrlabs",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/9e/fd/f61edf44fe6b68c33b72dab62e8ef31f69241e0c978ec094ad8e4b14f0bd/lbrlabs_pulumi_grafana-0.2.0.tar.gz",
    "platform": null,
    "description": "# grafana Resource Provider\n\nThe grafana resource provider for Pulumi lets you creating resources in [grafana](https://www.grafana.com). To use\nthis package, please [install the Pulumi CLI first](https://pulumi.com/).\n\n## Installing\n\nThis package is available in many languages in the standard packaging formats.\n\n### Node.js (Java/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n```\n$ npm install @lbrlabs/pulumi-grafana\n```\n\nor `yarn`:\n\n```\n$ yarn add @lbrlabs/pulumi-grafana\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```\n$ pip install lbrlabs_pulumi_grafana\n```\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library\n\n```\n$ go get github.com/lbrlabs/pulumi-grafana/sdk/go/...\n```\n\n### .NET\n\nTo use from Dotnet, use `dotnet add package` to install into your project. You must specify the version if it is a pre-release version.\n\n\n```\n$ dotnet add package Lbrlabs.PulumiPackage.grafana\n```\n\n## Reference\n\nSee the Pulumi registry for API docs:\n\nhttps://www.pulumi.com/registry/packages/grafana/api-docs/",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing grafana.",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://www.pulumi.com",
        "Repository": "https://github.com/lbrlabs/pulumi-grafana"
    },
    "split_keywords": [
        "pulumi",
        "grafana",
        "lbrlabs"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9efdf61edf44fe6b68c33b72dab62e8ef31f69241e0c978ec094ad8e4b14f0bd",
                "md5": "0a7dda34159de532953687cfb74337f2",
                "sha256": "a616ebadd0929cf0c3b5d01e77de29df5b4c74bff00146b1a20a5c8fe60b06ad"
            },
            "downloads": -1,
            "filename": "lbrlabs_pulumi_grafana-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0a7dda34159de532953687cfb74337f2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 155149,
            "upload_time": "2023-10-29T23:39:56",
            "upload_time_iso_8601": "2023-10-29T23:39:56.155874Z",
            "url": "https://files.pythonhosted.org/packages/9e/fd/f61edf44fe6b68c33b72dab62e8ef31f69241e0c978ec094ad8e4b14f0bd/lbrlabs_pulumi_grafana-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-29 23:39:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lbrlabs",
    "github_project": "pulumi-grafana",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "lbrlabs-pulumi-grafana"
}
        
Elapsed time: 0.15499s