pulumi-genesiscloud


Namepulumi-genesiscloud JSON
Version 0.0.28 PyPI version JSON
download
home_pagehttps://www.pulumi.io
SummaryA Pulumi package for creating and managing genesiscloud cloud resources.
upload_time2024-09-03 13:41:51
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords pulumi genesiscloud category/cloud
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Genesis Cloud Resource Provider

The Genesis Cloud Resource Provider lets you manage [Genesis Cloud](http://genesiscloud.com) 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 @genesiscloud/pulumi-genesiscloud
```

or `yarn`:

```bash
yarn add @genesiscloud/pulumi-genesiscloud
```

### Python

To use from Python, install using `pip`:

```bash
pip install pulumi-genesiscloud
```

### Go

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

```bash
go get github.com/genesiscloud/pulumi-genesiscloud/sdk/go/...
```

### .NET

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

```
dotnet add package GenesisCloud.PulumiPackage.Genesiscloud
```

## Configuration

The following configuration points are available:

- `genesiscloud:token` - (Required) This is the Genesis Cloud API Token, can also be specified with the `GENESISCLOUD_TOKEN` environment variable.
- `genesiscloud:endpoint` - (Optional) This is the Genesis Cloud API endpoint, can be used to override the default API Endpoint `https://api.genesiscloud.com`. It can also be specified with the `GENESISCLOUD_ENDPOINT` environment variable.

## Reference

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



            

Raw data

            {
    "_id": null,
    "home_page": "https://www.pulumi.io",
    "name": "pulumi-genesiscloud",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "pulumi genesiscloud category/cloud",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/49/98/7f973b0317dfb0ee13cf9c895b9fd6e142181079f29381e3f2e6e49c4f24/pulumi_genesiscloud-0.0.28.tar.gz",
    "platform": null,
    "description": "# Genesis Cloud Resource Provider\n\nThe Genesis Cloud Resource Provider lets you manage [Genesis Cloud](http://genesiscloud.com) 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 @genesiscloud/pulumi-genesiscloud\n```\n\nor `yarn`:\n\n```bash\nyarn add @genesiscloud/pulumi-genesiscloud\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pulumi-genesiscloud\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/genesiscloud/pulumi-genesiscloud/sdk/go/...\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```\ndotnet add package GenesisCloud.PulumiPackage.Genesiscloud\n```\n\n## Configuration\n\nThe following configuration points are available:\n\n- `genesiscloud:token` - (Required) This is the Genesis Cloud API Token, can also be specified with the `GENESISCLOUD_TOKEN` environment variable.\n- `genesiscloud:endpoint` - (Optional) This is the Genesis Cloud API endpoint, can be used to override the default API Endpoint `https://api.genesiscloud.com`. It can also be specified with the `GENESISCLOUD_ENDPOINT` environment variable.\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/genesiscloud/api-docs/).\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing genesiscloud cloud resources.",
    "version": "0.0.28",
    "project_urls": {
        "Homepage": "https://www.pulumi.io",
        "Repository": "https://github.com/genesiscloud/pulumi-genesiscloud"
    },
    "split_keywords": [
        "pulumi",
        "genesiscloud",
        "category/cloud"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "49987f973b0317dfb0ee13cf9c895b9fd6e142181079f29381e3f2e6e49c4f24",
                "md5": "bc6f5d6e77c261bbd6e4d74621b1dfe8",
                "sha256": "39277d65e8c7b35905f1435dca69a01baf637fd681bde5ece7d7eab380605d6b"
            },
            "downloads": -1,
            "filename": "pulumi_genesiscloud-0.0.28.tar.gz",
            "has_sig": false,
            "md5_digest": "bc6f5d6e77c261bbd6e4d74621b1dfe8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 24282,
            "upload_time": "2024-09-03T13:41:51",
            "upload_time_iso_8601": "2024-09-03T13:41:51.277500Z",
            "url": "https://files.pythonhosted.org/packages/49/98/7f973b0317dfb0ee13cf9c895b9fd6e142181079f29381e3f2e6e49c4f24/pulumi_genesiscloud-0.0.28.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-03 13:41:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "genesiscloud",
    "github_project": "pulumi-genesiscloud",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-genesiscloud"
}
        
Elapsed time: 0.26714s