pinecone-pulumi


Namepinecone-pulumi JSON
Version 0.4.2 PyPI version JSON
download
home_pagehttps://www.pinecone.io
SummaryA Pulumi native provider for Pinecone
upload_time2024-03-27 23:29:00
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords pulumi pinecone category/utility kind/native
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pinecone Pulumi Provider

<img src="img/pinecone.svg" width="50%">

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/pinecone-io/pulumi-pinecone)

This Pulumi Pinecone Provider enables you to manage your [Pinecone](https://www.pinecone.io/) collections and indexes using any language of Pulumi Infrastructure as Code.

## 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 @pinecone-database/pulumi
```

or `yarn`:

```bash
yarn add @pinecone-database/pinecone
```

### Python

To use from Python, install using `pip`:

```bash
pip install pinecone_pulumi
```

### Go

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

```bash
go get github.com/pinecone-io/pulumi-pinecone/sdk
```

### .NET

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

```bash
dotnet add package PineconeDatabase.Pinecone
```

## Configuration

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

- `pinecone:APIKey` - This is the Pinecone API key. (environment: `PINECONE_API_KEY`)



            

Raw data

            {
    "_id": null,
    "home_page": "https://www.pinecone.io",
    "name": "pinecone-pulumi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "pulumi pinecone category/utility kind/native",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/2f/a3/f3f3701d53a35f22f99ce5415e2d01b66af8412bac72d475bfa0aa0a71d2/pinecone_pulumi-0.4.2.tar.gz",
    "platform": null,
    "description": "# Pinecone Pulumi Provider\n\n<img src=\"img/pinecone.svg\" width=\"50%\">\n\n[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/pinecone-io/pulumi-pinecone)\n\nThis Pulumi Pinecone Provider enables you to manage your [Pinecone](https://www.pinecone.io/) collections and indexes using any language of Pulumi Infrastructure as Code.\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 @pinecone-database/pulumi\n```\n\nor `yarn`:\n\n```bash\nyarn add @pinecone-database/pinecone\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pinecone_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/pinecone-io/pulumi-pinecone/sdk\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package PineconeDatabase.Pinecone\n```\n\n## Configuration\n\nThe following configuration points are available for the `pinecone` provider:\n\n- `pinecone:APIKey` - This is the Pinecone API key. (environment: `PINECONE_API_KEY`)\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi native provider for Pinecone",
    "version": "0.4.2",
    "project_urls": {
        "Homepage": "https://www.pinecone.io",
        "Repository": "https://github.com/pinecone-io/pulumi-pinecone"
    },
    "split_keywords": [
        "pulumi",
        "pinecone",
        "category/utility",
        "kind/native"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2fa3f3f3701d53a35f22f99ce5415e2d01b66af8412bac72d475bfa0aa0a71d2",
                "md5": "f38cb700d332423074b183c9d1afefed",
                "sha256": "54ba9cd176b16455154d9607a60d0c2891ec5cb0df309be1ce014d449614e9fa"
            },
            "downloads": -1,
            "filename": "pinecone_pulumi-0.4.2.tar.gz",
            "has_sig": false,
            "md5_digest": "f38cb700d332423074b183c9d1afefed",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 12606,
            "upload_time": "2024-03-27T23:29:00",
            "upload_time_iso_8601": "2024-03-27T23:29:00.365492Z",
            "url": "https://files.pythonhosted.org/packages/2f/a3/f3f3701d53a35f22f99ce5415e2d01b66af8412bac72d475bfa0aa0a71d2/pinecone_pulumi-0.4.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-27 23:29:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pinecone-io",
    "github_project": "pulumi-pinecone",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pinecone-pulumi"
}
        
Elapsed time: 0.22649s