HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 52152,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=614",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=612",
"results": [
{
"name": "py314-async-tiff",
"portdir": "python/py-async-tiff",
"version": "0.7.2",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/developmentseed/async-tiff",
"description": "Fast, low-level async TIFF reader for Python.",
"long_description": "Fast, low-level async TIFF reader for Python.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1425
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py314-build",
"py314-setuptools-rust",
"py314-maturin",
"clang-18",
"py314-installer"
]
},
{
"type": "lib",
"ports": [
"py314-obspec",
"python314"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-async-tiff",
"py314-async-geotiff"
]
}
]
},
{
"name": "py314-async-timeout",
"portdir": "python/py-async-timeout",
"version": "4.0.3",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/aio-libs/async-timeout",
"description": "asyncio-compatible timeout context manager.",
"long_description": "asyncio-compatible is useful in cases when you want to apply timeout logic around block of code or in cases when asyncio.wait_for() is not suitable. Also it's much faster than asyncio.wait_for() because timeout doesn't create a new task.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "miguel",
"github": "ipglider",
"ports_count": 91
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-build",
"py314-setuptools",
"py314-wheel",
"clang-18",
"py314-installer"
]
},
{
"type": "lib",
"ports": [
"py314-typing_extensions",
"python314"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"maigret",
"py-async-timeout"
]
}
]
},
{
"name": "py314-atomiclong",
"portdir": "python/py-atomiclong",
"version": "0.1.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/dreid/atomiclong",
"description": "increment numbers, atomically, in python",
"long_description": "Sometimes you need to increment some numbers, atomically, in python. AtomicLong was born out of the need for fast thread-safe counters in python. It uses CFFI to bind GCC's Atomic Builtins. Its value is a C long which can be incremented, decremented, and set atomically. It is inspired by Java's java.util.concurrent.atomic.AtomicLong.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py314-build",
"py314-setuptools",
"py314-wheel",
"clang-18",
"py314-installer"
]
},
{
"type": "lib",
"ports": [
"py314-cffi",
"python314"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-atomiclong",
"py314-gitfs"
]
}
]
},
{
"name": "py314-atomicwrites",
"portdir": "python/py-atomicwrites",
"version": "1.4.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/untitaker/python-atomicwrites",
"description": "Powerful Python library for atomic file writes",
"long_description": "Powerful Python library for atomic file writes",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2213
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-installer",
"clang-18",
"py314-build",
"py314-setuptools",
"py314-wheel"
]
},
{
"type": "lib",
"ports": [
"python314"
]
},
{
"type": "test",
"ports": [
"py314-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-atomicwrites"
]
},
{
"type": "run",
"ports": [
"py314-spyder"
]
}
]
},
{
"name": "py314-atpublic",
"portdir": "python/py-atpublic",
"version": "6.0.2",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://public.readthedocs.io",
"description": "@public decorator for Python",
"long_description": "A very simple decorator and function which populates a module's __all__ and optionally the module globals.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "danchr",
"github": "danchr",
"ports_count": 175
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-installer",
"py314-hatchling"
]
},
{
"type": "lib",
"ports": [
"python314"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-atpublic"
]
},
{
"type": "run",
"ports": [
"py314-flufl.bounce"
]
}
]
},
{
"name": "py314-attrs",
"portdir": "python/py-attrs",
"version": "26.1.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/python-attrs/attrs",
"description": "Attributes without boilerplate",
"long_description": "attrs is a Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols:",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 433
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-hatch-fancy-pypi-readme",
"clang-18",
"py314-build",
"py314-installer",
"py314-hatch-vcs",
"py314-hatchling"
]
},
{
"type": "lib",
"ports": [
"python314"
]
},
{
"type": "test",
"ports": [
"py314-pytest",
"py314-hypothesis",
"py314-zopeinterface",
"py314-cloudpickle"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py314-zeep",
"py314-hypothesis",
"py314-aiohttp",
"py314-asdf",
"py-attrs",
"py314-service_identity",
"py314-trio",
"py314-twisted",
"maigret",
"py314-cattrs",
"py314-dm-tree",
"py314-eccodes",
"py314-eli5",
"py314-fiona",
"py314-jsonlines",
"py314-jsonschema",
"py314-jsonschema-format-nongpl",
"py314-lsprotocol",
"py314-morecantile",
"py314-referencing",
"py314-requests-cache"
]
},
{
"type": "run",
"ports": [
"py314-automat",
"py314-rasterio",
"py314-outcome",
"py314-pygls"
]
}
]
},
{
"name": "py314-audiocraft",
"portdir": "python/py-audiocraft",
"version": "1.3.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/facebookresearch/audiocraft",
"description": "Audio generation framework from Meta AI Research",
"long_description": "AudioCraft is a library for audio generation from Meta AI Research, providing the code and models for MusicGen (music generation), AudioGen (audio generation), EnCodec (audio compression), and Multi Band Diffusion (enhancement).",
"active": true,
"categories": [
"science",
"audio",
"python"
],
"maintainers": [
{
"name": "pguyot",
"github": "pguyot",
"ports_count": 178
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-installer",
"py314-setuptools",
"py314-wheel"
]
},
{
"type": "lib",
"ports": [
"py314-soundfile",
"py314-huggingface_hub",
"py314-transformers",
"py314-sentencepiece",
"py314-einops",
"py314-julius",
"py314-pystoi",
"py314-torchdiffeq",
"py314-av",
"py314-librosa",
"py314-xformers",
"python314",
"py314-pesq",
"py314-torchaudio",
"py314-gradio",
"py314-encodec",
"py314-torchmetrics",
"py314-hydra-core",
"py314-demucs",
"py314-torchvision",
"py314-flashy",
"py314-hydra-colorlog",
"py314-num2words",
"py314-numpy",
"py314-tqdm",
"py314-protobuf3",
"py314-pytorch"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-audiocraft"
]
}
]
},
{
"name": "py314-audioop_lts",
"portdir": "python/py-audioop_lts",
"version": "0.2.2",
"license": "PSF",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/AbstractUmbra/audioop",
"description": "LTS port of the Python builtin module audioop",
"long_description": "An LTS port of the Python builtin module audioop which was deprecated since version 3.11 and removed in 3.13.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "toby",
"github": "tobypeterson",
"ports_count": 255
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-installer",
"py314-setuptools",
"py314-wheel"
]
},
{
"type": "lib",
"ports": [
"python314"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py314-gradio",
"py314-discordpy",
"py-audioop_lts",
"py314-standard-aifc"
]
}
]
},
{
"name": "py314-audioread",
"portdir": "python/py-audioread",
"version": "3.0.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/beetbox/audioread",
"description": "cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.",
"long_description": "cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python. Decode audio files using whichever backend is available. The library currently supports: Gstreamer via PyGObject; Core Audio on Mac OS X via ctypes (PyObjC not required); MAD via the pymad bindings; FFmpeg or Libav via its command-line interface; The standard library wave, aifc, and sunau modules (for uncompressed audio formats).",
"active": true,
"categories": [
"audio",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-flit_core",
"py314-installer"
]
},
{
"type": "lib",
"ports": [
"python314"
]
},
{
"type": "test",
"ports": [
"py314-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-audioread"
]
},
{
"type": "run",
"ports": [
"py314-librosa"
]
}
]
},
{
"name": "py314-autocommand",
"portdir": "python/py-autocommand",
"version": "2.2.2",
"license": "LGPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Lucretiel/autocommand",
"description": "A library to create a command-line program from a function",
"long_description": "A library to create a command-line program from a function",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2213
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-installer",
"clang-18",
"py314-build",
"py314-setuptools",
"py314-wheel"
]
},
{
"type": "lib",
"ports": [
"python314"
]
},
{
"type": "test",
"ports": [
"py314-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-autocommand",
"py314-jaraco.text"
]
}
]
},
{
"name": "py314-automat",
"portdir": "python/py-automat",
"version": "25.4.16",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/glyph/automat",
"description": "A library for concise, idiomatic Python expression of finite-state automata",
"long_description": "Automat is a library for concise, idiomatic Python expression of finite-state automata (particularly deterministic finite-state transducers).",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1599
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-wheel",
"py314-hatch-vcs",
"py314-setuptools_scm",
"py314-hatchling",
"clang-18",
"py314-build",
"py314-installer"
]
},
{
"type": "lib",
"ports": [
"python314",
"py314-setuptools"
]
},
{
"type": "run",
"ports": [
"py314-attrs",
"py314-six"
]
},
{
"type": "test",
"ports": [
"py314-pytest",
"py314-pytest-benchmark",
"py314-graphviz",
"py314-twisted"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-automat",
"py314-twisted"
]
}
]
},
{
"name": "py314-autopep8",
"portdir": "python/py-autopep8",
"version": "2.3.2",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/hhatto/autopep8",
"description": "A tool that automatically formats Python code to conform to the PEP 8 style guide",
"long_description": "autopep8 automatically formats Python code to conform to the PEP 8 style guide. It uses the pycodestyle utility to determine what parts of the code needs to be formatted. autopep8 is capable of fixing most of the formatting issues that can be reported by pycodestyle.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2213
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-installer",
"py314-wheel",
"py314-setuptools",
"clang-18",
"py314-build"
]
},
{
"type": "lib",
"ports": [
"python314"
]
},
{
"type": "run",
"ports": [
"py314-codestyle",
"autopep8_select"
]
},
{
"type": "test",
"ports": [
"py314-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-autopep8",
"py314-python-lsp-server"
]
}
]
},
{
"name": "py314-av",
"portdir": "python/py-av",
"version": "17.0.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pyav.basswood-io.com",
"description": "Pythonic bindings for FFmpeg libraries",
"long_description": "PyAV provides Pythonic bindings for FFmpeg. It provides access to media containers, streams, packets, codecs, and frames with integration for NumPy and Pillow.",
"active": true,
"categories": [
"multimedia",
"python"
],
"maintainers": [
{
"name": "pguyot",
"github": "pguyot",
"ports_count": 178
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-cython",
"py314-setuptools",
"py314-wheel",
"pkgconfig",
"clang-18",
"py314-build",
"py314-installer"
]
},
{
"type": "lib",
"ports": [
"python314",
"ffmpeg8"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py314-audiocraft",
"py-av"
]
}
]
},
{
"name": "py314-avro",
"portdir": "python/py-avro",
"version": "1.12.1",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://avro.apache.org/",
"description": "Avro is a serialization and RPC framework.",
"long_description": "Avro is a serialization and RPC framework.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-installer",
"clang-18",
"py314-build",
"py314-setuptools",
"py314-wheel"
]
},
{
"type": "lib",
"ports": [
"python314"
]
},
{
"type": "test",
"ports": [
"py314-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-avro"
]
}
]
},
{
"name": "py314-awscli",
"portdir": "python/py-awscli",
"version": "1.44.39",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://aws.amazon.com/cli/",
"description": "Universal Command Line Environment for Amazon Web Services.",
"long_description": "Universal Command Line Environment for Amazon Web Services.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-wheel",
"clang-18",
"py314-build",
"py314-installer",
"py314-setuptools"
]
},
{
"type": "lib",
"ports": [
"py314-s3transfer",
"python314",
"py314-rsa",
"py314-docutils",
"py314-yaml",
"py314-colorama",
"py314-botocore"
]
},
{
"type": "run",
"ports": [
"awscli_select"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-awscli"
]
}
]
},
{
"name": "py314-awscli2",
"portdir": "python/py-awscli2",
"version": "2.34.53",
"license": "Apache-2",
"platforms": "{darwin >= 20}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://aws.amazon.com/cli/",
"description": "Universal Command Line Environment for Amazon Web Services.",
"long_description": "Universal Command Line Environment for Amazon Web Services.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "davidgilman1",
"github": "dgilman",
"ports_count": 146
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-setuptools",
"clang-18",
"py314-build",
"py314-flit_core",
"py314-installer"
]
},
{
"type": "lib",
"ports": [
"py314-colorama",
"py314-prompt_toolkit",
"py314-ruamel-yaml-clib",
"python314",
"py314-distro",
"py314-awscrt",
"py314-jmespath",
"py314-dateutil",
"py314-urllib3",
"py314-docutils",
"py314-ruamel-yaml"
]
},
{
"type": "run",
"ports": [
"awscli_select"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-awscli2"
]
}
]
},
{
"name": "py314-awscrt",
"portdir": "python/py-awscrt",
"version": "0.32.2",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://aws.amazon.com/cli/",
"description": "A common runtime for AWS Python projects",
"long_description": "A common runtime for AWS Python projects",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "davidgilman1",
"github": "dgilman",
"ports_count": 146
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py314-wheel",
"py314-build",
"py314-installer",
"py314-setuptools",
"cmake",
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python314",
"py314-setuptools",
"openssl3"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py314-awscli2",
"py-awscrt"
]
}
]
},
{
"name": "py314-aws-sam-translator",
"portdir": "python/py-aws-sam-translator",
"version": "1.107.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/awslabs/serverless-application-model",
"description": "AWS SAM Translator is a library that transform SAM templates into AWS CloudFormation templates",
"long_description": "AWS SAM Translator is a library that transform SAM templates into AWS CloudFormation templates",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-build",
"py314-wheel",
"py314-setuptools",
"py314-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python314"
]
},
{
"type": "run",
"ports": [
"py314-boto3",
"py314-jsonschema",
"py314-pydantic"
]
},
{
"type": "test",
"ports": [
"py314-pytest",
"py314-mock",
"py314-yaml",
"py314-parameterized"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-aws-sam-translator"
]
},
{
"type": "run",
"ports": [
"py314-cfn-lint"
]
}
]
},
{
"name": "py314-babel",
"portdir": "python/py-babel",
"version": "2.17.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://babel.pocoo.org/",
"description": "A collection of tools for internationalizing Python applications.",
"long_description": "Babel is an integrated collection of utilities that assist in internationalizing and localizing Python applications, with an emphasis on web-based applications.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-wheel",
"clang-18",
"py314-build",
"py314-installer",
"py314-setuptools"
]
},
{
"type": "lib",
"ports": [
"python314"
]
},
{
"type": "test",
"ports": [
"py314-pytest",
"py314-freezegun"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-babel",
"py314-jupyterlab_server",
"colout"
]
},
{
"type": "run",
"ports": [
"py314-sphinx"
]
}
]
},
{
"name": "py314-barcode",
"portdir": "python/py-barcode",
"version": "0.16.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://python-barcode.readthedocs.io/en/stable/",
"description": "a simple way to create barcodes in Python",
"long_description": "python-barcode is a pure-python library for generating barcodes in various formats.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-build",
"py314-setuptools",
"py314-wheel",
"clang-18",
"py314-installer"
]
},
{
"type": "lib",
"ports": [
"py314-Pillow",
"python314"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-barcode"
]
}
]
},
{
"name": "py314-base58",
"portdir": "python/py-base58",
"version": "2.1.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/keis/base58",
"description": "Base58 and Base58Check implementation compatible with what is used by the bitcoin network",
"long_description": "Base58 and Base58Check implementation compatible with what is used by the bitcoin network. Any other alternative alphabet (like the XRP one) can be used.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "harens",
"github": "harens",
"ports_count": 166
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-installer",
"py314-setuptools",
"py314-wheel"
]
},
{
"type": "lib",
"ports": [
"python314"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-base58",
"py314-sslcrypto"
]
}
]
},
{
"name": "py314-base91",
"portdir": "python/py-base91",
"version": "1.0.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Fuyukai/base91-python",
"description": "A Python implementation of Base91",
"long_description": "A Python implementation of Base91.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "harensdeveloper",
"github": "harens",
"ports_count": 41
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-installer",
"py314-setuptools",
"py314-wheel"
]
},
{
"type": "lib",
"ports": [
"python314"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-base91"
]
}
]
},
{
"name": "py314-bbpb",
"portdir": "python/py-bbpb",
"version": "1.4.2",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/nccgroup/blackboxprotobuf",
"description": "Blackbox Protobuf is a set of tools for working with encoded Protocol Buffers (protobuf) without the matching protobuf definition.",
"long_description": "Blackbox Protobuf is a set of tools for working with encoded Protocol Buffers (protobuf) without the matching protobuf definition.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1425
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-installer",
"py314-poetry-core"
]
},
{
"type": "lib",
"ports": [
"python314",
"py314-six"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-bbpb",
"unfurl"
]
}
]
},
{
"name": "py314-bcrypt",
"portdir": "python/py-bcrypt",
"version": "5.0.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pyca/bcrypt/",
"description": "Modern password hashing for your software and your servers",
"long_description": "Modern password hashing for your software and your servers",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py314-wheel",
"py314-setuptools-rust",
"cargo",
"legacy-support",
"rust",
"clang-20",
"py314-build",
"py314-installer",
"py314-setuptools"
]
},
{
"type": "lib",
"ports": [
"libunwind",
"python314"
]
},
{
"type": "test",
"ports": [
"py314-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-bcrypt",
"py314-paramiko",
"py314-twisted"
]
},
{
"type": "run",
"ports": [
"py314-spyder"
]
}
]
},
{
"name": "py314-beaker",
"portdir": "python/py-beaker",
"version": "1.13.0",
"license": "BSD and MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://beaker.readthedocs.io/",
"description": "A Session and Caching library with WSGI Middleware",
"long_description": "Beaker is a web session and general caching library that includes WSGI middleware for use in web applications. As a general caching library, Beaker can handle storing for various times any Python object that can be pickled with optional back-ends on a fine-grained basis. Beaker was built largely on the code from MyghtyUtils, then refactored and extended with database support. Beaker includes Cache and Session WSGI middleware to ease integration with WSGI capable frameworks.",
"active": true,
"categories": [
"www",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-installer",
"py314-setuptools",
"py314-wheel"
]
},
{
"type": "lib",
"ports": [
"python314"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-beaker"
]
}
]
},
{
"name": "py314-beartype",
"portdir": "python/py-beartype",
"version": "0.22.9",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/beartype/beartype",
"description": "Unbearably fast O(1) runtime type-checking in pure Python",
"long_description": "Beartype is an open-source pure-Python PEP-compliant constant-time runtime type checker emphasizing efficiency, portability, and thrilling puns.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "harens",
"github": "harens",
"ports_count": 166
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-installer",
"py314-hatchling"
]
},
{
"type": "lib",
"ports": [
"python314"
]
},
{
"type": "test",
"ports": [
"py314-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-beartype"
]
},
{
"type": "run",
"ports": [
"py314-sentipy"
]
}
]
},
{
"name": "py314-beautifulsoup4",
"portdir": "python/py-beautifulsoup4",
"version": "4.14.3",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.crummy.com/software/BeautifulSoup/",
"description": "Python HTML/XML parser",
"long_description": "Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping.",
"active": true,
"categories": [
"textproc",
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1425
}
],
"variants": [
"chardet",
"charset_normalizer",
"html5lib",
"lxml"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-installer",
"py314-hatchling"
]
},
{
"type": "lib",
"ports": [
"py314-html5lib",
"python314",
"py314-lxml",
"py314-typing_extensions",
"py314-soupsieve"
]
},
{
"type": "test",
"ports": [
"py314-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"linkchecker",
"py314-sunpy",
"py314-socid-extractor",
"yfinance",
"py314-nbconvert",
"osxphotos",
"cppman",
"gdown",
"buku",
"py-beautifulsoup4",
"py314-cartopy",
"py314-skyfield"
]
},
{
"type": "run",
"ports": [
"py314-dns-lexicon",
"py314-libpysal"
]
}
]
},
{
"name": "py314-beniget",
"portdir": "python/py-beniget",
"version": "0.5.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/serge-sans-paille/beniget/",
"description": "Extract semantic information about static Python code",
"long_description": "Extract semantic information about static Python code",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2213
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-setuptools",
"py314-wheel",
"clang-18",
"py314-build",
"py314-installer"
]
},
{
"type": "lib",
"ports": [
"python314",
"py314-gast"
]
},
{
"type": "test",
"ports": [
"py314-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-beniget",
"py314-pythran"
]
}
]
},
{
"name": "py314-bidi",
"portdir": "python/py-bidi",
"version": "0.6.10",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/MeirKriheli/python-bidi",
"description": "Pure python implementation of the BiDi layout algorithm",
"long_description": "Pure python implementation of the BiDi layout algorithm",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-installer",
"py314-setuptools-rust",
"py314-maturin"
]
},
{
"type": "lib",
"ports": [
"python314"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-bidi",
"maigret",
"py314-xhtml2pdf"
]
}
]
},
{
"name": "py314-bidict",
"portdir": "python/py-bidict",
"version": "0.23.1",
"license": "MPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bidict.readthedocs.io/",
"description": "The bidirectional mapping library for Python",
"long_description": "The bidict library provides several friendly, efficient data structures for working with bidirectional mappings in Python.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "harens",
"github": "harens",
"ports_count": 166
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-installer",
"py314-setuptools",
"py314-wheel"
]
},
{
"type": "lib",
"ports": [
"python314"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-bidict",
"py314-desktop-notifier"
]
}
]
},
{
"name": "py314-bigfloat",
"portdir": "python/py-bigfloat",
"version": "0.4.0",
"license": "LGPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mdickinson/bigfloat",
"description": "Arbitrary-precision correctly-rounded floating-point arithmetic, via MPFR.",
"long_description": "Arbitrary-precision correctly-rounded floating-point arithmetic, via MPFR.",
"active": true,
"categories": [
"math",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2213
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py314-cython",
"py314-build",
"py314-installer",
"py314-setuptools",
"py314-wheel",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"mpfr",
"python314",
"py314-six",
"gmp"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-bigfloat"
]
}
]
},
{
"name": "py314-binaryornot",
"portdir": "python/py-binaryornot",
"version": "0.6.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/audreyr/binaryornot",
"description": "Ultra-lightweight pure Python package to check if a file is binary or text.",
"long_description": "Ultra-lightweight pure Python package to check if a file is binary or text.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2213
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-installer",
"clang-18",
"py314-build",
"py314-hatchling"
]
},
{
"type": "lib",
"ports": [
"python314"
]
},
{
"type": "test",
"ports": [
"py314-hypothesis",
"py314-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-binaryornot",
"py314-cookiecutter"
]
}
]
},
{
"name": "py314-biopython",
"portdir": "python/py-biopython",
"version": "1.87",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://biopython.org/",
"description": "Python tools for computational molecular biology",
"long_description": "Python tools for computational molecular biology: parsers for various file formats, interfaces for programs, tools for performing common operations on sequences, etc.",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2213
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py314-build",
"py314-setuptools",
"py314-wheel",
"clang-18",
"py314-installer"
]
},
{
"type": "lib",
"ports": [
"py314-numpy",
"python314"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-biopython",
"arpeggio",
"arpeggio-devel"
]
}
]
},
{
"name": "py314-bitarray",
"portdir": "python/py-bitarray",
"version": "3.8.1",
"license": "PSF",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ilanschnell/bitarray",
"description": "A efficient implementation of arrays of booleans",
"long_description": "This module provides an object type which efficiently represents an array of booleans. Bitarrays are sequence types and behave very much like usual lists. Eight bits are represented by one byte in a contiguous block of memory. The user can select between two representations: little-endian and big-endian. Most of the functionality is implemented in C. Methods for accessing the machine representation are provided.",
"active": true,
"categories": [
"math",
"python"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 612
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-installer",
"py314-setuptools",
"py314-wheel"
]
},
{
"type": "lib",
"ports": [
"python314"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-bitarray",
"py314-bitstring"
]
}
]
},
{
"name": "py314-bitmath",
"portdir": "python/py-bitmath",
"version": "1.3.3.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tbielawa/bitmath",
"description": "Pythonic module for representing and manipulating file sizes with different prefix notations (file size unit conversion)",
"long_description": "Pythonic module for representing and manipulating file sizes with different prefix notations (file size unit conversion)",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-setuptools",
"py314-wheel",
"clang-18",
"py314-build",
"py314-installer"
]
},
{
"type": "lib",
"ports": [
"python314",
"py314-progressbar"
]
},
{
"type": "test",
"ports": [
"py314-pytest",
"py314-mock"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"osxphotos",
"py-bitmath"
]
}
]
},
{
"name": "py314-bitstring",
"portdir": "python/py-bitstring",
"version": "4.3.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/scott-griffiths/bitstring",
"description": "Module to simplify handling of binary data",
"long_description": "bitstring is a pure Python module that makes the creation, manipulation and analysis of binary data as simple and natural as possible.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-setuptools",
"py314-wheel",
"clang-18",
"py314-build",
"py314-installer"
]
},
{
"type": "lib",
"ports": [
"python314",
"py314-bitarray"
]
},
{
"type": "test",
"ports": [
"py314-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"proxmark3-iceman",
"esptool",
"py-bitstring",
"py314-osxmetadata"
]
}
]
},
{
"name": "py314-black",
"portdir": "python/py-black",
"version": "26.5.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://black.readthedocs.io/",
"description": "The uncompromising code formatter for Python.",
"long_description": "By using Black, you agree to cede control over minutiae of hand-formatting your Python source code. In return, Black gives you speed, determinism, and freedom from pycodestyle nagging about formatting. You will save time and mental energy for more important matters. Black makes code review faster by producing the smallest diffs possible. Blackened code looks the same regardless of the project you’re reading. Formatting becomes transparent after a while and you can focus on the content instead.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "danchr",
"github": "danchr",
"ports_count": 175
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-hatch-fancy-pypi-readme",
"clang-18",
"py314-build",
"py314-installer",
"py314-hatch-vcs",
"py314-hatchling"
]
},
{
"type": "lib",
"ports": [
"py314-pytokens",
"python314",
"py314-packaging",
"py314-pathspec",
"py314-platformdirs",
"py314-mypy_extensions",
"py314-click"
]
},
{
"type": "run",
"ports": [
"black_select"
]
},
{
"type": "test",
"ports": [
"py314-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-black",
"py314-python-lsp-black"
]
},
{
"type": "run",
"ports": [
"ansible-lint"
]
},
{
"type": "test",
"ports": [
"diffoscope"
]
}
]
},
{
"name": "py314-bleach",
"portdir": "python/py-bleach",
"version": "6.3.0",
"license": "Apache",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mozilla/bleach",
"description": "An easy safelist-based HTML-sanitizing tool.",
"long_description": "An easy safelist-based HTML-sanitizing tool.",
"active": true,
"categories": [
"www",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-build",
"py314-setuptools",
"py314-wheel",
"clang-18",
"py314-installer"
]
},
{
"type": "lib",
"ports": [
"py314-webencodings",
"python314"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py314-panel",
"py314-nbconvert",
"py-bleach"
]
},
{
"type": "run",
"ports": [
"py314-readme_renderer"
]
}
]
},
{
"name": "py314-blessed",
"portdir": "python/py-blessed",
"version": "1.20.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jquast/blessed",
"description": "A thin practical wrapper around terminal styling screen positioning and keyboard input.",
"long_description": "A thin practical wrapper around terminal styling screen positioning and keyboard input.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-wheel",
"py314-build",
"py314-installer",
"py314-setuptools",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-six",
"py314-wcwidth",
"python314"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-blessed",
"py314-objexplore"
]
},
{
"type": "run",
"ports": [
"py314-dashing"
]
}
]
},
{
"name": "py314-blinker",
"portdir": "python/py-blinker",
"version": "1.9.0",
"license": "MIT and BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://blinker.readthedocs.io",
"description": "Fast, simple object-to-object and broadcast signaling",
"long_description": "Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or \"signals\". Signal receivers can subscribe to specific senders or receive signals sent by any sender.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "aronnax",
"github": "lpsinger",
"ports_count": 443
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-flit_core",
"clang-18",
"py314-build",
"py314-installer"
]
},
{
"type": "lib",
"ports": [
"python314"
]
},
{
"type": "test",
"ports": [
"py314-pytest-asyncio",
"py314-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-blinker",
"py314-flask",
"py314-oauthlib"
]
}
]
},
{
"name": "py314-blis",
"portdir": "python/py-blis",
"version": "1.3.3",
"license": "MIT",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/explosion/cython-blis",
"description": "Fast matrix-multiplication as a self-contained Python library",
"long_description": "Fast matrix-multiplication as a self-contained Python library",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "jonesc",
"github": "cjones051073",
"ports_count": 232
}
],
"variants": [
"native",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py314-installer",
"py314-setuptools",
"py314-wheel",
"cctools",
"clang-18",
"py314-build"
]
},
{
"type": "lib",
"ports": [
"python314",
"py314-cython",
"py314-numpy"
]
},
{
"type": "test",
"ports": [
"py314-pytest",
"py314-hypothesis"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-blis",
"py314-thinc"
]
}
]
},
{
"name": "py314-blockdiag",
"portdir": "python/py-blockdiag",
"version": "3.0.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://blockdiag.com/",
"description": "blockdiag generates block-diagram image from text",
"long_description": "blockdiag generates block-diagram image from text",
"active": true,
"categories": [
"graphics",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-wheel",
"clang-18",
"py314-build",
"py314-installer",
"py314-setuptools"
]
},
{
"type": "lib",
"ports": [
"python314",
"py314-setuptools",
"py314-Pillow",
"py314-funcparserlib",
"py314-webcolors"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-blockdiag"
]
},
{
"type": "run",
"ports": [
"py314-sphinxcontrib-blockdiag"
]
}
]
},
{
"name": "py314-blosc2",
"portdir": "python/py-blosc2",
"version": "4.1.2",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/blosc2/",
"description": "Python wrapper for Blosc2",
"long_description": "A Python wrapper for the extremely fast Blosc2 compression library",
"active": true,
"categories": [
"devel",
"archivers",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py314-scikit-build-core",
"ninja",
"pkgconfig",
"clang-18",
"py314-build",
"py314-installer",
"py314-cython",
"py314-oldest-supported-numpy"
]
},
{
"type": "lib",
"ports": [
"python314",
"py314-requests",
"py314-numpy",
"py314-msgpack",
"py314-numexpr",
"py314-ndindex",
"blosc2"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-blosc2",
"py314-tables"
]
}
]
},
{
"name": "py314-bokeh",
"portdir": "python/py-bokeh",
"version": "3.9.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/bokeh/bokeh",
"description": "Bokeh is an implementation of Grammar of Graphics",
"long_description": "Bokeh (pronounced boh-Kay) is an implementation of Grammar of Graphics for Python, that also supports the customized rendering flexibility of Protovis and d3.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-installer",
"py314-setuptools",
"py314-wheel",
"py314-colorama",
"py314-setuptools-git-versioning"
]
},
{
"type": "lib",
"ports": [
"py314-pandas",
"python314",
"py314-tornado",
"py314-xyzservices",
"py314-packaging",
"py314-numpy",
"py314-contourpy",
"py314-yaml",
"py314-Pillow",
"py314-jinja2"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-bokeh",
"py314-panel",
"py314-geoviews",
"py314-holoviews",
"py314-hvplot",
"py314-movingpandas",
"peakipy"
]
}
]
},
{
"name": "py314-boto3",
"portdir": "python/py-boto3",
"version": "1.42.49",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/boto/boto3",
"description": "The AWS SDK for Python",
"long_description": "Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, which allows Python developers to write software that makes use of services like Amazon S3 and Amazon EC2.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "emcrisostomo",
"github": "emcrisostomo",
"ports_count": 169
},
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-wheel",
"clang-18",
"py314-build",
"py314-installer",
"py314-setuptools"
]
},
{
"type": "lib",
"ports": [
"python314"
]
},
{
"type": "run",
"ports": [
"py314-botocore",
"py314-jmespath",
"py314-s3transfer"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"certbot-dns-route53",
"py-boto3"
]
},
{
"type": "run",
"ports": [
"py314-aws-sam-translator"
]
}
]
},
{
"name": "py314-botocore",
"portdir": "python/py-botocore",
"version": "1.42.49",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/boto/botocore",
"description": "Low level data driven core of boto 3.",
"long_description": "A low-level interface to a growing number of Amazon Web Services. The botocore package is the foundation for the AWS CLI as well as boto3.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
},
{
"name": "emcrisostomo",
"github": "emcrisostomo",
"ports_count": 169
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-wheel",
"clang-18",
"py314-build",
"py314-installer",
"py314-setuptools"
]
},
{
"type": "lib",
"ports": [
"py314-dateutil",
"py314-urllib3",
"py314-jmespath",
"python314"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py314-aiobotocore",
"py314-awscli",
"py-botocore",
"py314-s3transfer"
]
},
{
"type": "run",
"ports": [
"py314-boto3"
]
}
]
},
{
"name": "py314-bottle",
"portdir": "python/py-bottle",
"version": "0.13.4",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bottlepy.org/",
"description": "Fast, simple and lightweight WSGI micro web-framework for python",
"long_description": "Bottle is a fast, simple and lightweight WSGI micro web-framework with no dependencies other than the Python Standard Library. It supports routing, templates and has a built-in HTTP development server. It supports paste, fapws3, bjoern, Google App Engine, cheerypy or any other WSGI capable HTTP server",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-installer",
"clang-18",
"py314-build",
"py314-setuptools",
"py314-wheel"
]
},
{
"type": "lib",
"ports": [
"python314"
]
},
{
"type": "test",
"ports": [
"py314-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"platformio",
"py-bottle"
]
}
]
},
{
"name": "py314-bottleneck",
"portdir": "python/py-bottleneck",
"version": "1.6.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pydata/bottleneck",
"description": "Fast NumPy array functions written in Cython",
"long_description": "Bottleneck is a set of NumPy ufuncs rewritten in Cython to boost performance. The collection contains mainly operations dealing with NaN and sliding windows.",
"active": true,
"categories": [
"math",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py314-versioneer",
"py314-setuptools",
"py314-wheel",
"clang-18",
"py314-build",
"py314-installer"
]
},
{
"type": "lib",
"ports": [
"py314-numpy",
"python314"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-bottleneck"
]
}
]
},
{
"name": "py314-bpylist2",
"portdir": "python/py-bpylist2",
"version": "4.1.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/parabolala/bpylist2",
"description": "Parse and generate NSKeyedArchiver archives",
"long_description": "Parse and generate NSKeyedArchiver archives",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-installer",
"py314-poetry-core"
]
},
{
"type": "lib",
"ports": [
"python314"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"osxphotos",
"py-bpylist2"
]
}
]
},
{
"name": "py314-bracex",
"portdir": "python/py-bracex",
"version": "2.6",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/facelessuser/bracex",
"description": "Bash style brace expansion for Python.",
"long_description": "Bash style brace expansion for Python. Brace expanding is used to generate arbitrary strings.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-installer",
"py314-hatchling"
]
},
{
"type": "lib",
"ports": [
"python314"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-bracex"
]
},
{
"type": "run",
"ports": [
"py314-wcmatch"
]
}
]
}
]
}