pulumi-purrl


Namepulumi-purrl JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://pulumi.com
SummaryA Pulumi native provider for making API calls
upload_time2022-12-19 08:25:23
maintainer
docs_urlNone
author
requires_python
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

![](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.

## Provider Binary

The Purrl provider binary is a third party binary. It can be installed using the pulumi plugin command.

```bash
pulumi plugin install resource purrl <version> --server github://api.github.com/dirien
```

Replace the version string with your desired version.

## 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
TODO
```

or `yarn`:

```bash
TODO
```

### Python

To use from Python, install using `pip`:

```bash
TODO
```

### 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/go/...
```

### .NET

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

```bash
TODO
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://pulumi.com",
    "name": "pulumi-purrl",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pulumi command category/utility kind/native",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/e1/47/68c65531aac3e26f2ca686df5b1b2c3536debbde26ce7d7916227ea30b13/pulumi_purrl-0.2.0.tar.gz",
    "platform": null,
    "description": "# Purrl\n\n![](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## Provider Binary\n\nThe Purrl provider binary is a third party binary. It can be installed using the pulumi plugin command.\n\n```bash\npulumi plugin install resource purrl <version> --server github://api.github.com/dirien\n```\n\nReplace the version string with your desired version.\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\nTODO\n```\n\nor `yarn`:\n\n```bash\nTODO\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\nTODO\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/go/...\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\nTODO\n```\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi native provider for making API calls",
    "version": "0.2.0",
    "split_keywords": [
        "pulumi",
        "command",
        "category/utility",
        "kind/native"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "01343db16335ba2d09a254406a2bcb7f",
                "sha256": "dd3113d77431e8c626e18c62ad5d39d9fa529c4d11901b5c94d8b3a3e07efaef"
            },
            "downloads": -1,
            "filename": "pulumi_purrl-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "01343db16335ba2d09a254406a2bcb7f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8157,
            "upload_time": "2022-12-19T08:25:23",
            "upload_time_iso_8601": "2022-12-19T08:25:23.172080Z",
            "url": "https://files.pythonhosted.org/packages/e1/47/68c65531aac3e26f2ca686df5b1b2c3536debbde26ce7d7916227ea30b13/pulumi_purrl-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-19 08:25:23",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "pulumi-purrl"
}
        
Elapsed time: 0.02392s