GET /api/v1/ports/py310-imutils/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py310-imutils",
"portdir": "python/py-imutils",
"version": "0.5.4",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jrosebr1/imutils/",
"description": "Python image processing functions with OpenCV",
"long_description": "A series of convenience functions to make basic image processing functions such as translation, rotation, resizing, skeletonization, displaying Matplotlib images, sorting contours, detecting edges, and much more easier with OpenCV and both Python 2.7 and Python 3.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"py310-setuptools",
"py310-wheel",
"py310-build",
"py310-installer"
]
},
{
"type": "lib",
"ports": [
"python310"
]
},
{
"type": "run",
"ports": [
"py310-numpy",
"py310-scipy",
"py310-matplotlib",
"py310-opencv4"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-imutils"
]
},
{
"type": "run",
"ports": [
"py310-photomosaic"
]
}
]
}