pulumi-astronomer


Namepulumi-astronomer JSON
Version 0.2.4 PyPI version JSON
download
home_pagehttps://github.com/ryan-pip/pulumi-astronomer
SummaryA Pulumi package for creating and managing Astronomer Cloud resources
upload_time2024-10-02 11:06:00
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords pulumi astronomer category/infrastructure
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Astronomer Resource Provider

The Astronomer Resource Provider lets you manage [astronomer](https://www.pulumi.com/registry/packages/astronomer/) resources as
part of the [Astronomer Cloud](https://www.astronomer.io/).

This provider is a bridged version of the offical [astonomer terraform provider](https://registry.terraform.io/providers/astronomer/astro/latest/docs).

## 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 @ryan-pip/pulumi_astronomer
```

or `yarn`:

```bash
yarn add @ryan-pip/pulumi_astronomer
```

### Python

To use from Python, install using `pip`:

```bash
pip install pulumi-astronomer
```

### Go

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

```bash
go get github.com/ryan-pip/pulumi-astronomer/sdk/go/...
```

### .NET (ToD0)

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

```bash
dotnet add package RyanPip.Astronomer
```

## Reference

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



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ryan-pip/pulumi-astronomer",
    "name": "pulumi-astronomer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "pulumi astronomer category/infrastructure",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/ad/97/f51ef7eb4a6295758fae906d7047a6aca29c3475282df1acf065f4938fe1/pulumi_astronomer-0.2.4.tar.gz",
    "platform": null,
    "description": "# Astronomer Resource Provider\n\nThe Astronomer Resource Provider lets you manage [astronomer](https://www.pulumi.com/registry/packages/astronomer/) resources as\npart of the [Astronomer Cloud](https://www.astronomer.io/).\n\nThis provider is a bridged version of the offical [astonomer terraform provider](https://registry.terraform.io/providers/astronomer/astro/latest/docs).\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 @ryan-pip/pulumi_astronomer\n```\n\nor `yarn`:\n\n```bash\nyarn add @ryan-pip/pulumi_astronomer\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pulumi-astronomer\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/ryan-pip/pulumi-astronomer/sdk/go/...\n```\n\n### .NET (ToD0)\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package RyanPip.Astronomer\n```\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/astronomer/api-docs/).\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing Astronomer Cloud resources",
    "version": "0.2.4",
    "project_urls": {
        "Homepage": "https://github.com/ryan-pip/pulumi-astronomer",
        "Repository": "https://github.com/ryan-pip/pulumi-astronomer"
    },
    "split_keywords": [
        "pulumi",
        "astronomer",
        "category/infrastructure"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad97f51ef7eb4a6295758fae906d7047a6aca29c3475282df1acf065f4938fe1",
                "md5": "7caf4ab7a64bb0c6a9a6db5af998ccbb",
                "sha256": "00af638d3b93af348159f858d58f66d7d14e4b2e96519251361a9f0f22e6e257"
            },
            "downloads": -1,
            "filename": "pulumi_astronomer-0.2.4.tar.gz",
            "has_sig": false,
            "md5_digest": "7caf4ab7a64bb0c6a9a6db5af998ccbb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 63233,
            "upload_time": "2024-10-02T11:06:00",
            "upload_time_iso_8601": "2024-10-02T11:06:00.848497Z",
            "url": "https://files.pythonhosted.org/packages/ad/97/f51ef7eb4a6295758fae906d7047a6aca29c3475282df1acf065f4938fe1/pulumi_astronomer-0.2.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-02 11:06:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ryan-pip",
    "github_project": "pulumi-astronomer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-astronomer"
}
        
Elapsed time: 3.65208s