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

{
    "name": "py311-cloudscraper",
    "portdir": "python/py-cloudscraper",
    "version": "1.2.71",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/VeNoMouS/cloudscraper",
    "description": "A Python module to bypass Cloudflare's anti-bot page",
    "long_description": "A simple Python module to bypass Cloudflare's anti-bot page (also known as I'm Under Attack Mode, or IUAM), implemented with Requests. This can be useful if you wish to scrape or crawl a website protected with Cloudflare.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [
        {
            "name": "harens",
            "github": "harens",
            "ports_count": 133
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "py311-build",
                "py311-installer",
                "py311-setuptools",
                "py311-wheel"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python311"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py311-parsing",
                "py311-requests",
                "py311-requests-toolbelt"
            ]
        }
    ],
    "depends_on": []
}