ediri-vultr


Nameediri-vultr JSON
Version 2.23.1 PyPI version JSON
download
home_pagehttps://www.pulumi.com
SummaryA Pulumi package for creating and managing Vultr cloud resources.
upload_time2024-12-10 19:59:53
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords pulumi vultr category/utility
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Vultr Resource Provider

![Vultr](img/logo.png)

The Vultr Resource Provider lets you manage [Vultr](https://www.vultr.com/) 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 @ediri/vultr
```

or `yarn`:

```bash
yarn add @ediri/vultr
```

### Python

To use from Python, install using `pip`:
``
```bash
pip install ediri-vultr
```

### Go

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

```bash
go get github.com/dirien/pulumi-vultr/sdk/v2
```

### .NET

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

```bash
dotnet add package ediri.Vultr
```

## Configuration

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

- `vultr:apiKey` (environment: `VULTR_API_KEY`) -  This is the Vultr API key. It can be found in the [Vultr API section](https://my.vultr.com/settings/#settingsapi).
- `vultr:rateLimit` - Vultr limits API calls to 30 calls per second. This field lets you configure how the rate limit using milliseconds. The default value if this field is omitted is 500 milliseconds per call.
- `vultr:retryLimit` - This field lets you configure how many retries should be attempted on a failed call. The default value if this field is omitted is 3 retries.

## Reference

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



            

Raw data

            {
    "_id": null,
    "home_page": "https://www.pulumi.com",
    "name": "ediri-vultr",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "pulumi vultr category/utility",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/e0/43/096cac45ef2117cb5f817594b90bf690f960c2f579edd31d3a9e7da9d8f3/ediri_vultr-2.23.1.tar.gz",
    "platform": null,
    "description": "# Vultr Resource Provider\n\n![Vultr](img/logo.png)\n\nThe Vultr Resource Provider lets you manage [Vultr](https://www.vultr.com/) resources.\n\n## Installing\n\nThis package is available for several languages/platforms:\n\n### Node.js (JavaScript/TypeScript)\n\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n```bash\nnpm install @ediri/vultr\n```\n\nor `yarn`:\n\n```bash\nyarn add @ediri/vultr\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n``\n```bash\npip install ediri-vultr\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/dirien/pulumi-vultr/sdk/v2\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package ediri.Vultr\n```\n\n## Configuration\n\nThe following configuration points are available for the `vultr` provider:\n\n- `vultr:apiKey` (environment: `VULTR_API_KEY`) -  This is the Vultr API key. It can be found in the [Vultr API section](https://my.vultr.com/settings/#settingsapi).\n- `vultr:rateLimit` - Vultr limits API calls to 30 calls per second. This field lets you configure how the rate limit using milliseconds. The default value if this field is omitted is 500 milliseconds per call.\n- `vultr:retryLimit` - This field lets you configure how many retries should be attempted on a failed call. The default value if this field is omitted is 3 retries.\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/vultr/api-docs/).\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing Vultr cloud resources.",
    "version": "2.23.1",
    "project_urls": {
        "Homepage": "https://www.pulumi.com",
        "Repository": "https://github.com/dirien/pulumi-vultr"
    },
    "split_keywords": [
        "pulumi",
        "vultr",
        "category/utility"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e043096cac45ef2117cb5f817594b90bf690f960c2f579edd31d3a9e7da9d8f3",
                "md5": "ada415d6bb87ec1da5ecea196f62edcd",
                "sha256": "c1aaef171bb5a740b30fa052c130ddfe23b3e54604e47fbc759265223388113a"
            },
            "downloads": -1,
            "filename": "ediri_vultr-2.23.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ada415d6bb87ec1da5ecea196f62edcd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 118394,
            "upload_time": "2024-12-10T19:59:53",
            "upload_time_iso_8601": "2024-12-10T19:59:53.922034Z",
            "url": "https://files.pythonhosted.org/packages/e0/43/096cac45ef2117cb5f817594b90bf690f960c2f579edd31d3a9e7da9d8f3/ediri_vultr-2.23.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-10 19:59:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dirien",
    "github_project": "pulumi-vultr",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ediri-vultr"
}
        
Elapsed time: 0.57307s