Metadata-Version: 2.1
Name: pulumi-sonarr
Version: 4.0.0a1
Summary: A Pulumi package for creating and managing Sonarr resources
Home-page: https://github.com/MaienM/pulumi-sonarr
License: Apache-2.0
Project-URL: Repository, https://github.com/MaienM/pulumi-sonarr
Keywords: pulumi sonarr category/utility
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Sonarr Resource Provider

The Sonarr Resource Provider lets you manage [sonarr](https://www.pulumi.com/registry/packages/sonarr/) resources.

## 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 @maienm/pulumi-sonarr
```

or `yarn`:

```bash
yarn add @maienm/pulumi-sonarr
```

### Python

To use from Python, install using `pip`:

```bash
pip install pulumi_sonarr
```

### Go

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

```bash
go get github.com/MaienM/pulumi-sonarr/sdk/go/...
```

### .NET

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

```bash
dotnet add package MaienM.PulumiSonarr
```

## Reference

For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/sonarr/api-docs/).
