pulumi-flux


Namepulumi-flux JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://www.pulumi.com
SummaryA Pulumi package for creating and managing Flux cloud resources.
upload_time2023-07-28 11:13:51
maintainer
docs_urlNone
author
requires_python>=3.7
licenseApache-2.0
keywords pulumi flux category/cloud
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Flux Pulumi Provider

The Flux Provider lets you manage [FluxCD](https://fluxcd.io) resources.
This provider wraps the existing [Terraform Provider Flux](https://github.com/fluxcd/terraform-provider-flux).

## 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 @worawat/flux
```

or `yarn`:

```bash
yarn add @worawat/flux
```

### Python

To use from Python, install using `pip`:

```bash
pip install pulumi-flux
```

### Go

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

```bash
go get github.com/oun/pulumi-flux/sdk/go/...
```

### .NET

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

```bash
dotnet add package Pulumi.Flux
```

## Examples

Find working Python code samples in the [`./examples`](https://github.com/oun/pulumi-flux/tree/main/examples) directory.

## Reference

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



            

Raw data

            {
    "_id": null,
    "home_page": "https://www.pulumi.com",
    "name": "pulumi-flux",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "pulumi flux category/cloud",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/6a/e5/0187e65e09c4e7e33e9fc9bc3e7ed818870bfdc0da816acea23056f4ed50/pulumi_flux-1.0.1.tar.gz",
    "platform": null,
    "description": "# Flux Pulumi Provider\n\nThe Flux Provider lets you manage [FluxCD](https://fluxcd.io) resources.\nThis provider wraps the existing [Terraform Provider Flux](https://github.com/fluxcd/terraform-provider-flux).\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 @worawat/flux\n```\n\nor `yarn`:\n\n```bash\nyarn add @worawat/flux\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pulumi-flux\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/oun/pulumi-flux/sdk/go/...\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package Pulumi.Flux\n```\n\n## Examples\n\nFind working Python code samples in the [`./examples`](https://github.com/oun/pulumi-flux/tree/main/examples) directory.\n\n## Reference\n\nFor detailed reference documentation, please visit the [the Pulumi registry](https://www.pulumi.com/registry/packages/flux/api-docs/).\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing Flux cloud resources.",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://www.pulumi.com",
        "Repository": "https://github.com/oun/pulumi-flux"
    },
    "split_keywords": [
        "pulumi",
        "flux",
        "category/cloud"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ae50187e65e09c4e7e33e9fc9bc3e7ed818870bfdc0da816acea23056f4ed50",
                "md5": "16224e42ce9879dd443a73277fdb80f4",
                "sha256": "f93c87c6fa4177a7dd7bc11b90cf28cb041b32390a2caf35130f6a820264ac37"
            },
            "downloads": -1,
            "filename": "pulumi_flux-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "16224e42ce9879dd443a73277fdb80f4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 17541,
            "upload_time": "2023-07-28T11:13:51",
            "upload_time_iso_8601": "2023-07-28T11:13:51.501778Z",
            "url": "https://files.pythonhosted.org/packages/6a/e5/0187e65e09c4e7e33e9fc9bc3e7ed818870bfdc0da816acea23056f4ed50/pulumi_flux-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-28 11:13:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "oun",
    "github_project": "pulumi-flux",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-flux"
}
        
Elapsed time: 0.09142s