lbrlabs-pulumi-iosxe


Namelbrlabs-pulumi-iosxe JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://www.pulumi.com
SummaryA Pulumi package for creating and managing Cisco IOS XE Devices.
upload_time2023-09-22 02:32:20
maintainer
docs_urlNone
author
requires_python>=3.7
licenseApache-2.0
keywords pulumi iosxe category/utility
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Cisco IOS XE Resource Provider

The Cisco IOXE resource provider for Pulumi lets you creating resources in the [Cisco IOS XE](https://www.cisco.com/c/en/us/products/ios-nx-os-software/ios-xe/index.html) API. To use
this package, please [install the Pulumi CLI first](https://pulumi.com/).

## Installing

This package is available in many languages in the standard packaging formats.

### Node.js (Java/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either `npm`:

```
$ npm install @lbrlabs/pulumi-iosxe
```

or `yarn`:

```
$ yarn add @lbrlabs/pulumi-iosxe
```

### Python

To use from Python, install using `pip`:

```
$ pip install lbrlabs_pulumi_iosxe
```

### Go

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

```
$ go get github.com/lbrlabs/pulumi-iosxe/sdk/go/...
```

### .NET

To use from Dotnet, use `dotnet add package` to install into your project. You must specify the version if it is a pre-release version.


```
$ dotnet add package Lbrlabs.PulumiPackage.Iosxe
```

## Reference

See the Pulumi registry for API docs:

https://www.pulumi.com/registry/packages/iosxe/api-docs/
            

Raw data

            {
    "_id": null,
    "home_page": "https://www.pulumi.com",
    "name": "lbrlabs-pulumi-iosxe",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "pulumi iosxe category/utility",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/79/6d/dfe7db9f0e52bc19bc4d7308bdf62a48a9f389f474091f5d2f0454479058/lbrlabs_pulumi_iosxe-0.0.1.tar.gz",
    "platform": null,
    "description": "# Cisco IOS XE Resource Provider\n\nThe Cisco IOXE resource provider for Pulumi lets you creating resources in the [Cisco IOS XE](https://www.cisco.com/c/en/us/products/ios-nx-os-software/ios-xe/index.html) API. To use\nthis package, please [install the Pulumi CLI first](https://pulumi.com/).\n\n## Installing\n\nThis package is available in many languages in the standard packaging formats.\n\n### Node.js (Java/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n```\n$ npm install @lbrlabs/pulumi-iosxe\n```\n\nor `yarn`:\n\n```\n$ yarn add @lbrlabs/pulumi-iosxe\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```\n$ pip install lbrlabs_pulumi_iosxe\n```\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library\n\n```\n$ go get github.com/lbrlabs/pulumi-iosxe/sdk/go/...\n```\n\n### .NET\n\nTo use from Dotnet, use `dotnet add package` to install into your project. You must specify the version if it is a pre-release version.\n\n\n```\n$ dotnet add package Lbrlabs.PulumiPackage.Iosxe\n```\n\n## Reference\n\nSee the Pulumi registry for API docs:\n\nhttps://www.pulumi.com/registry/packages/iosxe/api-docs/",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing Cisco IOS XE Devices.",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://www.pulumi.com",
        "Repository": "https://github.com/lbrlabs/pulumi-iosxe"
    },
    "split_keywords": [
        "pulumi",
        "iosxe",
        "category/utility"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "796ddfe7db9f0e52bc19bc4d7308bdf62a48a9f389f474091f5d2f0454479058",
                "md5": "2813371c7871bf92b794dfa662ac6142",
                "sha256": "e8cd4a45a76d916d72ce67c93732da66823c8c6dc61d9e7ae89d85e6c1a6ebba"
            },
            "downloads": -1,
            "filename": "lbrlabs_pulumi_iosxe-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2813371c7871bf92b794dfa662ac6142",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 809399,
            "upload_time": "2023-09-22T02:32:20",
            "upload_time_iso_8601": "2023-09-22T02:32:20.143951Z",
            "url": "https://files.pythonhosted.org/packages/79/6d/dfe7db9f0e52bc19bc4d7308bdf62a48a9f389f474091f5d2f0454479058/lbrlabs_pulumi_iosxe-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-22 02:32:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lbrlabs",
    "github_project": "pulumi-iosxe",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "lbrlabs-pulumi-iosxe"
}
        
Elapsed time: 0.11349s