pulumiverse-purrl


Namepulumiverse-purrl JSON
Version 0.5.0 PyPI version JSON
download
home_pagehttps://pulumi.com
SummaryA Pulumi native provider for making API calls
upload_time2023-10-30 10:26:51
maintainer
docs_urlNone
author
requires_python>=3.7
licenseApache-2.0
keywords pulumi command category/utility kind/native
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Purrl

[![Go Reference](https://pkg.go.dev/badge/github.com/pulumiverse/pulumi-purrl/sdk.svg)](https://pkg.go.dev/github.com/pulumiverse/pulumi-purrl/sdk)

![purrl_logo](img/purrl.png)

This provider is designed to be a flexible extension of your Pulumi code to make API calls to your target endpoint. `Purrl` is useful when a provider does not have a resource or data source that you require, so `Purrl` can be used to make substitute API calls.

## 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 @pulumiverse/purrl
```

or `yarn`:

```bash
yarn add @pulumiverse/purrl
```

### Python

To use from Python, install using `pip`:
``
```bash
pip install pulumiverse-purrl
```

### Go

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

```bash
go get github.com/pulumiverse/pulumi-purrl/sdk
```

### .NET

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

```bash
dotnet add package Pulumiverse.Purrl
```

## Reference

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



            

Raw data

            {
    "_id": null,
    "home_page": "https://pulumi.com",
    "name": "pulumiverse-purrl",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "pulumi command category/utility kind/native",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/a6/03/93b947491c4399ce8b5406d560f5c36964d439829fb4c24dc47b2db09da1/pulumiverse_purrl-0.5.0.tar.gz",
    "platform": null,
    "description": "# Purrl\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/pulumiverse/pulumi-purrl/sdk.svg)](https://pkg.go.dev/github.com/pulumiverse/pulumi-purrl/sdk)\n\n![purrl_logo](img/purrl.png)\n\nThis provider is designed to be a flexible extension of your Pulumi code to make API calls to your target endpoint. `Purrl` is useful when a provider does not have a resource or data source that you require, so `Purrl` can be used to make substitute API calls.\n\n## Installing\n\nThis package is available for several languages/platforms:\n\n### Node.js (JavaScript/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n```bash\nnpm install @pulumiverse/purrl\n```\n\nor `yarn`:\n\n```bash\nyarn add @pulumiverse/purrl\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n``\n```bash\npip install pulumiverse-purrl\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/pulumiverse/pulumi-purrl/sdk\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package Pulumiverse.Purrl\n```\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/purrl/api-docs/).\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi native provider for making API calls",
    "version": "0.5.0",
    "project_urls": {
        "Homepage": "https://pulumi.com",
        "Repository": "https://github.com/pulumiverse/pulumi-purrl"
    },
    "split_keywords": [
        "pulumi",
        "command",
        "category/utility",
        "kind/native"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a60393b947491c4399ce8b5406d560f5c36964d439829fb4c24dc47b2db09da1",
                "md5": "df797ee65c479c28d3954cbe983e88a9",
                "sha256": "ce320530ca490b7b21e3709af7e866135d7bf2cec0f6aa2e3f87183b054956b6"
            },
            "downloads": -1,
            "filename": "pulumiverse_purrl-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "df797ee65c479c28d3954cbe983e88a9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 8594,
            "upload_time": "2023-10-30T10:26:51",
            "upload_time_iso_8601": "2023-10-30T10:26:51.984983Z",
            "url": "https://files.pythonhosted.org/packages/a6/03/93b947491c4399ce8b5406d560f5c36964d439829fb4c24dc47b2db09da1/pulumiverse_purrl-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-30 10:26:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumiverse",
    "github_project": "pulumi-purrl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumiverse-purrl"
}
        
Elapsed time: 0.13466s