GET /api/v1/ports/py39-aws-sam-translator/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py39-aws-sam-translator",
"portdir": "python/py-aws-sam-translator",
"version": "1.89.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/awslabs/serverless-application-model",
"description": "AWS SAM Translator is a library that transform SAM templates into AWS CloudFormation templates",
"long_description": "AWS SAM Translator is a library that transform SAM templates into AWS CloudFormation templates",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 545
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-wheel",
"clang-16",
"py39-installer",
"py39-build",
"py39-setuptools"
]
},
{
"type": "lib",
"ports": [
"python39"
]
},
{
"type": "run",
"ports": [
"py39-pydantic",
"py39-jsonschema",
"py39-boto3"
]
},
{
"type": "test",
"ports": [
"py39-mock",
"py39-parameterized",
"py39-pytest",
"py39-yaml"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py39-cfn-lint"
]
}
]
}