port-pulumi


Nameport-pulumi JSON
Version 2.4.0 PyPI version JSON
download
home_pagehttps://www.pulumi.com
SummaryA Pulumi package for creating and managing Port resources.
upload_time2025-03-09 16:42:23
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseApache-2.0
keywords pulumi port category/utility
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Port Resource Provider

<img src="img/port.svg" width="300px">

The Port Resource Provider lets you manage [Port](https://www.getport.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 @port-labs/port
```

or `yarn`:

```bash
yarn add @port-labs/port
```

### Python

To use from Python, install using `pip`:

```bash
pip install port_pulumi
```

### Go

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

```bash
go get github.com/port-labs/pulumi-port/sdk
```

## Configuration

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

- `port:clientId` - This is the Port client ID. (environment: PORT_CLIENT_ID)
- `port:secret` - This is the Port secret. (environment: PORT_CLIENT_SECRET)
- `port:baseUrl` (optional) - This is the Port base URL. (environment: PORT_BASE_URL)
- `port:token` - (optional) This is the Port token.




            

Raw data

            {
    "_id": null,
    "home_page": "https://www.pulumi.com",
    "name": "port-pulumi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "pulumi port category/utility",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/e4/29/e61d058db51d8085a5a3561282bf1ac49c79650c23e82beaaae4cfc74695/port_pulumi-2.4.0.tar.gz",
    "platform": null,
    "description": "# Port Resource Provider\n\n<img src=\"img/port.svg\" width=\"300px\">\n\nThe Port Resource Provider lets you manage [Port](https://www.getport.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 @port-labs/port\n```\n\nor `yarn`:\n\n```bash\nyarn add @port-labs/port\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install port_pulumi\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/port-labs/pulumi-port/sdk\n```\n\n## Configuration\n\nThe following configuration points are available for the `port` provider:\n\n- `port:clientId` - This is the Port client ID. (environment: PORT_CLIENT_ID)\n- `port:secret` - This is the Port secret. (environment: PORT_CLIENT_SECRET)\n- `port:baseUrl` (optional) - This is the Port base URL. (environment: PORT_BASE_URL)\n- `port:token` - (optional) This is the Port token.\n\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing Port resources.",
    "version": "2.4.0",
    "project_urls": {
        "Homepage": "https://www.pulumi.com",
        "Repository": "https://github.com/port-labs/pulumi-port"
    },
    "split_keywords": [
        "pulumi",
        "port",
        "category/utility"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e429e61d058db51d8085a5a3561282bf1ac49c79650c23e82beaaae4cfc74695",
                "md5": "c5a011dd24c519509a0493d21a1bbfa4",
                "sha256": "635e751eaaeb9f7c84634a14d3f2e571a5e0d211c573f80a73f7573c182a253d"
            },
            "downloads": -1,
            "filename": "port_pulumi-2.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c5a011dd24c519509a0493d21a1bbfa4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 81592,
            "upload_time": "2025-03-09T16:42:23",
            "upload_time_iso_8601": "2025-03-09T16:42:23.990702Z",
            "url": "https://files.pythonhosted.org/packages/e4/29/e61d058db51d8085a5a3561282bf1ac49c79650c23e82beaaae4cfc74695/port_pulumi-2.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-03-09 16:42:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "port-labs",
    "github_project": "pulumi-port",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "port-pulumi"
}
        
Elapsed time: 0.41543s