# Talos Resource Provider
The Talos Resource Provider lets you manage [Talos Linux](https://talos.dev) machines & clusters.
## 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 @pulumiverse/talos
```
or `yarn`:
```bash
yarn add @pulumiverse/talos
```
### Python
To use from Python, install using `pip`:
```bash
pip install pulumiverse_talos
```
If you see an error as such.
```
import pulumiverse_talos
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/venv/lib/python3.12/site-packages/pulumiverse_talos/__init__.py", line 5, in <module>
from . import _utilities
File "/venv/lib/python3.12/site-packages/pulumiverse_talos/_utilities.py", line 11, in <module>
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
```
Try installing
```
pip install setuptools
```
If you're using a Python Virtual Env
```
python3 -m venv venv
source venv/bin/activate
pip install setuptools
pip install pulumiverse_talos
# Test if the import works
python -c "import pulumiverse_talos"
```
### Go
To use from Go, use `go get` to grab the latest version of the library:
```bash
go get github.com/pulumiverse/pulumi-talos/sdk/go/...
```
### .NET
To use from .NET, install using `dotnet add package`:
```bash
dotnet add package Pulumiverse.Talos
```
## Reference
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/talos/api-docs/).
Raw data
{
"_id": null,
"home_page": null,
"name": "pulumiverse-talos",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "pulumi, talos, category/infrastructure",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/e3/f4/36b420a367cbb5e0d75ad2c4af3a83896a8d436511e904d6e656a2d635ba/pulumiverse_talos-0.5.2.tar.gz",
"platform": null,
"description": "# Talos Resource Provider\n\nThe Talos Resource Provider lets you manage [Talos Linux](https://talos.dev) machines & clusters.\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 @pulumiverse/talos\n```\n\nor `yarn`:\n\n```bash\nyarn add @pulumiverse/talos\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pulumiverse_talos\n```\nIf you see an error as such.\n```\nimport pulumiverse_talos\nTraceback (most recent call last):\n File \"<stdin>\", line 1, in <module>\n File \"/venv/lib/python3.12/site-packages/pulumiverse_talos/__init__.py\", line 5, in <module>\n from . import _utilities\n File \"/venv/lib/python3.12/site-packages/pulumiverse_talos/_utilities.py\", line 11, in <module>\n import pkg_resources\nModuleNotFoundError: No module named 'pkg_resources'\n```\nTry installing\n```\npip install setuptools\n```\nIf you're using a Python Virtual Env\n```\npython3 -m venv venv\nsource venv/bin/activate\npip install setuptools\npip install pulumiverse_talos\n# Test if the import works\npython -c \"import pulumiverse_talos\"\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/pulumiverse/pulumi-talos/sdk/go/...\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package Pulumiverse.Talos\n```\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/talos/api-docs/).\n",
"bugtrack_url": null,
"license": "MPL-2.0",
"summary": "A Pulumi package for creating and managing Talos Linux machines and clusters.",
"version": "0.5.2",
"project_urls": {
"Homepage": "https://talos.dev",
"Repository": "https://github.com/pulumiverse/pulumi-talos"
},
"split_keywords": [
"pulumi",
" talos",
" category/infrastructure"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "6bc2c0b470c6f22265ad18c5de84d9616ec5b4b60b13ba92336da734d1119a23",
"md5": "fb40e5083a823b2240e0dca94bfae9e2",
"sha256": "b765c29125b0fc964c99ad8722b1a4384b8c26a349fb41f5baf1a98b81079820"
},
"downloads": -1,
"filename": "pulumiverse_talos-0.5.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fb40e5083a823b2240e0dca94bfae9e2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 55376,
"upload_time": "2025-01-23T09:29:28",
"upload_time_iso_8601": "2025-01-23T09:29:28.042385Z",
"url": "https://files.pythonhosted.org/packages/6b/c2/c0b470c6f22265ad18c5de84d9616ec5b4b60b13ba92336da734d1119a23/pulumiverse_talos-0.5.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e3f436b420a367cbb5e0d75ad2c4af3a83896a8d436511e904d6e656a2d635ba",
"md5": "44a50adb99236bed4674fcae22c7602c",
"sha256": "04feb502f6a5faa57ba28e4fa84888518293fc2fcda2e4753f8b9af2d82d4619"
},
"downloads": -1,
"filename": "pulumiverse_talos-0.5.2.tar.gz",
"has_sig": false,
"md5_digest": "44a50adb99236bed4674fcae22c7602c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 34298,
"upload_time": "2025-01-23T09:29:29",
"upload_time_iso_8601": "2025-01-23T09:29:29.641920Z",
"url": "https://files.pythonhosted.org/packages/e3/f4/36b420a367cbb5e0d75ad2c4af3a83896a8d436511e904d6e656a2d635ba/pulumiverse_talos-0.5.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-23 09:29:29",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pulumiverse",
"github_project": "pulumi-talos",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pulumiverse-talos"
}