GET /api/v1/ports/py37-pypdf/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "py37-pypdf",
    "portdir": "python/py-pypdf",
    "version": "3.10.0",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/py-pdf/pypdf",
    "description": "A utility to read and write pdfs with Python",
    "long_description": "A Pure-Python PDF toolkit. It is capable of extracting document information, splitting documents page by page, merging documents page by page, cropping pages, merging multiple pages into a single page, and encrypting and decrypting PDF files.",
    "active": false,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "reneeotten",
            "github": "reneeotten",
            "ports_count": 1264
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py37-flit_core",
                "py37-build",
                "py37-installer",
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python37",
                "py37-typing_extensions"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py37-xhtml2pdf"
            ]
        }
    ]
}