Metadata-Version: 2.4
Name: rpothin-powerplatform
Version: 0.1.27
Summary: Pulumi SDK for Microsoft Power Platform
Author: Raphael Pothin
License: MIT
Project-URL: Homepage, https://github.com/rpothin/pulumi-powerplatform
Project-URL: Repository, https://github.com/rpothin/pulumi-powerplatform
Project-URL: Issues, https://github.com/rpothin/pulumi-powerplatform/issues
Keywords: pulumi,power-platform,microsoft,infrastructure-as-code
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pulumi<4.0.0,>=3.0.0

# Pulumi Power Platform SDK

The Pulumi Power Platform SDK allows you to manage [Microsoft Power Platform](https://powerplatform.microsoft.com/) resources using infrastructure as code.

## Installation

```bash
pip install rpothin-powerplatform
```

## Usage

```python
import rpothin_powerplatform as pp

env = pp.Environment(
    "dev",
    display_name="Development",
    location="unitedstates",
    environment_type="Sandbox",
)
```

## Documentation

For full documentation, visit the [GitHub repository](https://github.com/rpothin/pulumi-powerplatform).
