Metadata-Version: 2.1
Name: pulumi-bytebase
Version: 3.9.0a1753719804
Summary: A Pulumi package for creating and managing Bytebase resources
Home-page: https://github.com/wawilow/pulumi-bytebase
License: Apache-2.0
Project-URL: Repository, https://github.com/wawilow/pulumi-bytebase
Keywords: pulumi bytebase category/infrastructure
Platform: UNKNOWN
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Bytebase Resource Provider

The Bytebase Resource Provider lets you manage [bytebase](https://www.pulumi.com/registry/packages/bytebase/) 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 @wawilow/pulumi-bytebase
```

or `yarn`:

```bash
yarn add @wawilow/pulumi-bytebase
```

### Python

To use from Python, install using `pip`:

```bash
pip install pulumi-bytebase
```

### Go

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

```bash
go get github.com/wawilow/pulumi-bytebase/sdk/go/...
```

### .NET

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

```bash
dotnet add package pulumi-bytebase.Bytebase
```

## Reference

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


