ediri-qovery


Nameediri-qovery JSON
Version 0.28.9 PyPI version JSON
download
home_pagehttps://www.pulumi.com
SummaryA Pulumi package for creating and managing qovery cloud resources.
upload_time2024-05-11 22:45:11
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords pulumi qovery category/cloud
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Qovery Resource Provider

The Qovery Resource Provider lets you manage [Qovery](https://qovery.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@ediri/qovery
```

or `yarn`:

```bash
yarn add @ediri/qovery
```

### Python

To use from Python, install using `pip`:

```bash
pip install ediri_qovery
```

### Go

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

```bash
go get github.com/dirien/pulumi-qovery/sdk/go/...
```

### .NET

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

```bash
dotnet add package ediri.Qovery
```

## Configuration

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

- `token` (String) The Qovery API Token to use. This can also be specified with the `QOVERY_API_TOKEN` shell environment variable.

## Reference

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



            

Raw data

            {
    "_id": null,
    "home_page": "https://www.pulumi.com",
    "name": "ediri-qovery",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "pulumi qovery category/cloud",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/2f/4c/13c9a7416ab25bcc0c50ba27be73d00d2f755be9bccbe7225dd29fe9df12/ediri_qovery-0.28.9.tar.gz",
    "platform": null,
    "description": "# Qovery Resource Provider\n\nThe Qovery Resource Provider lets you manage [Qovery](https://qovery.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@ediri/qovery\n```\n\nor `yarn`:\n\n```bash\nyarn add @ediri/qovery\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install ediri_qovery\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/dirien/pulumi-qovery/sdk/go/...\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package ediri.Qovery\n```\n\n## Configuration\n\nThe following configuration points are available for the `qovery` provider:\n\n- `token` (String) The Qovery API Token to use. This can also be specified with the `QOVERY_API_TOKEN` shell environment variable.\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/qovery/api-docs/).\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing qovery cloud resources.",
    "version": "0.28.9",
    "project_urls": {
        "Homepage": "https://www.pulumi.com",
        "Repository": "https://github.com/dirien/pulumi-qovery"
    },
    "split_keywords": [
        "pulumi",
        "qovery",
        "category/cloud"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f4c13c9a7416ab25bcc0c50ba27be73d00d2f755be9bccbe7225dd29fe9df12",
                "md5": "12f833008621546153c64a1082828a10",
                "sha256": "a8fd4c7f61d9fea336d58fa23c1b4220c3fbe9d629d96c31a5b08457ecf0cf34"
            },
            "downloads": -1,
            "filename": "ediri_qovery-0.28.9.tar.gz",
            "has_sig": false,
            "md5_digest": "12f833008621546153c64a1082828a10",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 114208,
            "upload_time": "2024-05-11T22:45:11",
            "upload_time_iso_8601": "2024-05-11T22:45:11.364000Z",
            "url": "https://files.pythonhosted.org/packages/2f/4c/13c9a7416ab25bcc0c50ba27be73d00d2f755be9bccbe7225dd29fe9df12/ediri_qovery-0.28.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-11 22:45:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dirien",
    "github_project": "pulumi-qovery",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ediri-qovery"
}
        
Elapsed time: 0.35109s