pulumi-stripe


Namepulumi-stripe JSON
Version 0.0.23 PyPI version JSON
download
home_pagehttps://www.pulumi.com
SummaryA Pulumi package for creating and managing Stripe resources.
upload_time2024-04-01 14:48:30
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords pulumi stripe category/cloud
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Stripe Resource Provider

The Stripe Resource Provider lets you manage [Stripe](https://stripe.com) resources.

This is a bridged provider from https://github.com/lukasaron/terraform-provider-stripe

## 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 pulumi-stripe
```

or `yarn`:

```bash
yarn add pulumi-stripe
```

or indeed `pnpm`:

```bash
pnpm add pulumi-stripe
```

### Python

To use from Python, install using `pip`:

```bash
pip install pulumi-stripe
```

### Go

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

```bash
go get github.com/georgegebbett/pulumi-stripe/sdk/go
```

### .NET

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

```bash
dotnet add package Pulumi.Stripe
```

## A note on Go and .NET

I have never done any real development in Go or .NET - indeed this was my first foray into Go at all. I cannot warrant
that I have published the packages correctly, or provided good instructions for installing them.

Please feel free to open a PR with any suggestions!

## Configuration

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

- `stripe:apiKey` (environment: `STRIPE_API_KEY`) - the API key for `stripe`



            

Raw data

            {
    "_id": null,
    "home_page": "https://www.pulumi.com",
    "name": "pulumi-stripe",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "pulumi stripe category/cloud",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/c0/be/7efac3ef0a65ddd38cab81f9b72aa3296f5277c9205804a3d1e426479a65/pulumi_stripe-0.0.23.tar.gz",
    "platform": null,
    "description": "# Stripe Resource Provider\n\nThe Stripe Resource Provider lets you manage [Stripe](https://stripe.com) resources.\n\nThis is a bridged provider from https://github.com/lukasaron/terraform-provider-stripe\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 pulumi-stripe\n```\n\nor `yarn`:\n\n```bash\nyarn add pulumi-stripe\n```\n\nor indeed `pnpm`:\n\n```bash\npnpm add pulumi-stripe\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pulumi-stripe\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/georgegebbett/pulumi-stripe/sdk/go\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package Pulumi.Stripe\n```\n\n## A note on Go and .NET\n\nI have never done any real development in Go or .NET - indeed this was my first foray into Go at all. I cannot warrant\nthat I have published the packages correctly, or provided good instructions for installing them.\n\nPlease feel free to open a PR with any suggestions!\n\n## Configuration\n\nThe following configuration points are available for the `stripe` provider:\n\n- `stripe:apiKey` (environment: `STRIPE_API_KEY`) - the API key for `stripe`\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing Stripe resources.",
    "version": "0.0.23",
    "project_urls": {
        "Homepage": "https://www.pulumi.com",
        "Repository": "https://github.com/georgegebbett/pulumi-stripe"
    },
    "split_keywords": [
        "pulumi",
        "stripe",
        "category/cloud"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c0be7efac3ef0a65ddd38cab81f9b72aa3296f5277c9205804a3d1e426479a65",
                "md5": "544fef32559762910d48cbd274601f57",
                "sha256": "c60a2e48eaf6e007db9feb55aa01825519fb2359e90fef25efc5b61b0467c043"
            },
            "downloads": -1,
            "filename": "pulumi_stripe-0.0.23.tar.gz",
            "has_sig": false,
            "md5_digest": "544fef32559762910d48cbd274601f57",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 56204,
            "upload_time": "2024-04-01T14:48:30",
            "upload_time_iso_8601": "2024-04-01T14:48:30.306256Z",
            "url": "https://files.pythonhosted.org/packages/c0/be/7efac3ef0a65ddd38cab81f9b72aa3296f5277c9205804a3d1e426479a65/pulumi_stripe-0.0.23.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-01 14:48:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "georgegebbett",
    "github_project": "pulumi-stripe",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-stripe"
}
        
Elapsed time: 0.22828s