pulumiverse-unifi


Namepulumiverse-unifi JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/pulumiverse
SummaryA Pulumi package for creating and managing Unifi network resources.
upload_time2022-12-05 10:48:59
maintainer
docs_urlNone
author
requires_python
licenseApache-2.0
keywords pulumi unifi category/network
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Unifi Resource Provider

The Unifi Resource Provider lets you manage [Unifi](https://www.ui.com) networks.

## 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/unifi
```

or `yarn`:

```bash
yarn add @pulumiverse/unifi
```

### Python

To use from Python, install using `pip`:

```bash
pip install pulumiverse_unifi
```

### Go

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

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

### .NET

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

```bash
dotnet add package Pulumiverse.Unifi
```

## Configuration

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

- `unifi:apiKey` (environment: `UNIFI_API_KEY`) - the API key for `unifi`
- `unifi:region` (environment: `UNIFI_REGION`) - the region in which to deploy resources

## Reference

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

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pulumiverse",
    "name": "pulumiverse-unifi",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pulumi unifi category/network",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/91/bd/6b812962f6df81fcd07858de591ee0d53f537def6984099074284318f21f/pulumiverse_unifi-0.0.3.tar.gz",
    "platform": null,
    "description": "# Unifi Resource Provider\n\nThe Unifi Resource Provider lets you manage [Unifi](https://www.ui.com) networks.\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/unifi\n```\n\nor `yarn`:\n\n```bash\nyarn add @pulumiverse/unifi\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pulumiverse_unifi\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-unifi/sdk/go/...\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package Pulumiverse.Unifi\n```\n\n## Configuration\n\nThe following configuration points are available for the `unifi` provider:\n\n- `unifi:apiKey` (environment: `UNIFI_API_KEY`) - the API key for `unifi`\n- `unifi:region` (environment: `UNIFI_REGION`) - the region in which to deploy resources\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/unifi/api-docs/).",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing Unifi network resources.",
    "version": "0.0.3",
    "split_keywords": [
        "pulumi",
        "unifi",
        "category/network"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "f36c7ea213b548fdd08a31db737ef356",
                "sha256": "e60e9ef4ca64bc0c0a92c4b42a2aca055f32bfb5f3fbdcd8664fc190947cf842"
            },
            "downloads": -1,
            "filename": "pulumiverse_unifi-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "f36c7ea213b548fdd08a31db737ef356",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 59166,
            "upload_time": "2022-12-05T10:48:59",
            "upload_time_iso_8601": "2022-12-05T10:48:59.965571Z",
            "url": "https://files.pythonhosted.org/packages/91/bd/6b812962f6df81fcd07858de591ee0d53f537def6984099074284318f21f/pulumiverse_unifi-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-05 10:48:59",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "pulumiverse-unifi"
}
        
Elapsed time: 0.01385s