lbrlabs-pulumi-vantage


Namelbrlabs-pulumi-vantage JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://pulumi.io
SummaryA Pulumi package to create resource in vantage.sh.
upload_time2024-01-31 19:42:57
maintainer
docs_urlNone
author
requires_python>=3.7
licenseApache-2.0
keywords pulumi vantage
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Vantage Resource Provider

The vantage resource provider for Pulumi lets you creating resources in [Vantage](https://www.vantage.sh). 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-vantage
```

or `yarn`:

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

### Python

To use from Python, install using `pip`:

```
$ pip install lbrlabs_pulumi_vantage
```

### Go

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

```
$ go get github.com/lbrlabs/pulumi-vantage/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.vantage
```

## Reference

See the Pulumi registry for API docs:

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

Raw data

            {
    "_id": null,
    "home_page": "https://pulumi.io",
    "name": "lbrlabs-pulumi-vantage",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "pulumi vantage",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/22/20/d245efbd1b98c2d65e45c397e83a2b1c8232100bc26ec99faa20f0081e68/lbrlabs_pulumi_vantage-0.0.3.tar.gz",
    "platform": null,
    "description": "# Vantage Resource Provider\n\nThe vantage resource provider for Pulumi lets you creating resources in [Vantage](https://www.vantage.sh). 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-vantage\n```\n\nor `yarn`:\n\n```\n$ yarn add @lbrlabs/pulumi-vantage\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```\n$ pip install lbrlabs_pulumi_vantage\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-vantage/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.vantage\n```\n\n## Reference\n\nSee the Pulumi registry for API docs:\n\nhttps://www.pulumi.com/registry/packages/vantage/api-docs/",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package to create resource in vantage.sh.",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/lbrlabs/pulumi-vantage"
    },
    "split_keywords": [
        "pulumi",
        "vantage"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2220d245efbd1b98c2d65e45c397e83a2b1c8232100bc26ec99faa20f0081e68",
                "md5": "9869b775d39125a7114f7476b374c5d5",
                "sha256": "c43e40fd554528099a207d798fc30d4d2158435f6c090101914fbcaedfb43735"
            },
            "downloads": -1,
            "filename": "lbrlabs_pulumi_vantage-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "9869b775d39125a7114f7476b374c5d5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 17887,
            "upload_time": "2024-01-31T19:42:57",
            "upload_time_iso_8601": "2024-01-31T19:42:57.412245Z",
            "url": "https://files.pythonhosted.org/packages/22/20/d245efbd1b98c2d65e45c397e83a2b1c8232100bc26ec99faa20f0081e68/lbrlabs_pulumi_vantage-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-31 19:42:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lbrlabs",
    "github_project": "pulumi-vantage",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "lbrlabs-pulumi-vantage"
}
        
Elapsed time: 1.17109s