lbrlabs-pulumi-scaleway


Namelbrlabs-pulumi-scaleway JSON
Version 1.11.0 PyPI version JSON
download
home_pagehttps://leebriggs.co.uk/projects#pulumi-scaleway
SummaryA Pulumi package for creating and managing scaleway cloud resources.
upload_time2023-10-30 16:22:13
maintainer
docs_urlNone
author
requires_python>=3.7
licenseApache-2.0
keywords pulumi scaleway lbrlabs
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Scaleway Resource Provider

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

or `yarn`:

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

### Python

To use from Python, install using `pip`:

```
$ pip install lbrlabs-scaleway
```

### Go

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

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

## Reference

See the Pulumi registry for API docs:

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

Raw data

            {
    "_id": null,
    "home_page": "https://leebriggs.co.uk/projects#pulumi-scaleway",
    "name": "lbrlabs-pulumi-scaleway",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "pulumi scaleway lbrlabs",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/f1/de/e911c63ae89f2137ffea8943cd7f04d2a482a9bd706062f62ecfe675d1a7/lbrlabs_pulumi_scaleway-1.11.0.tar.gz",
    "platform": null,
    "description": "# Scaleway Resource Provider\n\nThe Scaleway resource provider for Pulumi lets you creating resources in [Scaleway](https://www.scaleway.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-scaleway\n```\n\nor `yarn`:\n\n```\n$ yarn add @lbrlabs/pulumi-scaleway\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```\n$ pip install lbrlabs-scaleway\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-scaleway/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.Scaleway\n```\n\n## Reference\n\nSee the Pulumi registry for API docs:\n\nhttps://www.pulumi.com/registry/packages/scaleway/api-docs/",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing scaleway cloud resources.",
    "version": "1.11.0",
    "project_urls": {
        "Homepage": "https://leebriggs.co.uk/projects#pulumi-scaleway",
        "Repository": "https://github.com/lbrlabs/pulumi-scaleway"
    },
    "split_keywords": [
        "pulumi",
        "scaleway",
        "lbrlabs"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f1dee911c63ae89f2137ffea8943cd7f04d2a482a9bd706062f62ecfe675d1a7",
                "md5": "432c2cb80fa6d61b950323fe210aaea8",
                "sha256": "cb1ebcb4a9c7515eeeb545a5a30a92763581aff7caecdd4d5bb75837296e5dae"
            },
            "downloads": -1,
            "filename": "lbrlabs_pulumi_scaleway-1.11.0.tar.gz",
            "has_sig": false,
            "md5_digest": "432c2cb80fa6d61b950323fe210aaea8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 635898,
            "upload_time": "2023-10-30T16:22:13",
            "upload_time_iso_8601": "2023-10-30T16:22:13.895541Z",
            "url": "https://files.pythonhosted.org/packages/f1/de/e911c63ae89f2137ffea8943cd7f04d2a482a9bd706062f62ecfe675d1a7/lbrlabs_pulumi_scaleway-1.11.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-30 16:22:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lbrlabs",
    "github_project": "pulumi-scaleway",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "lbrlabs-pulumi-scaleway"
}
        
Elapsed time: 0.14058s