pulumiverse-talos


Namepulumiverse-talos JSON
Version 0.6.0 PyPI version JSON
download
home_pageNone
SummaryA Pulumi package for creating and managing Talos Linux machines and clusters.
upload_time2025-05-22 15:16:03
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMPL-2.0
keywords pulumi talos category/infrastructure
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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/6c/b5/51b456ee259a18d31823f176592ef8056cdb5418bcd0abcaadfcff755f3b/pulumiverse_talos-0.6.0.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.6.0",
    "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": "3aa6c0f1d6bd1440383fa46524725c597b29f716378f36c54842370b19b06c6c",
                "md5": "167d5310036c346120be67c413aa2d22",
                "sha256": "f8bd51311ae0f07d4f9be386e79c1500c47e6a6ce91e9abd8d28e07b845e83a4"
            },
            "downloads": -1,
            "filename": "pulumiverse_talos-0.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "167d5310036c346120be67c413aa2d22",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 55372,
            "upload_time": "2025-05-22T15:16:02",
            "upload_time_iso_8601": "2025-05-22T15:16:02.282566Z",
            "url": "https://files.pythonhosted.org/packages/3a/a6/c0f1d6bd1440383fa46524725c597b29f716378f36c54842370b19b06c6c/pulumiverse_talos-0.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6cb551b456ee259a18d31823f176592ef8056cdb5418bcd0abcaadfcff755f3b",
                "md5": "e0d8706e8139ddde9ef5605830bbadef",
                "sha256": "8ac6732d1839dc590887b85b747502962d758c9cec9c9dd4d9c79308c7af340c"
            },
            "downloads": -1,
            "filename": "pulumiverse_talos-0.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e0d8706e8139ddde9ef5605830bbadef",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 34301,
            "upload_time": "2025-05-22T15:16:03",
            "upload_time_iso_8601": "2025-05-22T15:16:03.647824Z",
            "url": "https://files.pythonhosted.org/packages/6c/b5/51b456ee259a18d31823f176592ef8056cdb5418bcd0abcaadfcff755f3b/pulumiverse_talos-0.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-05-22 15:16:03",
    "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"
}
        
Elapsed time: 0.74789s