GET /api/v1/ports/py37-moviepy/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py37-moviepy",
"portdir": "python/py-moviepy",
"version": "1.0.3",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://zulko.github.io/moviepy/",
"description": "Video editing with Python",
"long_description": "MoviePy (full documentation) is a Python library for video editing: cutting, concatenations, title insertions, video compositing (a.k.a. non-linear editing), video processing, and creation of custom effects. See the gallery for some examples of use.MoviePy can read and write all the most common audio and video formats, including GIF, and runs on Windows/Mac/Linux, with Python 2.7+ and 3 (or only Python 3.4+ from v.1.0).",
"active": false,
"categories": [
"graphics",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py37-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python37"
]
},
{
"type": "run",
"ports": [
"py37-imageio-ffmpeg",
"py37-numpy",
"py37-proglog",
"py37-requests",
"py37-decorator",
"py37-imageio"
]
},
{
"type": "test",
"ports": [
"py37-coverage",
"py37-pytest",
"py37-pytest-cov",
"py37-python-coveralls"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py37-photomosaic"
]
}
]
}