unmango-pulumi-pihole


Nameunmango-pulumi-pihole JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://github.com/unmango/pulumi-pihole
SummaryA Pulumi package for creating and managing Pi-hole resources
upload_time2023-12-03 20:45:07
maintainer
docs_urlNone
author
requires_python>=3.7
licenseApache-2.0
keywords pulumi pihole category/network
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pihole Resource Provider

The Pihole Resource Provider lets you manage [pihole](https://www.pulumi.com/registry/packages/pihole/) 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 @unmango/pulumi-pihole
```

or `yarn`:

```bash
yarn add @unmango/pulumi-pihole
```

### Python

To use from Python, install using `pip`:

```bash
pip install unmango_pulumi_pihole
```

### Go

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

```bash
go get github.com/unmango/pulumi-pihole/sdk/go/...
```

### .NET

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

```bash
dotnet add package UnMango.Pulumi.Pihole
```

## Reference

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



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/unmango/pulumi-pihole",
    "name": "unmango-pulumi-pihole",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "pulumi pihole category/network",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/a8/fb/9e35a464eb3dc9c77195c7fdfb56884497b3f892b2e5406dd79c0319192e/unmango_pulumi_pihole-0.1.3.tar.gz",
    "platform": null,
    "description": "# Pihole Resource Provider\n\nThe Pihole Resource Provider lets you manage [pihole](https://www.pulumi.com/registry/packages/pihole/) resources.\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 @unmango/pulumi-pihole\n```\n\nor `yarn`:\n\n```bash\nyarn add @unmango/pulumi-pihole\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install unmango_pulumi_pihole\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/unmango/pulumi-pihole/sdk/go/...\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package UnMango.Pulumi.Pihole\n```\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/pihole/api-docs/).\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing Pi-hole resources",
    "version": "0.1.3",
    "project_urls": {
        "Homepage": "https://github.com/unmango/pulumi-pihole",
        "Repository": "https://github.com/unmango/pulumi-pihole"
    },
    "split_keywords": [
        "pulumi",
        "pihole",
        "category/network"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a8fb9e35a464eb3dc9c77195c7fdfb56884497b3f892b2e5406dd79c0319192e",
                "md5": "a1d0bbaf07afad8cf655806c54a215a4",
                "sha256": "e9181da68173cc92eb7c0552dbd7532408314318a383e5854e0a8f009cfb3f32"
            },
            "downloads": -1,
            "filename": "unmango_pulumi_pihole-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "a1d0bbaf07afad8cf655806c54a215a4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 11335,
            "upload_time": "2023-12-03T20:45:07",
            "upload_time_iso_8601": "2023-12-03T20:45:07.708250Z",
            "url": "https://files.pythonhosted.org/packages/a8/fb/9e35a464eb3dc9c77195c7fdfb56884497b3f892b2e5406dd79c0319192e/unmango_pulumi_pihole-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-03 20:45:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "unmango",
    "github_project": "pulumi-pihole",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "unmango-pulumi-pihole"
}
        
Elapsed time: 0.14511s