pulumi-dnsimple


Namepulumi-dnsimple JSON
Version 4.2.1 PyPI version JSON
download
home_pageNone
SummaryA Pulumi package for creating and managing dnsimple cloud resources.
upload_time2025-01-02 17:14:51
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseApache-2.0
keywords pulumi dnsimple
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Actions Status](https://github.com/pulumi/pulumi-dnsimple/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-dnsimple/actions)
[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
[![NPM version](https://badge.fury.io/js/%40pulumi%2Fdnsimple.svg)](https://www.npmjs.com/package/@pulumi/dnsimple)
[![Python version](https://badge.fury.io/py/pulumi-dnsimple.svg)](https://pypi.org/project/pulumi-dnsimple)
[![NuGet version](https://badge.fury.io/nu/pulumi.dnsimple.svg)](https://badge.fury.io/nu/pulumi.dnsimple)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-dnsimple/sdk/v4/go)](https://pkg.go.dev/github.com/pulumi/pulumi-dnsimple/sdk/v4/go)
[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-dnsimple/blob/master/LICENSE)

# dnsimple Resource Provider

The dnsimple resource provider for Pulumi lets you manage dnsimple resources in your cloud programs. To use
this package, please [install the Pulumi CLI first](https://pulumi.io/).

## 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 @pulumi/dnsimple

or `yarn`:

    $ yarn add @pulumi/dnsimple

### Python

To use from Python, install using `pip`:

    $ pip install pulumi_dnsimple

### Go

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

    $ go get github.com/pulumi/pulumi-dnsimple/sdk/v4

### .NET

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

    $ dotnet add package Pulumi.Dnsimple

## Configuration

The following configuration points are available:

- `dnsimple:token` - (required) The DNSimple API v2 token. Please note that this must be an API v2 token. You can use 
   either an User or Account token, but an Account token is recommended. Can be sourced from `DNSIMPLE_TOKEN` environment
   variable.
- `dnsimple:account` - (required) The ID of the account associated with the token. Can be sourced from `DNSIMPLE_ACCOUNT` 
   environment variable.

## Reference

For further information, please visit [the dnsimple provider docs](https://www.pulumi.com/docs/intro/cloud-providers/dnsimple) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/dnsimple).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pulumi-dnsimple",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "pulumi, dnsimple",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/71/62/1e8efb412b1d07a8fc2e45d1f5b747776309247e897dfa8ea322123deb90/pulumi_dnsimple-4.2.1.tar.gz",
    "platform": null,
    "description": "[![Actions Status](https://github.com/pulumi/pulumi-dnsimple/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-dnsimple/actions)\n[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)\n[![NPM version](https://badge.fury.io/js/%40pulumi%2Fdnsimple.svg)](https://www.npmjs.com/package/@pulumi/dnsimple)\n[![Python version](https://badge.fury.io/py/pulumi-dnsimple.svg)](https://pypi.org/project/pulumi-dnsimple)\n[![NuGet version](https://badge.fury.io/nu/pulumi.dnsimple.svg)](https://badge.fury.io/nu/pulumi.dnsimple)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-dnsimple/sdk/v4/go)](https://pkg.go.dev/github.com/pulumi/pulumi-dnsimple/sdk/v4/go)\n[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-dnsimple/blob/master/LICENSE)\n\n# dnsimple Resource Provider\n\nThe dnsimple resource provider for Pulumi lets you manage dnsimple resources in your cloud programs. To use\nthis package, please [install the Pulumi CLI first](https://pulumi.io/).\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    $ npm install @pulumi/dnsimple\n\nor `yarn`:\n\n    $ yarn add @pulumi/dnsimple\n\n### Python\n\nTo use from Python, install using `pip`:\n\n    $ pip install pulumi_dnsimple\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library\n\n    $ go get github.com/pulumi/pulumi-dnsimple/sdk/v4\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n    $ dotnet add package Pulumi.Dnsimple\n\n## Configuration\n\nThe following configuration points are available:\n\n- `dnsimple:token` - (required) The DNSimple API v2 token. Please note that this must be an API v2 token. You can use \n   either an User or Account token, but an Account token is recommended. Can be sourced from `DNSIMPLE_TOKEN` environment\n   variable.\n- `dnsimple:account` - (required) The ID of the account associated with the token. Can be sourced from `DNSIMPLE_ACCOUNT` \n   environment variable.\n\n## Reference\n\nFor further information, please visit [the dnsimple provider docs](https://www.pulumi.com/docs/intro/cloud-providers/dnsimple) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/dnsimple).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing dnsimple cloud resources.",
    "version": "4.2.1",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-dnsimple"
    },
    "split_keywords": [
        "pulumi",
        " dnsimple"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5a9f4db40d7e768c8e232a3a4b927c183a4e28e63ac64e8ce8c6b3fc86b88b4",
                "md5": "9376e105dfa587f980166608b0b6885f",
                "sha256": "fc9a74f0a324a25574fdcfd45f4766d1e6e3d467b1f5fcb9ee6b09ed232d840b"
            },
            "downloads": -1,
            "filename": "pulumi_dnsimple-4.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9376e105dfa587f980166608b0b6885f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 48873,
            "upload_time": "2025-01-02T17:14:47",
            "upload_time_iso_8601": "2025-01-02T17:14:47.345992Z",
            "url": "https://files.pythonhosted.org/packages/f5/a9/f4db40d7e768c8e232a3a4b927c183a4e28e63ac64e8ce8c6b3fc86b88b4/pulumi_dnsimple-4.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71621e8efb412b1d07a8fc2e45d1f5b747776309247e897dfa8ea322123deb90",
                "md5": "6565ac7b348fbe3afbbf6336e4e36593",
                "sha256": "20aced84dce00fb421f487fe4ce5db449ef81d02fe4b2c59ac1324b48486cf56"
            },
            "downloads": -1,
            "filename": "pulumi_dnsimple-4.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6565ac7b348fbe3afbbf6336e4e36593",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 32591,
            "upload_time": "2025-01-02T17:14:51",
            "upload_time_iso_8601": "2025-01-02T17:14:51.148138Z",
            "url": "https://files.pythonhosted.org/packages/71/62/1e8efb412b1d07a8fc2e45d1f5b747776309247e897dfa8ea322123deb90/pulumi_dnsimple-4.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-02 17:14:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumi",
    "github_project": "pulumi-dnsimple",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-dnsimple"
}
        
Elapsed time: 1.52241s