22 lines
613 B
Python
22 lines
613 B
Python
# terrascript/provider/jeffwecan/pypi.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:25:16 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class pypi(terrascript.Provider):
|
|
"""Terraform provider aimed at facilitating downloading Python requirements."""
|
|
|
|
__description__ = (
|
|
"Terraform provider aimed at facilitating downloading Python requirements."
|
|
)
|
|
__namespace__ = "jeffwecan"
|
|
__name__ = "pypi"
|
|
__source__ = "https://github.com/jeffwecan/terraform-provider-pypi"
|
|
__version__ = "0.0.9"
|
|
__published__ = "2020-11-17T19:04:43Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["pypi"]
|