GET /api/v1/ports/?format=api&ordering=name&page=514
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 50662,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=515",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=513",
    "results": [
        {
            "name": "py311-huggingface_hub",
            "portdir": "python/py-huggingface_hub",
            "version": "1.1.6",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/huggingface/huggingface_hub",
            "description": "Client library to download and publish models and other files on the huggingface.co hub",
            "long_description": "Client library to download and publish models and other files on the huggingface.co hub",
            "active": true,
            "categories": [
                "textproc",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py311-shellingham",
                        "py311-filelock",
                        "py311-typer",
                        "py311-hf-xet",
                        "py311-httpx",
                        "py311-packaging",
                        "py311-typing_extensions",
                        "py311-fsspec",
                        "py311-yaml",
                        "py311-tqdm"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py311-pytest",
                        "py311-urllib3",
                        "py311-pytorch"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py311-datasets"
                    ]
                }
            ]
        },
        {
            "name": "py311-humanfriendly",
            "portdir": "python/py-humanfriendly",
            "version": "10.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://humanfriendly.readthedocs.io/",
            "description": "Human friendly output for text interfaces using Python",
            "long_description": "Human friendly output for text interfaces using Python",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "ijackson",
                    "github": "JacksonIsaac",
                    "ports_count": 44
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-coloredlogs"
                    ]
                }
            ]
        },
        {
            "name": "py311-humanize",
            "portdir": "python/py-humanize",
            "version": "4.14.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python-humanize/humanize",
            "description": "Python humanize utilities",
            "long_description": "Python humanize utilities",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-hatchling",
                        "py311-hatch-vcs",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py311-hy",
            "portdir": "python/py-hy",
            "version": "1.2.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://hylang.org/",
            "description": "Lisp dialect embedded in Python",
            "long_description": "Hy is a Lisp dialect that's embedded in Python. Since Hy transforms its Lisp code into Python abstract syntax tree (AST) objects, you have the whole beautiful world of Python at your fingertips, in Lisp form.",
            "active": true,
            "categories": [
                "lang",
                "python"
            ],
            "maintainers": [
                {
                    "name": "toby",
                    "github": "tobypeterson",
                    "ports_count": 249
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "py311-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-funcparserlib",
                        "python311"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "hy_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-hyrule"
                    ]
                }
            ]
        },
        {
            "name": "py311-hyperframe",
            "portdir": "python/py-hyperframe",
            "version": "6.1.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://python-hyper.org",
            "description": "HTTP/2 framing layer for Python",
            "long_description": "This library contains the HTTP/2 framing code used in the hyper project. It provides a pure-Python codebase that is capable of decoding a binary stream into HTTP/2 frames. This library is used directly by hyper and a number of other projects to provide HTTP/2 frame decoding logic.",
            "active": true,
            "categories": [
                "net",
                "www",
                "python"
            ],
            "maintainers": [
                {
                    "name": "petr",
                    "github": "petrrr",
                    "ports_count": 609
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-setuptools",
                        "py311-build",
                        "py311-installer",
                        "py311-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py311-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-h2",
                        "py311-mitmproxy"
                    ]
                }
            ]
        },
        {
            "name": "py311-hyperlink",
            "portdir": "python/py-hyperlink",
            "version": "21.0.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python-hyper/hyperlink",
            "description": "A pure-Python implementation of immutable URLs",
            "long_description": "Hyperlink is a pure-Python package and requires nothing but Python.",
            "active": true,
            "categories": [
                "devel",
                "net",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-wheel",
                        "clang-18",
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py311-idna"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py311-hypothesis",
                        "py311-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-twisted",
                        "py311-treq"
                    ]
                }
            ]
        },
        {
            "name": "py311-hypothesis",
            "portdir": "python/py-hypothesis",
            "version": "6.140.3",
            "license": "MPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.python.org/pypi/hypothesis",
            "description": "A library for property based testing",
            "long_description": "Hypothesis is an advanced testing library for Python. It lets you write tests which are parametrized by a source of examples, and then generates simple and comprehensible examples that make your tests fail.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 433
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "py311-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-attrs",
                        "py311-sortedcontainers",
                        "python311"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py311-ndindex",
                        "py311-pyarrow",
                        "py311-cairo",
                        "py311-numdifftools",
                        "py311-hpack",
                        "py311-hyperlink",
                        "py311-thinc",
                        "py311-tiktoken",
                        "py311-natsort",
                        "py311-pytest-asyncio",
                        "py311-pytest-trio",
                        "py311-pyrsistent",
                        "py311-cbor2",
                        "py311-mitmproxy",
                        "py311-fuzzywuzzy",
                        "py311-blis",
                        "py311-commonmark",
                        "py311-cssselect",
                        "py311-fire",
                        "py311-iso8601",
                        "py311-snuggs",
                        "py311-dateutil",
                        "py311-json5",
                        "py311-scipy",
                        "py311-marisa-trie",
                        "py311-mutagen",
                        "py311-attrs",
                        "py311-numpy",
                        "py311-parver",
                        "py311-xarray",
                        "py311-multivolumefile",
                        "py311-pybcj",
                        "py311-pyppmd"
                    ]
                }
            ]
        },
        {
            "name": "py311-hyrule",
            "portdir": "python/py-hyrule",
            "version": "1.0.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://hyrule.readthedocs.io/",
            "description": "A utility library for the Hy programming language",
            "long_description": "Hyrule is a utility library for the Hy programming language. It can be thought of as the Hy equivalent, or addition, to Python’s standard library. While intended primarily for Hy programs, its functions and classes can be used in Python as with any other Python library; just import hyrule. Hyrule’s macros, on the other hand, are only really usable in Hy.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-installer",
                        "py311-wheel",
                        "clang-18",
                        "py311-build",
                        "py311-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-hy",
                        "python311"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py311-ibroadcast",
            "portdir": "python/py-ibroadcast",
            "version": "1.1.2",
            "license": "public-domain",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ctrueden/ibroadcast-python",
            "description": "iBroadcast Python client",
            "long_description": "iBroadcast Python client",
            "active": true,
            "categories": [
                "devel",
                "audio",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-installer",
                        "py311-wheel",
                        "clang-18",
                        "py311-build",
                        "py311-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-requests",
                        "python311"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py311-identify",
            "portdir": "python/py-identify",
            "version": "2.6.16",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pre-commit/identify",
            "description": "File identification library for Python",
            "long_description": "File identification library for Python",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1994
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-pre-commit"
                    ]
                }
            ]
        },
        {
            "name": "py311-idna",
            "portdir": "python/py-idna",
            "version": "3.11",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/kjd/idna/",
            "description": "Internationalized Domain Names in Applications (IDNA).",
            "long_description": "Internationalized Domain Names in Applications (IDNA).",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-flit_core",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-yarl",
                        "py311-service_identity",
                        "py311-anyio",
                        "py311-tldextract",
                        "py311-requests",
                        "py311-dnspython",
                        "py311-httpx",
                        "py311-trio",
                        "py311-jsonschema-format-nongpl",
                        "py311-requests-futures",
                        "py311-klein"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py311-trio",
                        "py311-trustme",
                        "py311-hyperlink",
                        "py311-nbxmpp"
                    ]
                }
            ]
        },
        {
            "name": "py311-ifaddr",
            "portdir": "python/py-ifaddr",
            "version": "0.2.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/pydron/ifaddr",
            "description": "Cross-platform network interface and IP address enumeration library",
            "long_description": "Cross-platform network interface and IP address enumeration library",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-soco"
                    ]
                }
            ]
        },
        {
            "name": "py311-igraph",
            "portdir": "python/py-igraph",
            "version": "1.0.0",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://igraph.org/python/",
            "description": "Python interface to the igraph library.",
            "long_description": "Python interface to the igraph library for network analysis and graph theory.",
            "active": true,
            "categories": [
                "science",
                "math",
                "python"
            ],
            "maintainers": [
                {
                    "name": "snc",
                    "github": "nerdling",
                    "ports_count": 157
                },
                {
                    "name": "szhorvat",
                    "github": "szhorvat",
                    "ports_count": 18
                }
            ],
            "variants": [
                "external_igraph",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-setuptools",
                        "py311-wheel",
                        "clang-20",
                        "pkgconfig",
                        "py311-build",
                        "py311-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "igraph",
                        "python311",
                        "py311-texttable"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py311-networkx",
                        "py311-pytest",
                        "py311-numpy",
                        "py311-pandas",
                        "py311-matplotlib",
                        "py311-scipy"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py311-imagecodecs",
            "portdir": "python/py-imagecodecs",
            "version": "2026.1.14",
            "license": "BSD",
            "platforms": "{darwin >= 17}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://github.com/cgohlke/imagecodecs/",
            "description": "Image transformation, compression, and decompression codecs",
            "long_description": "Image transformation, compression, and decompression codecs",
            "active": true,
            "categories": [
                "graphics",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1241
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "py311-cython",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zopfli",
                        "zstd",
                        "charls",
                        "giflib5",
                        "libjpeg-turbo",
                        "openjpeg",
                        "blosc",
                        "webp",
                        "cfitsio",
                        "libjxl",
                        "python311",
                        "py311-numpy",
                        "py311-pyobjc",
                        "tiff",
                        "brotli",
                        "brunsli",
                        "bzip2",
                        "libaec",
                        "snappy"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py311-imagehash",
            "portdir": "python/py-imagehash",
            "version": "4.3.1",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/JohannesBuchner/imagehash",
            "description": "Perceptual Image Hashing Module",
            "long_description": "Image hashes tell whether two images look nearly identical. This is different from cryptographic hashing algorithms (like MD5, SHA-1) where tiny changes in the image give completely different hashes. In image fingerprinting, we actually want our similar inputs to have similar output hashes as well. The image hash algorithms (average, perceptual, difference, wavelet) analyse the image structure on luminance (without color information). The color hash algorithm analyses the color distribution and black & gray fractions (without position information).",
            "active": true,
            "categories": [
                "devel",
                "graphics",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py311-Pillow",
                        "py311-numpy",
                        "py311-scipy",
                        "py311-pywavelets"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py311-imageio",
            "portdir": "python/py-imageio",
            "version": "2.37.2",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://imageio.github.io/",
            "description": "Easy interface to read and write a wide range of image data.",
            "long_description": "Easy interface to read and write a wide range of image data.",
            "active": true,
            "categories": [
                "graphics",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "py311-build"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-Pillow",
                        "py311-numpy",
                        "python311"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-napari-svg"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py311-xraylarch",
                        "py311-scikit-image"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py311-rawpy",
                        "py311-zbar"
                    ]
                }
            ]
        },
        {
            "name": "py311-imageio-ffmpeg",
            "portdir": "python/py-imageio-ffmpeg",
            "version": "0.5.1",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/imageio/imageio-ffmpeg",
            "description": "FFMPEG wrapper for Python",
            "long_description": "The purpose of this project is to provide a simple and reliable ffmpeg wrapper for working with video files. It implements two simple generator functions for reading and writing data from/to ffmpeg, which reliably terminate the ffmpeg process when done. It also takes care of publishing platform-specific wheels that include the binary ffmpeg executables.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py311-imagesize",
            "portdir": "python/py-imagesize",
            "version": "1.4.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/shibukawa/imagesize_py",
            "description": "get size from image file headers",
            "long_description": "This module analyzes jpeg/jpeg2000/png/gif image headers and returns the image size.",
            "active": true,
            "categories": [
                "devel",
                "graphics",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-setuptools",
                        "py311-build",
                        "py311-installer",
                        "py311-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py311-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py311-sphinx"
                    ]
                }
            ]
        },
        {
            "name": "py311-imaplib2",
            "portdir": "python/py-imaplib2",
            "version": "3.6",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jazzband/imaplib2/",
            "description": "A threaded Python IMAP4 client.",
            "long_description": "A threaded Python IMAP4 client.",
            "active": true,
            "categories": [
                "devel",
                "mail",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py311-img2pdf",
            "portdir": "python/py-img2pdf",
            "version": "0.6.3",
            "license": "LGPL-3",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://gitlab.mister-muffin.de/josch/img2pdf",
            "description": "Lossless conversion of raster images to PDF.",
            "long_description": "Lossless conversion of raster images to PDF.",
            "active": true,
            "categories": [
                "graphics",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1241
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-flit_core",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-Pillow",
                        "py311-pikepdf",
                        "python311"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py311-iminuit",
            "portdir": "python/py-iminuit",
            "version": "2.31.1",
            "license": "LGPL",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://iminuit.readthedocs.io/en/latest/",
            "description": "MINUIT from Python - Fitting like a boss",
            "long_description": "MINUIT from Python - Fitting like a boss",
            "active": true,
            "categories": [
                "science",
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-scikit-build-core",
                        "clang-20",
                        "cmake",
                        "ninja",
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "py311-pathspec",
                        "py311-pybind11",
                        "py311-pyproject_metadata"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311",
                        "py311-numpy"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py311-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-gammapy"
                    ]
                }
            ]
        },
        {
            "name": "py311-immutables",
            "portdir": "python/py-immutables",
            "version": "0.21",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/MagicStack/immutables",
            "description": "A high-performance immutable mapping type for Python",
            "long_description": "An immutable mapping type for Python. The underlying datastructure is a Hash Array Mapped Trie (HAMT) used in Clojure, Scala, Haskell, and other functional languages. This implementation is used in CPython 3.7 in the contextvars module (see PEP 550 and PEP 567 for more details).",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "jan",
                    "github": "jandemter",
                    "ports_count": 71
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-17",
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py311-mypy",
                        "py311-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py311-importlib-metadata",
            "portdir": "python/py-importlib-metadata",
            "version": "8.7.0",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://importlib-metadata.readthedocs.io/",
            "description": "Library to access the metadata for a Python package.",
            "long_description": "Library to access the metadata for a Python package.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py311-wheel",
                        "py311-setuptools_scm",
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-zipp",
                        "python311"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-dask",
                        "py311-textx",
                        "py311-pygccxml",
                        "py311-httpbin",
                        "py311-pyface",
                        "py311-m2crypto",
                        "py311-asv",
                        "py311-docstring-to-markdown",
                        "py311-keyring"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py311-spyder"
                    ]
                }
            ]
        },
        {
            "name": "py311-importlib-resources",
            "portdir": "python/py-importlib-resources",
            "version": "6.1.2",
            "license": "PSF",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://importlib-resources.readthedocs.io",
            "description": "A backport of Python standard library importlib.resources module for Python 2.7, and 3.4 through 3.8.",
            "long_description": "A backport of Python standard library importlib.resources module for Python 2.7, and 3.4 through 3.8.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "rubendibattista",
                    "github": "rdbisme",
                    "ports_count": 43
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "py311-setuptools_scm"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py311-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py311-imread",
            "portdir": "python/py-imread",
            "version": "0.7.6",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://luispedro.org/software/imread/",
            "description": "Reads images into numpy arrays",
            "long_description": "Reads images into numpy arrays",
            "active": true,
            "categories": [
                "graphics",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libjpeg-turbo",
                        "py311-numpy",
                        "libpng",
                        "tiff",
                        "webp",
                        "python311"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py311-incremental",
            "portdir": "python/py-incremental",
            "version": "24.7.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/twisted/incremental",
            "description": "A small library that versions your Python projects",
            "long_description": "Incremental is a small library that versions your Python projects.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "mcalhoun",
                    "github": "MarcusCalhoun-Lopez",
                    "ports_count": 1513
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-installer",
                        "py311-wheel",
                        "clang-18",
                        "py311-build",
                        "py311-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-click",
                        "python311"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-twisted",
                        "py311-treq"
                    ]
                }
            ]
        },
        {
            "name": "py311-inequality",
            "portdir": "python/py-inequality",
            "version": "1.1.2",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://inequality.readthedocs.io/en/latest/",
            "description": "Spatial Inequality Analysis (inequality)",
            "long_description": "Spatial Inequality Analysis (inequality) implements measures for the analysis of inequality over space and time and is part of the PySAL family.",
            "active": true,
            "categories": [
                "python",
                "gis"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "py311-setuptools_scm"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py311-numpy",
                        "py311-pandas",
                        "py311-matplotlib",
                        "py311-scipy",
                        "py311-libpysal"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-pysal"
                    ]
                }
            ]
        },
        {
            "name": "py311-inflate64",
            "portdir": "python/py-inflate64",
            "version": "1.0.3",
            "license": "LGPL-2.1+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.org/project/inflate64",
            "description": "deflate64 compression/decompression library",
            "long_description": "deflate64 compression/decompression library",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "py311-setuptools_scm"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py311-pytest",
                        "py311-pyannotate"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-py7zr"
                    ]
                }
            ]
        },
        {
            "name": "py311-inflect",
            "portdir": "python/py-inflect",
            "version": "7.0.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jaraco/inflect",
            "description": "Correctly generate plurals, singular nouns, ordinals, indefinite articles; convert numbers to words",
            "long_description": "Correctly generate plurals, singular nouns, ordinals, indefinite articles; convert numbers to words",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py311-setuptools",
                        "py311-wheel",
                        "py311-setuptools_scm",
                        "py311-build",
                        "py311-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-typing_extensions",
                        "py311-pydantic",
                        "python311"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-g2p-en"
                    ]
                }
            ]
        },
        {
            "name": "py311-inflection",
            "portdir": "python/py-inflection",
            "version": "0.5.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jpvanhal/inflection",
            "description": "A port of Ruby on Rails inflector to Python",
            "long_description": "A port of Ruby on Rails inflector to Python",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1994
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-setuptools",
                        "py311-build",
                        "py311-installer",
                        "py311-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py311-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py311-qstylizer"
                    ]
                }
            ]
        },
        {
            "name": "py311-iniconfig",
            "portdir": "python/py-iniconfig",
            "version": "2.3.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/RonnyPfannschmidt/iniconfig",
            "description": "iniconfig is a small and simple INI-file parser module.",
            "long_description": "iniconfig is a small and simple INI-file parser module.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "py311-setuptools_scm"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py311-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-pytest"
                    ]
                }
            ]
        },
        {
            "name": "py311-iniparse",
            "portdir": "python/py-iniparse",
            "version": "0.5",
            "license": "PSF and MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/candlepin/python-iniparse",
            "description": "Python Module for Accessing and Modifying Configuration Data in INI files",
            "long_description": "iniparse is an INI parser for Python which is API compatible with the standard library's ConfigParser, preserves structure of INI files (order of sections & options, indentation, comments, and blank lines are preserved when data is updated), and is more convenient to use.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-installer",
                        "py311-wheel",
                        "clang-18",
                        "py311-build",
                        "py311-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-six",
                        "python311"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py311-in-n-out",
            "portdir": "python/py-in-n-out",
            "version": "0.2.1",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/napari/in-n-out",
            "description": "Python dependency injection you can taste.",
            "long_description": "A lightweight dependency injection and result processing framework for Python using type hints. Emphasis is on simplicity, ease of use, and minimal impact on source code.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "mps",
                    "github": "Schamschula",
                    "ports_count": 1241
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-hatchling",
                        "py311-hatch-vcs",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-app-model"
                    ]
                }
            ]
        },
        {
            "name": "py311-InsightToolkit",
            "portdir": "graphics/InsightToolkit",
            "version": "5.4.4",
            "license": "Apache",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://itk.org",
            "description": "Python 3.11 bindings for Insight Segmentation and Registration Toolkit (ITK)",
            "long_description": "This package provides Python 3.11 bindings for Insight Segmentation and Registration Toolkit (ITK).",
            "active": true,
            "categories": [
                "devel",
                "graphics",
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "n_larsson",
                    "github": "nilason",
                    "ports_count": 107
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "swig",
                        "swig-python",
                        "castxml",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "dcmtk",
                        "libjpeg-turbo",
                        "libpng",
                        "tiff",
                        "eigen3",
                        "fftw-3",
                        "libaec",
                        "gdcm",
                        "hdf5",
                        "expat",
                        "python311",
                        "libminc",
                        "InsightToolkit",
                        "fftw-3-single",
                        "zlib",
                        "double-conversion",
                        "gtest",
                        "vxl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py311-InsightToolkit4",
            "portdir": "graphics/InsightToolkit4",
            "version": "4.13.3",
            "license": "Apache",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://itk.org",
            "description": "Python 3.11 bindings for Insight Segmentation and Registration Toolkit (ITK)",
            "long_description": "This package provides Python 3.11 bindings for Insight Segmentation and Registration Toolkit (ITK).",
            "active": true,
            "categories": [
                "devel",
                "graphics",
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "n_larsson",
                    "github": "nilason",
                    "ports_count": 107
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "swig",
                        "swig-python",
                        "castxml",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libjpeg-turbo",
                        "libpng",
                        "tiff",
                        "fftw-3",
                        "fftw-3-single",
                        "libaec",
                        "hdf5",
                        "expat",
                        "python311",
                        "libminc",
                        "InsightToolkit4",
                        "gdcm",
                        "zlib",
                        "double-conversion",
                        "gtest",
                        "dcmtk"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py311-installer",
            "portdir": "python/py-installer",
            "version": "0.7.0",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://installer.readthedocs.io/",
            "description": "Python wheel installer",
            "long_description": "This is a low-level library for installing a Python package from a wheel distribution. It provides basic functionality and abstractions for handling wheels and installing packages from wheels.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "jmr",
                    "github": "jmroot",
                    "ports_count": 349
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py-bootstrap-modules",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "gitlint",
                        "osc",
                        "http-prompt",
                        "kb",
                        "docker-compose",
                        "logcat-color3",
                        "present",
                        "certbot-dns-cloudxns",
                        "texml",
                        "spotify-dl",
                        "qobuz-dl",
                        "seaport",
                        "py311-build",
                        "py311-gdbm",
                        "py311-packaging",
                        "py311-parsing",
                        "py311-setuptools",
                        "py311-tkinter",
                        "py311-tomli",
                        "py311-wheel",
                        "py311-editables",
                        "py311-pathspec",
                        "py311-typing_extensions",
                        "py311-hatchling",
                        "py311-pluggy",
                        "py311-py",
                        "py311-setuptools_scm",
                        "py311-pip",
                        "py311-mypy",
                        "py311-mypy_extensions",
                        "py311-websockets",
                        "py311-cython",
                        "py311-decorator",
                        "py311-gssapi",
                        "py311-mpmath",
                        "py311-sympy",
                        "py311-peewee",
                        "py311-gnureadline",
                        "py311-powerline",
                        "py311-greenlet",
                        "py311-regex",
                        "py311-nuitka",
                        "py311-traitlets",
                        "py311-sqlalchemy",
                        "py311-SDL2",
                        "py311-altgraph",
                        "py311-macholib",
                        "py311-modulegraph",
                        "py311-py2app",
                        "py311-libvirt",
                        "py311-pybind11",
                        "py311-gmpy2",
                        "py311-networkx",
                        "py311-frozenlist",
                        "py311-semantic_version",
                        "py311-setuptools-rust",
                        "py311-olefile",
                        "py311-aiosignal",
                        "py311-attrs",
                        "py311-hypothesis",
                        "py311-iniconfig",
                        "py311-pytest",
                        "py311-sortedcontainers",
                        "py311-zope-event",
                        "py311-zopeinterface",
                        "py311-asteval",
                        "py311-filetype",
                        "py311-pretend",
                        "py311-zipp",
                        "py311-psutil",
                        "py311-cffi",
                        "py311-pycparser",
                        "py311-cchardet",
                        "py311-markupsafe",
                        "py311-pytest-runner",
                        "py311-mako",
                        "py311-debugpy",
                        "py311-zopfli",
                        "py311-colorama",
                        "py311-funcparserlib",
                        "py311-poetry-core",
                        "py311-hy",
                        "py311-distro",
                        "py311-scikit-build",
                        "py311-aiodns",
                        "py311-charset-normalizer",
                        "py311-pycares",
                        "py311-certifi",
                        "py311-docutils",
                        "py311-flit",
                        "py311-flit_core",
                        "py311-idna",
                        "py311-multidict",
                        "py311-requests",
                        "py311-roman",
                        "py311-tomli-w",
                        "py311-urllib3",
                        "py311-yarl",
                        "py311-brotli",
                        "py311-brotlicffi",
                        "py311-fsspec",
                        "py311-importlib-metadata",
                        "py311-executing",
                        "py311-pygit2",
                        "py311-socks",
                        "py311-pycryptodome",
                        "py311-pycryptodomex",
                        "py311-simplejson",
                        "py311-jinja2",
                        "py311-alabaster",
                        "py311-imagesize",
                        "py311-snowballstemmer",
                        "py311-parso",
                        "py311-lxml",
                        "py311-dateutil",
                        "py311-six",
                        "py311-tz",
                        "py311-cryptography",
                        "py311-cryptography_vectors",
                        "py311-openssl",
                        "py311-parse",
                        "py311-xlrd",
                        "py311-xlsx2csv",
                        "py311-cairo",
                        "py311-cppy",
                        "py311-cycler",
                        "py311-fonttools",
                        "py311-kiwisolver",
                        "py311-setuptools_scm_git_archive",
                        "py311-unicodedata2",
                        "py311-black",
                        "py311-click",
                        "py311-hatch-fancy-pypi-readme",
                        "py311-hatch-vcs",
                        "py311-platformdirs",
                        "py311-blinker",
                        "py311-coverage",
                        "py311-cpuinfo",
                        "py311-crcmod",
                        "py311-execnet",
                        "py311-freezegun",
                        "py311-geographiclib",
                        "py311-iso8601",
                        "py311-jwt",
                        "py311-mock",
                        "py311-numpy",
                        "py311-oauthlib",
                        "py311-pbr",
                        "py311-pytest-benchmark",
                        "py311-pytest-cov",
                        "py311-pytest-forked",
                        "py311-pytest-subtests",
                        "py311-pytest-xdist",
                        "py311-requests-mock",
                        "py311-requests-oauthlib",
                        "py311-svgelements",
                        "py311-toml",
                        "py311-yapf",
                        "py311-levenshtein",
                        "py311-igraph",
                        "py311-texttable",
                        "py311-babel",
                        "py311-pygments",
                        "py311-sphinx",
                        "py311-sphinxcontrib-applehelp",
                        "py311-sphinxcontrib-devhelp",
                        "py311-sphinxcontrib-htmlhelp",
                        "py311-sphinxcontrib-jsmath",
                        "py311-sphinxcontrib-qthelp",
                        "py311-sphinxcontrib-serializinghtml",
                        "py311-sphinxcontrib-websupport",
                        "py311-pyproj",
                        "py311-rapidfuzz",
                        "py311-git-delete-merged-branches",
                        "py311-prompt_toolkit",
                        "py311-wcwidth",
                        "py311-pydicom",
                        "py311-pikepdf",
                        "py311-async-timeout",
                        "py311-aiohttp",
                        "py311-types-docutils",
                        "py311-types-python-dateutil",
                        "py311-types-pytz",
                        "py311-types-simplejson",
                        "py311-types-ujson",
                        "py311-pymongo",
                        "py311-maturin",
                        "py311-wrapt",
                        "py311-more-itertools",
                        "py311-appnope",
                        "py311-backcall",
                        "py311-ansible-compat",
                        "py311-subprocess-tee",
                        "py311-yaml",
                        "py311-deprecated",
                        "py311-sphinx_rtd_theme",
                        "py311-atomicwrites",
                        "py311-bigfloat",
                        "py311-biopython",
                        "py311-cachetools",
                        "py311-cairocffi",
                        "py311-cfgv",
                        "py311-colorlog",
                        "py311-columnize",
                        "py311-deprecation",
                        "py311-docstring-to-markdown",
                        "py311-ujson",
                        "py311-wurlitzer",
                        "py311-diff-match-patch",
                        "py311-dill",
                        "py311-editorconfig",
                        "py311-enchant",
                        "py311-fastjsonschema",
                        "py311-fastprogress",
                        "py311-identify",
                        "py311-inflection",
                        "py311-intervaltree",
                        "py311-isort",
                        "py311-text-unidecode",
                        "py311-nodeenv",
                        "py311-contourpy",
                        "py311-pdbecif",
                        "py311-pkce",
                        "py311-ply",
                        "py311-poyo",
                        "py311-jedi",
                        "py311-pylint-venv",
                        "py311-pympler",
                        "py311-pyqt-builder",
                        "py311-pandas",
                        "py311-psycopg",
                        "py311-psycopg2",
                        "py311-matplotlib-inline",
                        "py311-ptyprocess",
                        "py311-pexpect",
                        "py311-pytest-describe",
                        "py311-pytest-qt",
                        "py311-python-lsp-black",
                        "py311-sip",
                        "py311-sip-devel",
                        "py311-pyinstrument",
                        "py311-cattrs",
                        "py311-exceptiongroup",
                        "py311-flit_scm",
                        "py311-lsprotocol",
                        "py311-pygls",
                        "py311-typeguard",
                        "py311-pickleshare",
                        "py311-sphinx-click",
                        "py311-mongoengine",
                        "py311-lazy_object_proxy",
                        "py311-astroid",
                        "py311-matplotlib",
                        "py311-markdown",
                        "py311-flatbuffers",
                        "py311-kaptan",
                        "py311-libtmux",
                        "py311-tmuxp",
                        "py311-asttokens",
                        "py311-et_xmlfile",
                        "py311-scikit-hep-boost-histogram",
                        "py311-scikit-hep-hepstats",
                        "py311-scikit-hep-hepunits",
                        "py311-scikit-hep-hist",
                        "py311-scikit-hep-mplhep",
                        "py311-scikit-hep-mplhep_data",
                        "py311-scikit-hep-particle",
                        "py311-scikit-hep-uproot4",
                        "py311-beniget",
                        "py311-gast",
                        "py311-joblib",
                        "py311-pythran",
                        "py311-scikit-learn",
                        "py311-scipy",
                        "py311-threadpoolctl",
                        "py311-murmurhash",
                        "py311-pure_eval",
                        "py311-funcsigs",
                        "py311-josepy",
                        "py311-pyrfc3339",
                        "py311-repoze.sphinx.autointerface",
                        "py311-configargparse",
                        "py311-configobj",
                        "py311-parsedatetime",
                        "py311-html5lib",
                        "py311-python-augeas",
                        "py311-soupsieve",
                        "py311-webencodings",
                        "py311-beautifulsoup4",
                        "py311-cloudflare",
                        "py311-jsonlines",
                        "py311-async_generator",
                        "py311-requests-toolbelt",
                        "py311-sniffio",
                        "py311-asn1",
                        "py311-astor",
                        "py311-outcome",
                        "py311-asn1-modules",
                        "py311-service_identity",
                        "py311-trustme",
                        "py311-flake8-mccabe",
                        "py311-pylint",
                        "py311-tomlkit",
                        "py311-trio",
                        "py311-poetry-plugin-export",
                        "py311-cachecontrol",
                        "py311-cleo",
                        "py311-crashtest",
                        "py311-msgpack",
                        "py311-pastel",
                        "py311-pylev",
                        "py311-clikit",
                        "py311-dulwich",
                        "py311-jsonschema",
                        "py311-pyrsistent",
                        "py311-tqdm",
                        "py311-jaraco.classes",
                        "py311-keyring",
                        "py311-pkginfo",
                        "py311-shellingham",
                        "py311-backports",
                        "py311-backports.entry-points-selectable",
                        "py311-calver",
                        "py311-distlib",
                        "py311-trove-classifiers",
                        "py311-contextlib2",
                        "py311-filelock",
                        "py311-pathlib2",
                        "py311-virtualenv",
                        "py311-lockfile",
                        "py311-xattr",
                        "py311-acme",
                        "py311-dnspython",
                        "py311-requests-file",
                        "py311-tldextract",
                        "py311-dns-lexicon",
                        "py311-bleach",
                        "py311-bokeh",
                        "py311-tornado",
                        "py311-blockdiag",
                        "py311-sphinxcontrib-blockdiag",
                        "py311-webcolors",
                        "py311-jupyter_packaging",
                        "py311-param",
                        "py311-pyct",
                        "py311-pyobjc",
                        "py311-pyviz_comms",
                        "py311-panel",
                        "py311-pytest-asyncio",
                        "py311-stack_data",
                        "py311-aws-sam-translator",
                        "py311-awscli",
                        "py311-awscli-plugin-endpoint",
                        "py311-boto3",
                        "py311-botocore",
                        "py311-cfn-lint",
                        "py311-jmespath",
                        "py311-jschema_to_python",
                        "py311-jsonpatch",
                        "py311-jsonpickle",
                        "py311-jsonpointer",
                        "py311-junit-xml",
                        "py311-rsa",
                        "py311-s3transfer",
                        "py311-sarif-om",
                        "py311-neovim",
                        "py311-pyotp",
                        "py311-sentry-sdk",
                        "py311-spotipy",
                        "py311-future",
                        "py311-setupmeta",
                        "py311-sphinx-gallery",
                        "py311-sphinxcontrib-svg2pdfconverter",
                        "py311-term-background",
                        "py311-textdistance",
                        "py311-three-merge",
                        "py311-tinycss2",
                        "py311-tokenize-rt",
                        "py311-uncertainties",
                        "py311-whatthepatch",
                        "py311-aeppl",
                        "py311-aesara",
                        "py311-algopy",
                        "py311-applaunchservices",
                        "py311-asv",
                        "py311-binaryornot",
                        "py311-cftime",
                        "py311-chardet",
                        "py311-cssselect2",
                        "py311-docstyle",
                        "py311-lmfit",
                        "py311-natsort",
                        "py311-nmrglue",
                        "py311-numdifftools",
                        "py311-patsy",
                        "py311-peakutils",
                        "py311-pydantic",
                        "py311-pyicu",
                        "py311-pyqt5-sip",
                        "py311-pytest-mock",
                        "py311-qstylizer",
                        "py311-qtawesome",
                        "py311-qtpy",
                        "py311-rope",
                        "py311-rstcheck-core",
                        "py311-sphinxcontrib-httpdomain",
                        "py311-statsmodels",
                        "py311-openbabel",
                        "py311-psygnal",
                        "py311-ipython",
                        "py311-anyio",
                        "py311-h11",
                        "py311-h2",
                        "py311-hpack",
                        "py311-httpcore",
                        "py311-hyperframe",
                        "py311-pick",
                        "py311-pytest-random-order",
                        "py311-pytest-xprocess",
                        "py311-socksio",
                        "py311-imagecodecs",
                        "py311-appdirs",
                        "py311-pint",
                        "py311-pooch",
                        "py311-xarray",
                        "py311-metpy",
                        "py311-autoflake",
                        "py311-codestyle",
                        "py311-pypdf",
                        "py311-altair",
                        "py311-entrypoints",
                        "py311-toolz",
                        "py311-orjson",
                        "py311-discordpy",
                        "py311-mutagen",
                        "py311-coolprop",
                        "py311-alembic",
                        "py311-pybind11-stubgen",
                        "py311-arrow",
                        "py311-autopep8",
                        "py311-cairosvg",
                        "py311-cons",
                        "py311-defusedxml",
                        "py311-jinja2-time",
                        "py311-logical-unification",
                        "py311-multipledispatch",
                        "py311-cookiecutter",
                        "py311-etuples",
                        "py311-slugify",
                        "py311-unidecode",
                        "py311-fypp",
                        "py311-hid",
                        "py311-dotty-dict",
                        "py311-hjson",
                        "py311-log-symbols",
                        "py311-spinners",
                        "py311-termcolor",
                        "py311-ansible",
                        "py311-ansible-core",
                        "py311-bcrypt",
                        "py311-halo",
                        "py311-httplib2",
                        "py311-paramiko",
                        "py311-pynacl",
                        "py311-resolvelib",
                        "py311-cloudpickle",
                        "py311-cytoolz",
                        "py311-path",
                        "py311-argcomplete",
                        "py311-pyusb",
                        "py311-cached-property",
                        "py311-extension-helpers",
                        "py311-pkgconfig",
                        "py311-aioftp",
                        "py311-astropy",
                        "py311-h5py",
                        "py311-mpi4py",
                        "py311-pyerfa",
                        "py311-parfive",
                        "py311-pyshp",
                        "py311-epsg",
                        "py311-gdal",
                        "py311-owslib",
                        "py311-pytest-metadata",
                        "py311-pytest-json-report",
                        "py311-json5",
                        "py311-sh",
                        "py311-whoosh",
                        "py311-django",
                        "py311-sqlparse",
                        "py311-bidict",
                        "py311-cloudscraper",
                        "py311-yaspin",
                        "py311-serial",
                        "py311-multiprocess",
                        "py311-imageio",
                        "py311-curl",
                        "py311-flaky",
                        "py311-minikanren",
                        "py311-pytest-httpbin",
                        "py311-structlog",
                        "py311-docstring_parser",
                        "py311-magicgui",
                        "py311-pytest-sugar",
                        "py311-pytomlpp",
                        "py311-superqt",
                        "py311-npe2",
                        "py311-typer",
                        "py311-virtualenv-clone",
                        "py311-mapclassify",
                        "py311-checkdigit",
                        "py311-argon2-cffi",
                        "py311-beartype",
                        "py311-colorcet",
                        "py311-ipykernel",
                        "py311-ipython_genutils",
                        "py311-jupyter_client",
                        "py311-jupyter_core",
                        "py311-jupyterlab_pygments",
                        "py311-mistune",
                        "py311-nbclient",
                        "py311-nbconvert",
                        "py311-nbformat",
                        "py311-nest_asyncio",
                        "py311-notebook",
                        "py311-pandocfilters",
                        "py311-prometheus_client",
                        "py311-pytest-check",
                        "py311-send2trash",
                        "py311-shapely",
                        "py311-terminado",
                        "py311-xmldiff",
                        "py311-zmq",
                        "py311-jaraco.functools",
                        "py311-tempora",
                        "py311-XlsxWriter",
                        "py311-pptx",
                        "py311-clang",
                        "py311-ctypeslib2",
                        "py311-affine",
                        "py311-logilab-common",
                        "py311-awscrt",
                        "py311-tifffile",
                        "py311-ruamel-yaml",
                        "py311-ruamel-yaml-clib",
                        "py311-argon2-cffi-bindings",
                        "py311-awscli2",
                        "py311-Faker",
                        "py311-random2",
                        "py311-ukpostcodeparser",
                        "py311-validators",
                        "py311-bottleneck",
                        "py311-opengl",
                        "py311-opengl-accelerate",
                        "py311-pygccxml",
                        "py311-pyplusplus",
                        "py311-virtualfish",
                        "py311-phonenumbers",
                        "py311-cartopy",
                        "py311-netcdf4",
                        "py311-semver",
                        "py311-aioitertools",
                        "py311-geopy",
                        "py311-cligj",
                        "py311-mercantile",
                        "py311-click-plugins",
                        "py311-snuggs",
                        "py311-contextily",
                        "py311-rasterio",
                        "py311-fiona",
                        "py311-munch",
                        "py311-geopandas",
                        "py311-geoplot",
                        "py311-seaborn",
                        "py311-isodate",
                        "py311-pydot",
                        "py311-rdflib",
                        "py311-prov",
                        "py311-dask",
                        "py311-locket",
                        "py311-partd",
                        "py311-pywavelets",
                        "py311-scikit-image",
                        "py311-drms",
                        "py311-wand",
                        "py311-rfc3986",
                        "py311-uc-micro-py",
                        "py311-linkify-it-py",
                        "py311-mdit-py-plugins",
                        "py311-pyte",
                        "py311-markdown-it-py",
                        "py311-mdurl",
                        "py311-rich",
                        "py311-httpx",
                        "py311-xmlsec",
                        "py311-h5netcdf",
                        "py311-zeep",
                        "py311-sunpy",
                        "py311-doctest-ignore-unicode",
                        "py311-nose",
                        "py311-fs",
                        "py311-reportlab",
                        "py311-cheetah",
                        "py311-ephem",
                        "py311-crc32c",
                        "py311-aiobotocore",
                        "py311-singledispatch",
                        "py311-smartypants",
                        "py311-typogrify",
                        "py311-cymruwhois",
                        "py311-automat",
                        "py311-constantly",
                        "py311-cssselect",
                        "py311-dispatcher",
                        "py311-hyperlink",
                        "py311-incremental",
                        "py311-itemadapter",
                        "py311-itemloaders",
                        "py311-m2r",
                        "py311-parsel",
                        "py311-protego",
                        "py311-pyhamcrest",
                        "py311-queuelib",
                        "py311-scrapy",
                        "py311-sybil",
                        "py311-testfixtures",
                        "py311-twisted",
                        "py311-w3lib",
                        "py311-corner",
                        "py311-emcee3",
                        "py311-hiredis",
                        "py311-redis",
                        "py311-s3fs",
                        "py311-rawpy",
                        "py311-pybase62",
                        "py311-cachelib",
                        "py311-amqp",
                        "py311-billiard",
                        "py311-celery",
                        "py311-fabric",
                        "py311-flask",
                        "py311-invoke",
                        "py311-itsdangerous",
                        "py311-kombu",
                        "py311-vine",
                        "py311-werkzeug",
                        "py311-requests-unixsocket",
                        "py311-zipfile-deflate64",
                        "py311-amazon.ion",
                        "py311-jsonconversion",
                        "py311-smart_open",
                        "py311-translationstring",
                        "py311-zope-component",
                        "py311-zope-hookable",
                        "py311-z3",
                        "py311-game",
                        "py311-pipdeptree",
                        "py311-arviz",
                        "py311-xarray-einstats",
                        "py311-pyscard",
                        "py311-versioneer",
                        "py311-netaddr",
                        "py311-in-n-out",
                        "py311-pytoolconfig",
                        "py311-flake8",
                        "py311-pyflakes",
                        "py311-cidrize",
                        "py311-cymem",
                        "py311-preshed",
                        "py311-scikit-hep-awkward",
                        "py311-wasabi",
                        "py311-scikit-hep-uproot",
                        "py311-colander",
                        "py311-srsly",
                        "py311-blis",
                        "py311-catalogue",
                        "py311-confection",
                        "py311-langcodes",
                        "py311-plac",
                        "py311-thinc",
                        "py311-toposort",
                        "py311-exifread",
                        "py311-anytree",
                        "py311-ipywidgets",
                        "py311-jupyter_console",
                        "py311-jupyter_server",
                        "py311-jupyterlab",
                        "py311-jupyterlab_server",
                        "py311-jupyterlab_widgets",
                        "py311-metakernel",
                        "py311-nbclassic",
                        "py311-widgetsnbextension",
                        "py311-qtconsole",
                        "py311-tblib",
                        "py311-heapdict",
                        "py311-comm",
                        "py311-zict",
                        "py311-milc",
                        "py311-app-model",
                        "py311-myst-parser",
                        "py311-pytest-datadir",
                        "py311-pytest-regressions",
                        "py311-agate",
                        "py311-agate-dbf",
                        "py311-agate-excel",
                        "py311-agate-sql",
                        "py311-csvkit",
                        "py311-dbfread",
                        "py311-leather",
                        "py311-pytimeparse",
                        "py311-pyproject_hooks",
                        "py311-testpath",
                        "py311-dijitso",
                        "py311-dolfin",
                        "py311-ffc",
                        "py311-fiat",
                        "py311-petsc4py",
                        "py311-slepc4py",
                        "py311-ufl",
                        "py311-bracex",
                        "py311-enrich",
                        "py311-tenacity",
                        "py311-wcmatch",
                        "py311-gitdb",
                        "py311-gitpython",
                        "py311-smmap",
                        "py311-stevedore",
                        "openconnect-sso",
                        "py311-xdg",
                        "py311-pyglet",
                        "py311-dpkt",
                        "py311-event",
                        "py311-libdnet",
                        "py311-pypcap",
                        "py311-rstcheck",
                        "py311-cssutils",
                        "py311-networkit",
                        "py311-freetype",
                        "py311-hsluv",
                        "py311-vispy",
                        "py311-xyzservices",
                        "radian",
                        "py311-distributed",
                        "py311-breathe",
                        "vpn-slice",
                        "py311-setproctitle",
                        "py311-fido2",
                        "py311-marisa-trie",
                        "py311-hkdf",
                        "py311-pytrie",
                        "py311-re2",
                        "py311-txaio",
                        "py311-txtorcon",
                        "py311-u-msgpack-python",
                        "py311-pylzma",
                        "py311-spake2",
                        "py311-userpath",
                        "py311-zope-deprecation",
                        "py311-olm",
                        "py311-imaplib2",
                        "py311-rfc6555",
                        "py311-aenum",
                        "py311-tox",
                        "py311-onnx",
                        "py311-zstd",
                        "py311-mupdf",
                        "py311-pudb",
                        "py311-urwid",
                        "py311-python-lsp-jsonrpc",
                        "py311-python-lsp-server",
                        "py311-oct2py",
                        "py311-octave_kernel",
                        "py311-boltons",
                        "py311-pyvis",
                        "py311-xmltodict",
                        "py311-jplephem",
                        "py311-sgp4",
                        "py311-skyfield",
                        "py311-spktype21",
                        "py311-loguru",
                        "py311-thrift",
                        "py311-sphinx-autodoc-typehints",
                        "py311-openslide",
                        "py311-readme_renderer",
                        "py311-codecov",
                        "py311-jupyter_sphinx",
                        "py311-nmrglue-devel",
                        "py311-imagehash",
                        "py311-skyfield-data",
                        "py311-pycson",
                        "py311-speg",
                        "py311-branca",
                        "py311-folium",
                        "py311-about-time",
                        "py311-argh",
                        "py311-confuse",
                        "py311-discogs-client",
                        "py311-ephemeral-port-reserve",
                        "py311-flexmock",
                        "py311-iocapture",
                        "py311-ipdb",
                        "py311-pytest-timeout",
                        "py311-watchdog",
                        "py311-pymc",
                        "py311-pytensor",
                        "py311-pyside",
                        "py311-pyside-tools",
                        "py311-shiboken",
                        "py311-coveralls",
                        "py311-docopt",
                        "py311-ifaddr",
                        "py311-inflate64",
                        "py311-jellyfish",
                        "py311-mediafile",
                        "py311-mpd2",
                        "py311-multivolumefile",
                        "py311-pathvalidate",
                        "py311-py7zr",
                        "py311-pyannotate",
                        "py311-pybcj",
                        "py311-pyppmd",
                        "py311-pytest-remotedata",
                        "py311-pyzstd",
                        "py311-soco",
                        "py311-llvmlite",
                        "py311-numba",
                        "py311-meshio",
                        "py311-segno",
                        "py311-taskw",
                        "py311-setuptools-git-versioning",
                        "py311-librosa",
                        "py311-mido",
                        "py311-note-seq",
                        "py311-pretty-midi",
                        "py311-resampy",
                        "py311-alive-progress",
                        "py311-grapheme",
                        "py311-gobject3",
                        "py311-ecdsa",
                        "py311-pyaes",
                        "py311-sentencepiece",
                        "py311-makefun",
                        "py311-napari-plugin-engine",
                        "py311-napari-svg",
                        "py311-blosc2",
                        "py311-ndindex",
                        "py311-numexpr",
                        "py311-tables",
                        "py311-protobuf3",
                        "py311-plumed",
                        "py311-rencode",
                        "py311-fasteners",
                        "py311-pyperclip",
                        "py311-jfricas",
                        "py311-tropycal",
                        "py311-attr",
                        "py311-colored",
                        "py311-ndg_httpsclient",
                        "py311-pynamecheap",
                        "py311-jug",
                        "py311-obspy",
                        "py311-beancount",
                        "py311-bottle",
                        "py311-google-api",
                        "py311-google-api-core",
                        "py311-google-auth",
                        "py311-google-auth-httplib2",
                        "py311-googleapis-common-protos",
                        "py311-magic",
                        "py311-uritemplate",
                        "py311-macfsevents",
                        "py311-pdal",
                        "py311-wxpython-4.0",
                        "py311-pyproject_metadata",
                        "py311-iniparse",
                        "py311-mercurial_extension_utils",
                        "py311-berkeleydb",
                        "py311-hyrule",
                        "py311-scour",
                        "py311-beaker",
                        "py311-pymunk",
                        "py311-gprof2dot",
                        "py311-memprof",
                        "py311-websocket-client",
                        "py311-python-dotenv",
                        "py311-aiofiles",
                        "py311-aiosqlite",
                        "py311-overrides",
                        "py311-asgiref",
                        "py311-kaitaistruct",
                        "py311-ldap3",
                        "py311-mitmproxy",
                        "py311-passlib",
                        "py311-publicsuffix2",
                        "py311-wsproto",
                        "py311-nbxmpp",
                        "py311-precis-i18n",
                        "py311-css-parser",
                        "py311-omemo-dr",
                        "py311-pypng",
                        "py311-qrcode",
                        "py311-asitop",
                        "py311-blessed",
                        "py311-dashing",
                        "py311-mechanicalsoup",
                        "py311-portend",
                        "py311-engineio",
                        "py311-socketio",
                        "py311-nameutils",
                        "py311-docker",
                        "py311-dockerpty",
                        "py311-graph-tool",
                        "py311-tensorflow_estimator",
                        "py311-cryptg",
                        "py311-emoji",
                        "py311-telethon",
                        "py311-opt_einsum",
                        "py311-hdbscan",
                        "py311-astunparse",
                        "py311-keras_applications",
                        "py311-keras_preprocessing",
                        "py311-pulp",
                        "py311-quantecon",
                        "py311-rasterstats",
                        "py311-pytest-mpl",
                        "py311-pytest-flake8",
                        "py311-curio",
                        "py311-pytest-mypy",
                        "py311-portalocker",
                        "py311-python-socks",
                        "py311-rtree",
                        "py311-absl",
                        "py311-keras",
                        "py311-custom_inherit",
                        "py311-elastic-transport",
                        "py311-elasticsearch",
                        "py311-pika",
                        "py311-pyarrow",
                        "py311-pytest-lazy-fixture",
                        "py311-fortranformat",
                        "py311-nltk",
                        "py311-plotly",
                        "py311-types-psutil",
                        "py311-types-setuptools",
                        "py311-types-typed-ast",
                        "py311-helpdev",
                        "py311-libsass",
                        "py311-numpydoc",
                        "py311-pyls-spyder",
                        "py311-qdarkstyle",
                        "py311-qtsass",
                        "py311-spyder",
                        "py311-spyder-kernels",
                        "py311-access",
                        "py311-esda",
                        "py311-giddy",
                        "py311-inequality",
                        "py311-libpysal",
                        "py311-mgwr",
                        "py311-momepy",
                        "py311-pointpats",
                        "py311-pysal",
                        "py311-segregation",
                        "py311-spaghetti",
                        "py311-spglm",
                        "py311-spint",
                        "py311-splot",
                        "py311-spopt",
                        "py311-spreg",
                        "py311-spvcm",
                        "py311-tobler",
                        "py311-fire",
                        "py311-fugashi",
                        "py311-promise",
                        "py311-sacrebleu",
                        "py311-sacremoses",
                        "py311-seqeval",
                        "py311-soundfile",
                        "py311-tensorflow-metadata",
                        "py311-conllu",
                        "py311-huggingface_hub",
                        "py311-omegaconf",
                        "py311-tokenizers",
                        "py311-unidic",
                        "py311-timeout-decorator",
                        "py311-unidic-lite",
                        "py311-tensorflow-datasets",
                        "py311-commonmark",
                        "py311-hcloud",
                        "py311-xkcdpass",
                        "py311-recommonmark",
                        "py311-safetensors",
                        "py311-genshi",
                        "py311-aiojobs",
                        "py311-pytest-trio",
                        "py311-reflink",
                        "py311-acoustid",
                        "py311-asn1crypto",
                        "py311-aubio",
                        "py311-audioread",
                        "py311-bottlenose",
                        "py311-bsddb3",
                        "py311-cbor2",
                        "py311-country",
                        "py311-gpsoauth",
                        "py311-ibroadcast",
                        "py311-jsonpath-rw",
                        "py311-munkres",
                        "py311-musicbrainzngs",
                        "py311-ordered-set",
                        "py311-pytest-fixture-config",
                        "py311-pytest-profiling",
                        "py311-pytest-shutil",
                        "py311-pytest-virtualenv",
                        "py311-python-coveralls",
                        "py311-rarfile",
                        "py311-setuptools-git",
                        "py311-smi",
                        "py311-termplotlib",
                        "py311-termtables",
                        "py311-validictory",
                        "py311-zbar",
                        "py311-parsimonious",
                        "py311-autobahn",
                        "py311-cbor",
                        "py311-humanize",
                        "py311-pyqrcode",
                        "py311-python-snappy",
                        "py311-jupytext",
                        "py311-cinderclient",
                        "py311-cliff",
                        "py311-cmd2",
                        "py311-debtcollector",
                        "py311-dogpile-cache",
                        "py311-keystoneauth1",
                        "py311-keystoneclient",
                        "py311-netifaces",
                        "py311-novaclient",
                        "py311-openstackclient",
                        "py311-openstacksdk",
                        "py311-os-service-types",
                        "py311-osc-lib",
                        "py311-oslo-config",
                        "py311-oslo-i18n",
                        "py311-oslo-serialization",
                        "py311-oslo-utils",
                        "py311-prettytable",
                        "py311-requestsexceptions",
                        "py311-bitmath",
                        "py311-bpylist2",
                        "py311-objexplore",
                        "py311-progressbar",
                        "py311-pytest-pycodestyle",
                        "py311-pytest-pylint",
                        "py311-spdx",
                        "py311-spdx-lookup",
                        "py311-upt-cpan",
                        "py311-upt-macports",
                        "py311-upt-pypi",
                        "py311-upt-rubygems",
                        "py311-arpeggio",
                        "py311-ftfy",
                        "py311-json-rpc",
                        "py311-parver",
                        "py311-plyvel",
                        "py311-bqplot",
                        "py311-control",
                        "py311-traittypes",
                        "py311-pyxdg",
                        "py311-xdg-base-dirs",
                        "py311-applescript",
                        "py311-bitarray",
                        "py311-bitstring",
                        "py311-osxmetadata",
                        "py311-photoscript",
                        "py311-pytimeparse2",
                        "py311-rich-theme-manager",
                        "py311-shortuuid",
                        "py311-strpdatetime",
                        "py311-textx",
                        "py311-ptpython",
                        "py311-scapy",
                        "py311-scapy-devel",
                        "py311-geojson",
                        "py311-docx",
                        "py311-fuzzywuzzy",
                        "py311-starlette",
                        "py311-kubernetes",
                        "py311-fancycompleter",
                        "py311-pdbpp",
                        "py311-repl",
                        "py311-wmctrl",
                        "py311-slack-sdk",
                        "py311-tlsh",
                        "py311-fastavro",
                        "py311-flask-cors",
                        "py311-luma.core",
                        "py311-luma.emulator",
                        "py311-pyftdi",
                        "py311-smbus2",
                        "py311-virtualenvwrapper",
                        "py311-clint",
                        "py311-crayons",
                        "py311-parameterized",
                        "py311-json-tricks",
                        "py311-pdfminer",
                        "py311-pynetdicom",
                        "py311-qimage2ndarray",
                        "py311-xxhash",
                        "py311-uvicorn",
                        "py311-circuitbreaker",
                        "py311-terminaltables",
                        "py311-pefile",
                        "py311-cli-helpers",
                        "py311-tabulate",
                        "py311-napari-console",
                        "py311-pdm-backend",
                        "py311-editdistance",
                        "py311-cachey",
                        "py311-meson",
                        "py311-meson-python",
                        "py311-gnupg",
                        "py311-nclib",
                        "py311-async-lru",
                        "py311-rpds-py",
                        "py311-hdf5plugin",
                        "py311-monty",
                        "py311-palettable",
                        "py311-pyshortcuts",
                        "py311-sdnotify",
                        "py311-scikit-build-core",
                        "py311-dbus_next",
                        "py311-dropbox",
                        "py311-pyfatfs",
                        "py311-rubicon-objc",
                        "py311-stone",
                        "py311-survey",
                        "py311-asciimatics",
                        "py311-pyfiglet",
                        "py311-libusb1",
                        "py311-pathtools",
                        "py311-serpent",
                        "py311-webob",
                        "py311-bugsnag",
                        "py311-keyrings.alt",
                        "py311-Pyro5",
                        "py311-xraydb",
                        "py311-desktop-notifier",
                        "py311-pytest-rerunfailures",
                        "py311-rfc3339-validator",
                        "py311-rfc3986-validator",
                        "py311-flake8-pyproject",
                        "py311-cvxopt",
                        "py311-latexcodec",
                        "py311-scikit-umfpack",
                        "py311-feedparser",
                        "py311-readability-lxml",
                        "py311-sgmllib3k",
                        "py311-tinydb",
                        "py311-imageio-ffmpeg",
                        "py311-expandvars",
                        "py311-mygpoclient",
                        "py311-pybtex",
                        "py311-pybtex-docutils",
                        "py311-ddt",
                        "py311-eventlet",
                        "py311-pygmt",
                        "py311-referencing",
                        "py311-sphinxcontrib-bibtex",
                        "py311-asdf-astropy",
                        "py311-asdf-standard",
                        "py311-asdf",
                        "py311-asdf-transform-schemas",
                        "py311-asdf-unit-schemas",
                        "py311-asdf-coordinates-schemas",
                        "py311-astropy-iers-data",
                        "py311-mando",
                        "py311-apsw",
                        "py311-authres",
                        "py311-dkimpy",
                        "py311-py3dns",
                        "py311-jsonschema-specifications",
                        "py311-fastapi",
                        "py311-antlr4-python3-runtime",
                        "py311-pytools",
                        "py311-zc-lockfile",
                        "py311-ipaddress",
                        "py311-podcastparser",
                        "py311-python-json-logger",
                        "py311-glad2",
                        "py311-plumbum",
                        "oci-cli",
                        "py311-frozendict",
                        "py311-chainer",
                        "py311-pyFAI",
                        "py311-cython-compat",
                        "py311-ruff",
                        "py311-dacite",
                        "py311-pytest-dotenv",
                        "py311-pytzdata",
                        "py311-soundcloud-v2",
                        "py311-tzlocal",
                        "py311-certomancer",
                        "py311-certomancer-csc-dummy",
                        "py311-hanko",
                        "py311-hanko-certvalidator",
                        "py311-oscrypto",
                        "py311-python-pae",
                        "py311-uritools",
                        "py311-pdfrw",
                        "py311-pyx",
                        "py311-acor",
                        "py311-dynd",
                        "py311-kivy",
                        "py311-mdp-toolkit",
                        "py311-pyviennacl",
                        "py311-spectral",
                        "py311-tstables",
                        "py311-m2crypto",
                        "py311-lz4",
                        "py311-sphinxcontrib-jquery",
                        "py311-simpy",
                        "py311-simpy-docs",
                        "py311-lazy_loader",
                        "py311-pysam",
                        "py311-boolean.py",
                        "py311-license-expression",
                        "py311-python-debian",
                        "py311-waitress",
                        "py311-pastedeploy",
                        "py311-minidb",
                        "py311-pyquery",
                        "py311-urlwatch",
                        "py311-webtest",
                        "py311-pyvo",
                        "py311-astroquery",
                        "py311-ipympl",
                        "py311-alagitpull",
                        "py311-sphinx-issues",
                        "py311-pygraphviz",
                        "py311-postgresql",
                        "py311-llfuse",
                        "py311-gevent",
                        "py311-unidiff",
                        "py311-tiktoken",
                        "py311-arabic-reshaper",
                        "py311-aiohttp-socks",
                        "py311-bidi",
                        "py311-httpbin",
                        "py311-raven",
                        "py311-requests-futures",
                        "py311-socid-extractor",
                        "py311-stem",
                        "py311-torrequest",
                        "py311-svglib",
                        "py311-xhtml2pdf",
                        "py311-asyncpg",
                        "py311-mysqlclient",
                        "py311-acora",
                        "py311-asv-runner",
                        "py311-cheroot",
                        "py311-flask-babel",
                        "py311-markdown2",
                        "py311-siphon",
                        "py311-annotated_types",
                        "py311-pydantic_core",
                        "py311-pydantic_settings",
                        "py311-configparser",
                        "py311-ntlm-auth",
                        "py311-pyspnego",
                        "py311-pywinrm",
                        "py311-requests_ntlm",
                        "py311-iso3166",
                        "py311-sphinx-copybutton",
                        "py311-trio-websocket",
                        "py311-samplerate",
                        "py311-soxr",
                        "py311-types-decorator",
                        "py311-polygon",
                        "py311-tzdata",
                        "py311-pydantic-compat",
                        "py311-deap",
                        "py311-jupyter_server_terminals",
                        "py311-notebook_shim",
                        "py311-tatsu",
                        "py311-pytest-env",
                        "py311-npx",
                        "py311-pgspecial",
                        "py311-backoff",
                        "py311-fqdn",
                        "py311-isoduration",
                        "py311-uri-template",
                        "py311-mslex",
                        "py311-pystache",
                        "py311-pendulum",
                        "py311-powerline-exitstatus-kai",
                        "py311-powerline-gitstatus",
                        "py311-rustworkx",
                        "py311-imread",
                        "py311-jsonschema-format-nongpl",
                        "py311-jupyter_events",
                        "py311-hatch-jupyter-builder",
                        "py311-hatch-nodejs-version",
                        "py311-jupyter-lsp",
                        "py311-stopit",
                        "py311-update_checker",
                        "py311-iminuit",
                        "py311-simplekml",
                        "py311-gsl",
                        "py311-types-colorama",
                        "py311-mdx_linkify",
                        "py311-quantities",
                        "py311-sphinxnotes-strike",
                        "py311-sounddevice",
                        "py311-sphinx-jsonschema",
                        "py311-mecab-python3",
                        "py311-mssql",
                        "py311-sphinx-bootstrap-theme",
                        "py311-ipyparallel",
                        "py311-inflect",
                        "py311-pyheif",
                        "py311-g2p-en",
                        "py311-pydub",
                        "py311-pygeos",
                        "py311-importlib-resources",
                        "py311-pysvn",
                        "py311-logilab-constraint",
                        "py311-blosc",
                        "py311-gensim",
                        "py311-pybox2d",
                        "py311-logbook",
                        "py311-bpemb",
                        "py311-html2text",
                        "py311-ezdxf",
                        "py311-mahotas",
                        "py311-mimeparse",
                        "py311-tastypie",
                        "py311-svgpath",
                        "py311-spark_parser",
                        "py311-uncompyle6",
                        "py311-xdis",
                        "py311-vobject",
                        "py311-line_profiler",
                        "py311-jaraco.context",
                        "py311-ldap",
                        "py311-openbabel2",
                        "py311-fickling",
                        "py311-canmatrix",
                        "py311-fdsnwsscripts",
                        "py311-ipython-sql",
                        "py311-rich-click",
                        "py311-libarchive-c",
                        "py311-nbval",
                        "py311-lxml_html_clean",
                        "py311-pdal-plugins",
                        "py311-flexcache",
                        "py311-flexparser",
                        "py311-oci",
                        "py311-asynctest",
                        "py311-fipy",
                        "py311-pytorch",
                        "py311-spglib",
                        "py311-wxmplot",
                        "py311-wxutils",
                        "py311-pymatgen",
                        "py311-fabio",
                        "py311-silx",
                        "py311-pyficache",
                        "py311-blessings",
                        "py311-bpython",
                        "py311-cwcwidth",
                        "py311-curtsies",
                        "py311-dmgbuild",
                        "py311-ds-store",
                        "py311-mac-alias",
                        "py311-pyqt6-sip",
                        "py311-graphviz",
                        "py311-objgraph",
                        "py311-aiohappyeyeballs",
                        "py311-pylsqpack",
                        "py311-service-identity",
                        "py311-aioquic",
                        "py311-gpxpy",
                        "py311-autopage",
                        "py311-asyncssh",
                        "py311-pygithub",
                        "py311-pyuca",
                        "py311-wordcloud",
                        "py311-apptools",
                        "py311-envisage",
                        "py311-mayavi",
                        "py311-pyface",
                        "py311-traitsui",
                        "py311-traits",
                        "py311-pacal",
                        "py311-pymysql",
                        "py311-pylast",
                        "py311-rich_rst",
                        "py311-textual",
                        "py311-propcache",
                        "py311-ffmpy",
                        "py311-hatch-requirements-txt",
                        "py311-flake8-pep8-naming",
                        "py311-flake8-polyfill",
                        "py311-pytest-html",
                        "py311-ipadic",
                        "py311-cog",
                        "py311-google-cloud-core",
                        "py311-google-cloud-storage",
                        "py311-google-crc32c",
                        "py311-google-resumable-media",
                        "py311-gsecrets",
                        "py311-marshmallow",
                        "py311-webargs",
                        "py311-coloredlogs",
                        "py311-humanfriendly",
                        "py311-pysimdjson",
                        "py311-hdfs",
                        "py311-construct",
                        "py311-kcs11",
                        "py311-pykeepass",
                        "py311-yubico",
                        "py311-zxcvbn",
                        "py311-paho-mqtt",
                        "py311-lesscpy",
                        "py311-emmet-core",
                        "py311-maggma",
                        "py311-mongomock",
                        "py311-mp-api",
                        "py311-pycifrw",
                        "py311-pydash",
                        "py311-pyqtgraph",
                        "py311-sentinels",
                        "py311-smart-open",
                        "py311-sqlalchemy-utils",
                        "py311-sshtunnel",
                        "py311-xraylarch",
                        "py311-pync",
                        "py311-leveldb",
                        "py311-notify2",
                        "py311-unpaddedbase64",
                        "py311-poetry-plugin-shell",
                        "py311-urwid-readline",
                        "py311-pytesseract",
                        "py311-mitmproxy_macos",
                        "py311-mitmproxy_rs",
                        "py311-krb5",
                        "py311-requests-kerberos",
                        "py311-img2pdf",
                        "py311-pyogrio",
                        "py311-aniso8601",
                        "py311-pygments-mathematica",
                        "py311-narwhals",
                        "py311-digitalocean",
                        "py311-google-api-python-client",
                        "py311-cloudflare2",
                        "py311-pyproject_api",
                        "py311-klein",
                        "py311-findpython",
                        "py311-tracer",
                        "py311-typing-inspection",
                        "py311-selenium",
                        "py311-undetected-chromedriver",
                        "py311-pyfzf",
                        "py311-sqlglot",
                        "py311-cramjam",
                        "py311-iterable-io",
                        "py311-zipstream-ng",
                        "py311-backports.tarfile",
                        "py311-pbs_installer",
                        "py311-flasgger",
                        "py311-django-allauth",
                        "py311-django-countries",
                        "py311-django-debug-toolbar",
                        "py311-django-extensions",
                        "py311-django-gravatar2",
                        "py311-django-mailman3",
                        "py311-mailmanclient",
                        "py311-openid",
                        "py311-pytest-django",
                        "py311-responses",
                        "py311-autocommand",
                        "py311-croniter",
                        "py311-immutables",
                        "py311-jaraco.collections",
                        "py311-jaraco.text",
                        "py311-looseversion",
                        "py311-timelib",
                        "py311-coherent.licensed",
                        "py311-astropy-healpix",
                        "py311-donfig",
                        "py311-mpl-animators",
                        "py311-numcodecs",
                        "py311-reproject",
                        "py311-spiceypy",
                        "py311-zarr",
                        "py311-jsonnet",
                        "py311-yapsy",
                        "py311-langdetect",
                        "py311-nanobind",
                        "py311-ttfquery",
                        "py311-trepan3k",
                        "py311-darkdetect",
                        "py311-larixite",
                        "py311-pypostal",
                        "py311-base58",
                        "py311-ansicolors",
                        "py311-sslcrypto",
                        "py311-ipython-pygments-lexers",
                        "py311-python-lsp-ruff",
                        "py311-pyke",
                        "py311-uv-build",
                        "py311-holidays",
                        "py311-pytokens",
                        "py311-paste",
                        "py311-ml_dtypes",
                        "py311-decli",
                        "py311-hf-xet",
                        "py311-proto-plus",
                        "py311-regions",
                        "py311-questionary",
                        "py311-rlpycairo",
                        "py311-gammapy",
                        "py311-pytest-httpserver",
                        "py311-sarpy",
                        "py311-diskcache",
                        "py311-durationpy",
                        "py311-scikit-rf",
                        "py311-url-normalize",
                        "py311-diskcache-stubs",
                        "py311-poethepoet",
                        "py311-pre-commit",
                        "py311-pysigma",
                        "py311-vcrpy",
                        "py311-intelhex",
                        "py311-pytest-recording",
                        "py311-reedsolo",
                        "py311-librt",
                        "py311-sigma-cli",
                        "py311-requests-cache",
                        "py311-time-machine",
                        "py311-pmdarima",
                        "py311-robotremoteserver",
                        "py311-python-multipart",
                        "py311-treq",
                        "py311-fmf",
                        "py311-shtab",
                        "py311-rich-argparse",
                        "py311-allpairspy",
                        "py311-tcolorpy",
                        "py311-lark",
                        "py311-rfc3987-syntax",
                        "py311-ajsonrpc",
                        "py311-pyelftools",
                        "py311-annotated-doc",
                        "py311-dunamai",
                        "py311-uv-dynamic-versioning",
                        "py311-dm-tree",
                        "py311-pew",
                        "py311-datasets",
                        "py311-mda-xdrlib",
                        "py311-versioningit",
                        "py311-roman_numerals",
                        "py311-pskc",
                        "py311-findlibs",
                        "py311-eccodes",
                        "py311-ulid",
                        "py311-pydantic-extra-types"
                    ]
                }
            ]
        },
        {
            "name": "py311-intelhex",
            "portdir": "python/py-intelhex",
            "version": "2.3.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/python-intelhex/intelhex",
            "description": "The Intel HEX file format is widely used in microprocessors and microcontrollers area (embedded systems etc) as the de facto standard for representation of code to be programmed into microelectronic devices.",
            "long_description": "The Intel HEX file format is widely used in microprocessors and microcontrollers area (embedded systems etc) as the de facto standard for representation of code to be programmed into microelectronic devices. This work implements an intelhex Python library to read, write, create from scratch and manipulate data from Intel HEX file format.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py311-intervaltree",
            "portdir": "python/py-intervaltree",
            "version": "3.2.1",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/chaimleib/intervaltree",
            "description": "A mutable, self-balancing interval tree for Python 2 and 3",
            "long_description": "A mutable, self-balancing interval tree for Python 2 and 3. Queries may be by point, by range overlap, or by range envelopment.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1994
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py311-uv-dynamic-versioning",
                        "py311-build",
                        "py311-installer",
                        "py311-hatchling"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311",
                        "py311-sortedcontainers"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py311-pytest"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "py311-note-seq",
                        "py311-spyder"
                    ]
                }
            ]
        },
        {
            "name": "py311-invoke",
            "portdir": "python/py-invoke",
            "version": "2.2.0",
            "license": "Apache-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pyinvoke.org/",
            "description": "Task execution tool and library for Python.",
            "long_description": "Invoke is a Python (2.7 and 3.4+) library for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks. It draws inspiration from various sources (make/rake, Fabric 1.x, etc) to arrive at a powerful & clean feature set.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "danchr",
                    "github": "danchr",
                    "ports_count": 172
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-fabric"
                    ]
                }
            ]
        },
        {
            "name": "py311-iocapture",
            "portdir": "python/py-iocapture",
            "version": "0.1.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://pypi.org/project/iocapture",
            "description": "Capture stdout, stderr easily.",
            "long_description": "Capture stdout, stderr easily.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 652
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py311-pytest",
                        "py311-six",
                        "py311-flexmock"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py311-argh"
                    ]
                }
            ]
        },
        {
            "name": "py311-ipaddress",
            "portdir": "python/py-ipaddress",
            "version": "1.0.23",
            "license": "PSF",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/phihag/ipaddress",
            "description": "IPv4/IPv6 manipulation library",
            "long_description": "IPv4/IPv6 manipulation library",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py311-ipadic",
            "portdir": "python/py-ipadic",
            "version": "1.0.0",
            "license": "Permissive",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/polm/ipadic-py",
            "description": "This is a version of IPAdic packaged for use in Python",
            "long_description": "This is a version of IPAdic packaged for use in Python",
            "active": true,
            "categories": [
                "textproc",
                "japanese",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "test",
                    "ports": [
                        "py311-fugashi"
                    ]
                }
            ]
        },
        {
            "name": "py311-ipdb",
            "portdir": "python/py-ipdb",
            "version": "0.13.13",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/gotcha/ipdb",
            "description": "An enhanced Interactive Python shell",
            "long_description": "Provide an interactive shell superior to Python's default. Serve as an embeddable, ready to use interpreter for your own programs. Offer a flexible framework which can be used as the base environment for other systems with Python as the underlying language. Allow interactive testing of threaded graphical toolkits.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-setuptools",
                        "py311-wheel",
                        "clang-18",
                        "py311-build",
                        "py311-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311",
                        "py311-ipython"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "ipdb_select"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py311-pytest"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py311-ipykernel",
            "portdir": "python/py-ipykernel",
            "version": "7.1.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://ipython.org/",
            "description": "IPython Kernel for Jupyter",
            "long_description": "IPython Kernel for Jupyter.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-hatchling",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-debugpy",
                        "py311-appnope",
                        "py311-matplotlib-inline",
                        "py311-tornado",
                        "py311-ipython",
                        "python311",
                        "py311-jupyter_core",
                        "py311-nest_asyncio",
                        "py311-zmq",
                        "py311-comm",
                        "py311-jupyter_client",
                        "py311-packaging",
                        "py311-traitlets",
                        "py311-psutil"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-nbclassic",
                        "py311-jupyterlab",
                        "py311-jupyter",
                        "py311-qtconsole",
                        "py311-spyder-kernels",
                        "py311-napari-console",
                        "py311-ipyparallel",
                        "py311-jupyter_console"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py311-nbval"
                    ]
                }
            ]
        },
        {
            "name": "py311-ipympl",
            "portdir": "python/py-ipympl",
            "version": "0.9.8",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/matplotlib/jupyter-matplotlib",
            "description": "Matplotlib Jupyter Extension",
            "long_description": "Leveraging the Jupyter interactive widgets framework, jupyter-matplotlib enables the interactive features of matplotlib in the Jupyter notebook and in Jupyterlab.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-hatchling",
                        "py311-jupyterlab",
                        "py311-hatch-jupyter-builder",
                        "py311-hatch-nodejs-version",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-ipywidgets",
                        "python311",
                        "nodejs24",
                        "py311-traitlets",
                        "py311-Pillow",
                        "py311-numpy",
                        "py311-matplotlib",
                        "py311-ipython",
                        "py311-jupyterlab_pygments"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py311-ipyparallel",
            "portdir": "python/py-ipyparallel",
            "version": "8.7.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://ipython.org/",
            "description": "Interactive Parallel Computing with IPython.",
            "long_description": "Interactive Parallel Computing with IPython.",
            "active": true,
            "categories": [
                "devel",
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-hatchling",
                        "py311-jupyterlab",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-tqdm",
                        "py311-tornado",
                        "py311-ipython",
                        "python311",
                        "py311-ipykernel",
                        "py311-jupyter_client",
                        "py311-zmq",
                        "py311-entrypoints",
                        "py311-decorator",
                        "py311-traitlets",
                        "py311-psutil",
                        "py311-dateutil"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "py311-ipython",
            "portdir": "python/py-ipython",
            "version": "8.31.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://ipython.org/",
            "description": "An enhanced interactive Python shell.",
            "long_description": "An enhanced interactive Python shell.",
            "active": true,
            "categories": [
                "devel",
                "science",
                "python"
            ],
            "maintainers": [
                {
                    "name": "aronnax",
                    "github": "lpsinger",
                    "ports_count": 438
                },
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "py311-wheel",
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-prompt_toolkit",
                        "py311-jedi",
                        "py311-matplotlib-inline",
                        "python311",
                        "py311-stack_data",
                        "py311-pexpect",
                        "py311-typing_extensions",
                        "py311-decorator",
                        "py311-traitlets",
                        "py311-pygments"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "ipython_select",
                        "ipython3_select"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-ipykernel",
                        "py311-spyder-kernels",
                        "py311-ipdb",
                        "py311-ipyparallel",
                        "py311-ipython-sql",
                        "py311-jupyter_console",
                        "py311-napari-console",
                        "py311-ipywidgets",
                        "py311-ipympl",
                        "py311-jupyter_sphinx"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py311-note-seq",
                        "py311-pyvis",
                        "py311-spyder"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "py311-trio",
                        "py311-python-dotenv"
                    ]
                }
            ]
        },
        {
            "name": "py311-ipython_genutils",
            "portdir": "python/py-ipython_genutils",
            "version": "0.2.0",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://ipython.org",
            "description": "Vestigial utilities from IPython.",
            "long_description": "Vestigial utilities from IPython.",
            "active": true,
            "categories": [
                "python"
            ],
            "maintainers": [
                {
                    "name": "stromnov",
                    "github": "stromnov",
                    "ports_count": 2872
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-ipython-sql",
                        "py311-nbclassic"
                    ]
                }
            ]
        },
        {
            "name": "py311-ipython-pygments-lexers",
            "portdir": "python/py-ipython-pygments-lexers",
            "version": "1.1.1",
            "license": "BSD",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/ipython/ipython-pygments-lexers",
            "description": "Defines a variety of Pygments lexers for highlighting IPython code.",
            "long_description": "Defines a variety of Pygments lexers for highlighting IPython code.",
            "active": true,
            "categories": [
                "devel",
                "python"
            ],
            "maintainers": [
                {
                    "name": "reneeotten",
                    "github": "reneeotten",
                    "ports_count": 1994
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-flit_core",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python311",
                        "py311-pygments"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "py311-qtconsole"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "py311-spyder"
                    ]
                }
            ]
        },
        {
            "name": "py311-ipython-sql",
            "portdir": "python/py-ipython-sql",
            "version": "0.4.1",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/catherinedevlin/ipython-sql",
            "description": "RDBMS access via %%sql magic for IPython",
            "long_description": "Introduces a %sql (or %%sql) magic. Connect to a database, using SQLAlchemy connect strings, then issue SQL commands within IPython or IPython Notebook.",
            "active": true,
            "categories": [
                "databases",
                "python"
            ],
            "maintainers": [
                {
                    "name": "petr",
                    "github": "petrrr",
                    "ports_count": 609
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py311-build",
                        "py311-installer",
                        "py311-setuptools",
                        "py311-wheel",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py311-ipython_genutils",
                        "python311",
                        "py311-prettytable",
                        "py311-sqlalchemy",
                        "py311-six",
                        "py311-ipython",
                        "py311-sqlparse"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}