18 resources and 5 data sources mapped into the dokploy:index module, with SDKs generated for TypeScript, Python, Go and .NET.
23 lines
828 B
TOML
Generated
23 lines
828 B
TOML
Generated
[project]
|
|
name = "pulumi_dokploy"
|
|
description = "A Pulumi package for creating and managing Dokploy resources"
|
|
dependencies = ["parver>=0.2.1", "pulumi>=3.0.0,<4.0.0", "semver>=2.8.1", "typing-extensions>=4.11,<5; python_version < \"3.11\""]
|
|
keywords = ["pulumi", "dokploy", "paas", "docker", "deployment", "category/cloud", "category/infrastructure"]
|
|
readme = "README.md"
|
|
requires-python = ">=3.9"
|
|
version = "0.1.0"
|
|
[project.license]
|
|
text = "MPL-2.0"
|
|
[project.urls]
|
|
Homepage = "https://github.com/maxvojtkov/pulumi-dokploy"
|
|
Repository = "https://github.com/maxvojtkov/pulumi-dokploy"
|
|
|
|
[build-system]
|
|
requires = ["setuptools>=61.0"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool]
|
|
[tool.setuptools]
|
|
[tool.setuptools.package-data]
|
|
pulumi_dokploy = ["py.typed", "pulumi-plugin.json"]
|