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

{
    "name": "py37-orjson",
    "portdir": "python/py-orjson",
    "version": "3.9.10",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/ijl/orjson",
    "description": "orjson is a fast, correct JSON library",
    "long_description": "orjson is a fast, correct JSON library. It benchmarks as the fastest Python library for JSON and is more correct than the standard json library or other third-party libraries. It serializes dataclass, datetime, numpy, and UUID instances natively.",
    "active": false,
    "categories": [
        "devel",
        "python"
    ],
    "maintainers": [
        {
            "name": "toby",
            "github": "tobypeterson",
            "ports_count": 223
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "legacy-support",
                "cargo",
                "clang-17",
                "py37-installer",
                "py37-maturin",
                "py37-build",
                "py37-setuptools-rust",
                "rust"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libunwind",
                "python37"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py37-autoflake",
                "py37-types-simplejson",
                "py37-types-pytz",
                "py37-types-python-dateutil",
                "py37-types-ujson",
                "py37-mypy",
                "py37-isort",
                "py37-black"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py37-discordpy"
            ]
        }
    ]
}