ediri-fly


Nameediri-fly JSON
Version 0.1.11 PyPI version JSON
download
home_pagehttps://github.com/dirien/pulumi-fly
SummaryA Pulumi package for creating and managing Fly.io resources.
upload_time2024-03-03 16:00:42
maintainer
docs_urlNone
author
requires_python>=3.8
licenseApache-2.0
keywords pulumi fly category/cloud
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Fly.io Resource Provider

![Fly.io](./img/fly.png)

The Fly.io Resource Provider lets you manage [Fly.io](https://fly.io/) 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/pulumi-fly
```

or `yarn`:

```bash
yarn add @ediri/pulumi-fly
```

### Python

To use from Python, install using `pip`:

```bash
pip install ediri_fly
```

### Go

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

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

### .NET

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

```bash
dotnet add package ediri.Fly
```

## Configuration

The following configuration options are supported for the `fly` provider:

* `fly_api_token` (String) fly.io api token. If not set checks env for `FLY_API_TOKEN`
* `fly_http_endpoint` (String) Where the provider should look to find the fly http endpoint

## Reference

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



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dirien/pulumi-fly",
    "name": "ediri-fly",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "pulumi fly category/cloud",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/93/04/9bb176023aa0bee5cdd896a5627ccddeff8be4a6ac04e7e2214b64408648/ediri_fly-0.1.11.tar.gz",
    "platform": null,
    "description": "# Fly.io Resource Provider\n\n![Fly.io](./img/fly.png)\n\nThe Fly.io Resource Provider lets you manage [Fly.io](https://fly.io/) 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/pulumi-fly\n```\n\nor `yarn`:\n\n```bash\nyarn add @ediri/pulumi-fly\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install ediri_fly\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-fly/sdk\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package ediri.Fly\n```\n\n## Configuration\n\nThe following configuration options are supported for the `fly` provider:\n\n* `fly_api_token` (String) fly.io api token. If not set checks env for `FLY_API_TOKEN`\n* `fly_http_endpoint` (String) Where the provider should look to find the fly http endpoint\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/fly/api-docs/).\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing Fly.io resources.",
    "version": "0.1.11",
    "project_urls": {
        "Homepage": "https://github.com/dirien/pulumi-fly",
        "Repository": "https://github.com/dirien/pulumi-fly"
    },
    "split_keywords": [
        "pulumi",
        "fly",
        "category/cloud"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "93049bb176023aa0bee5cdd896a5627ccddeff8be4a6ac04e7e2214b64408648",
                "md5": "73c810878e2091abd38dd229f5a435c0",
                "sha256": "55642ac30e80148254ed9999219f77a5f6069824088a6433d4ab0c5032125776"
            },
            "downloads": -1,
            "filename": "ediri_fly-0.1.11.tar.gz",
            "has_sig": false,
            "md5_digest": "73c810878e2091abd38dd229f5a435c0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 17048,
            "upload_time": "2024-03-03T16:00:42",
            "upload_time_iso_8601": "2024-03-03T16:00:42.449915Z",
            "url": "https://files.pythonhosted.org/packages/93/04/9bb176023aa0bee5cdd896a5627ccddeff8be4a6ac04e7e2214b64408648/ediri_fly-0.1.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-03 16:00:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dirien",
    "github_project": "pulumi-fly",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ediri-fly"
}
        
Elapsed time: 0.19523s