# Slack Resource Provider
The Slack Provider enables you to manage Slack resources via Pulumi.
## 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/slack
```
or `yarn`:
```bash
yarn add @pulumi/slack
```
### Python
To use from Python, install using `pip`:
```bash
pip install pulumi_slack
```
### Go
To use from Go, use `go get` to grab the latest version of the library:
```bash
go get github.com/pulumi/pulumi-slack/sdk/go/...
```
### .NET
To use from .NET, install using `dotnet add package`:
```bash
dotnet add package Pulumi.Slack
```
## Configuration
The following configuration points are available for the `slack` provider:
- `slack:token` (environment: `SLACK_TOKEN`) - the token for your slack workspace
## Reference
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/slack/api-docs/).
Raw data
{
"_id": null,
"home_page": null,
"name": "pulumi-slack",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "pulumi, slack, category/utility",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/a4/3f/8cb865b8c2e068236e91bd3ca4382ce52f8ebb760221ec40055ff3c23133/pulumi_slack-0.4.11.tar.gz",
"platform": null,
"description": "# Slack Resource Provider\n\nThe Slack Provider enables you to manage Slack resources via Pulumi.\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/slack\n```\n\nor `yarn`:\n\n```bash\nyarn add @pulumi/slack\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pulumi_slack\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/pulumi/pulumi-slack/sdk/go/...\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package Pulumi.Slack\n```\n\n## Configuration\n\nThe following configuration points are available for the `slack` provider:\n\n- `slack:token` (environment: `SLACK_TOKEN`) - the token for your slack workspace\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/slack/api-docs/).\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A Pulumi package for managing Slack workspaces.",
"version": "0.4.11",
"project_urls": {
"Homepage": "https://www.pulumi.com",
"Repository": "https://github.com/pulumi/pulumi-slack"
},
"split_keywords": [
"pulumi",
" slack",
" category/utility"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "cd4c2053da507ea9e198e3ad44d0e8396bb462ff2cd9595fcfee57e163926e48",
"md5": "f8a471022754f3ea97b96d63f52268b8",
"sha256": "0482c74cc06d8403859f94320da9cd43dfe00f8f14bfb7784990c2c7256b90c4"
},
"downloads": -1,
"filename": "pulumi_slack-0.4.11-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f8a471022754f3ea97b96d63f52268b8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 22433,
"upload_time": "2025-02-12T16:57:46",
"upload_time_iso_8601": "2025-02-12T16:57:46.086781Z",
"url": "https://files.pythonhosted.org/packages/cd/4c/2053da507ea9e198e3ad44d0e8396bb462ff2cd9595fcfee57e163926e48/pulumi_slack-0.4.11-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a43f8cb865b8c2e068236e91bd3ca4382ce52f8ebb760221ec40055ff3c23133",
"md5": "3cbab3c37fa7594defd6abc82074317d",
"sha256": "09a66d8f350bdfab06259e393be8420a8ac26a377673eaeffb326207fd5ec7f5"
},
"downloads": -1,
"filename": "pulumi_slack-0.4.11.tar.gz",
"has_sig": false,
"md5_digest": "3cbab3c37fa7594defd6abc82074317d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 15642,
"upload_time": "2025-02-12T16:57:48",
"upload_time_iso_8601": "2025-02-12T16:57:48.611372Z",
"url": "https://files.pythonhosted.org/packages/a4/3f/8cb865b8c2e068236e91bd3ca4382ce52f8ebb760221ec40055ff3c23133/pulumi_slack-0.4.11.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-12 16:57:48",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pulumi",
"github_project": "pulumi-slack",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pulumi-slack"
}