{"count":51798,"next":"https://ports.macports.org/api/v1/ports/?format=json&ordering=name&page=775","previous":"https://ports.macports.org/api/v1/ports/?format=json&ordering=name&page=773","results":[{"name":"py-async-lru","portdir":"python/py-async-lru","version":"2.3.0","license":"BSD","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://github.com/aio-libs/async-lru","description":"A port of Python’s built-in functools.lru_cache function for asyncio","long_description":"A port of Python’s built-in functools.lru_cache function for asyncio","active":true,"categories":["devel","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py314-async-lru"]}],"depends_on":[]},{"name":"py-asyncmy","portdir":"python/py-asyncmy","version":"0.2.5","license":"Apache-2","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://github.com/long2ice/asyncmy","description":"A fast asyncio MySQL driver","long_description":"A fast asyncio MySQL driver","active":true,"categories":["devel","databases","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py310-asyncmy"]}],"depends_on":[]},{"name":"py-asyncpg","portdir":"python/py-asyncpg","version":"0.29.0","license":"Apache-2","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://github.com/MagicStack/asyncpg","description":"An asyncio PostgreSQL driver","long_description":"asyncpg is a database interface library designed specifically for PostgreSQL and Python/asyncio. asyncpg is an efficient, clean implementation of PostgreSQL server binary protocol for use with Python's asyncio framework.","active":true,"categories":["devel","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"fetch","ports":["git"]},{"type":"lib","ports":["py312-asyncpg"]}],"depends_on":[]},{"name":"py-asyncssh","portdir":"python/py-asyncssh","version":"2.22.0","license":"(EPL-2 or GPL-2+)","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://asyncssh.timeheart.net","description":"AsyncSSH: Asynchronous SSHv2 client and server library","long_description":"AsyncSSH: Asynchronous SSHv2 client and server library","active":true,"categories":["devel","python"],"maintainers":[{"name":"reneeotten","github":"reneeotten","ports_count":2112}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py314-asyncssh"]}],"depends_on":[]},{"name":"py-async-task","portdir":"python/py-async-task","version":"0.6.2","license":"BSD","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/gitpython-developers/async","description":"Framework to process interdependent tasks in a pool of workers","long_description":"Async is one more attempt to make the definition and execution of asynchronous interdependent operations easy. For that to work, you may define tasks which communicate with each other by channels. Channels transfer items, which is very similar to bytes flowing through pipes uses in inter-process communication. Items will only be generated on demand, that is when you read from the respective output channel.","active":false,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"lib","ports":["py27-async-task"]}],"depends_on":[]},{"name":"py-asynctest","portdir":"python/py-asynctest","version":"0.13.0","license":"Apache-2","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://github.com/Martiusweb/asynctest","description":"Enhance the standard unittest package with features for testing asyncio libraries","long_description":"The package asynctest is built on top of the standard unittest module and cuts down boilerplate code when testing libraries for asyncio.","active":true,"categories":["devel","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py312-asynctest"]}],"depends_on":[]},{"name":"py-async-tiff","portdir":"python/py-async-tiff","version":"0.7.1","license":"MIT","platforms":"any","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":1409}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py314-async-tiff"]}],"depends_on":[]},{"name":"py-async-timeout","portdir":"python/py-async-timeout","version":"4.0.3","license":"Apache-2","platforms":"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":["clang-18"]},{"type":"lib","ports":["py314-async-timeout"]}],"depends_on":[]},{"name":"py-atomiclong","portdir":"python/py-atomiclong","version":"0.1.1","license":"MIT","platforms":"any","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":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py314-atomiclong"]}],"depends_on":[]},{"name":"py-atomicwrites","portdir":"python/py-atomicwrites","version":"1.4.1","license":"MIT","platforms":"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":2112}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py313-atomicwrites"]}],"depends_on":[]},{"name":"py-atpublic","portdir":"python/py-atpublic","version":"6.0.2","license":"Apache-2","platforms":"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"]},{"type":"lib","ports":["py314-atpublic"]}],"depends_on":[]},{"name":"py-atpy","portdir":"python/py-atpy","version":"0.9.7","license":"MIT","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://atpy.readthedocs.org/","description":"ATpy: Astronomical Tables in Python","long_description":"ATpy is a Python module aimed at seamlessly reading, creating, manipulating, and writing tables of astronomical data. To date, the following formats are supported: ASCII, FITS, VO, HDF5, and IPAC tables, and SQLite, MySQL, and PostgreSQL databases.","active":false,"categories":["science","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-17"]},{"type":"lib","ports":["py39-atpy"]}],"depends_on":[]},{"name":"py-attr","portdir":"python/py-attr","version":"0.3.2","license":"MIT","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://github.com/denis-ryzhkov/attr","description":"Simple decorator to set attributes of target function or class in a DRY way","long_description":"Simple decorator to set attributes of target function or class in a DRY way","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py311-attr"]}],"depends_on":[]},{"name":"py-attrs","portdir":"python/py-attrs","version":"26.1.0","license":"MIT","platforms":"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":["clang-18"]},{"type":"lib","ports":["py314-attrs"]}],"depends_on":[]},{"name":"py-aubio","portdir":"python/py-aubio","version":"0.4.9","license":"GPL-3+","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://aubio.org/","description":"a collection of tools for music analysis","long_description":"a collection of tools for music analysis","active":true,"categories":["audio","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py313-aubio"]}],"depends_on":[]},{"name":"py-audiocraft","portdir":"python/py-audiocraft","version":"1.3.0","license":"MIT","platforms":"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":167}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py314-audiocraft"]}],"depends_on":[]},{"name":"py-audioop_lts","portdir":"python/py-audioop_lts","version":"0.2.2","license":"PSF","platforms":"any","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":249}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py313-audioop_lts"]}],"depends_on":[]},{"name":"py-audioread","portdir":"python/py-audioread","version":"3.0.1","license":"MIT","platforms":"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"]},{"type":"lib","ports":["py314-audioread"]}],"depends_on":[]},{"name":"py-authheaders","portdir":"python/py-authheaders","version":"0.16.3","license":"MIT","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://github.com/ValiMail/authentication-headers","description":"Library for the generation of email authentication headers","long_description":"A library wrapping email authentication header verification and generation. The library can perform DKIM, SPF, and DMARC validation, and the results are packaged into the Authentication-Results header.","active":true,"categories":["devel","mail","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py313-authheaders"]}],"depends_on":[]},{"name":"py-authkit","portdir":"python/py-authkit","version":"0.3.0pre5","license":"MIT","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://pypi.org/project/AuthKit/","description":"An authentication and authorization toolkit for WSGI applications and frameworks","long_description":"An authentication and authorization toolkit for WSGI applications and frameworks","active":false,"categories":["www","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-14"]},{"type":"extract","ports":["unzip"]},{"type":"lib","ports":["py27-authkit"]}],"depends_on":[]},{"name":"py-authres","portdir":"python/py-authres","version":"1.2.0","license":"Apache-2","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://launchpad.net/authentication-results-python","description":"Authentication-Results Headers generation and parsing.","long_description":"Authentication-Results Headers generation and parsing.","active":true,"categories":["devel","mail","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py313-authres"]}],"depends_on":[]},{"name":"py-autobahn","portdir":"python/py-autobahn","version":"24.4.2","license":"MIT","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://crossbar.io/autobahn","description":"WebSocket client & server library WAMP real time framework","long_description":"WebSocket client & server library WAMP real time framework","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py313-autobahn"]}],"depends_on":[]},{"name":"py-autocommand","portdir":"python/py-autocommand","version":"2.2.2","license":"LGPL-3","platforms":"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":2112}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py313-autocommand"]}],"depends_on":[]},{"name":"py-autoflake","portdir":"python/py-autoflake","version":"2.3.1","license":"MIT","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://github.com/PyCQA/autoflake","description":"Removes unused imports and unused variables","long_description":"Removes unused imports and unused variables","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py313-autoflake"]}],"depends_on":[]},{"name":"py-automat","portdir":"python/py-automat","version":"25.4.16","license":"MIT","platforms":"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":1596}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py314-automat"]}],"depends_on":[]},{"name":"py-autopage","portdir":"python/py-autopage","version":"0.5.2","license":"Apache-2","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://github.com/zaneb/autopage","description":"automatically display terminal output in a pager","long_description":"automatically display terminal output in a pager","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py313-autopage"]}],"depends_on":[]},{"name":"py-autopep8","portdir":"python/py-autopep8","version":"2.3.2","license":"MIT","platforms":"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":2112}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py313-autopep8"]}],"depends_on":[]},{"name":"py-av","portdir":"python/py-av","version":"17.0.0","license":"BSD","platforms":"any","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":167}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py314-av"]}],"depends_on":[]},{"name":"py-avro","portdir":"python/py-avro","version":"1.12.1","license":"Apache-2","platforms":"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":["clang-18"]},{"type":"lib","ports":["py314-avro"]}],"depends_on":[]},{"name":"py-awesome_slugify","portdir":"python/py-awesome_slugify","version":"1.6.5","license":"GPL-3","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://pypi.python.org/pypi/awesome-slugify","description":"Flexible slugify function","long_description":"Flexible slugify function","active":false,"categories":["textproc","python"],"maintainers":[{"name":"esafak","github":"esafak","ports_count":134}],"variants":[],"dependencies":[{"type":"build","ports":["clang-16"]},{"type":"lib","ports":["py36-awesome_slugify"]}],"depends_on":[]},{"name":"py-awscli","portdir":"python/py-awscli","version":"1.44.39","license":"Apache-2","platforms":"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":654}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py314-awscli"]}],"depends_on":[]},{"name":"py-awscli2","portdir":"python/py-awscli2","version":"2.34.32","license":"Apache-2","platforms":"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":"davidgilman1","github":"dgilman","ports_count":146}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py314-awscli2"]}],"depends_on":[]},{"name":"py-awscli-plugin-endpoint","portdir":"python/py-awscli-plugin-endpoint","version":"0.4","license":"Apache-2","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://github.com/wbingli/awscli-plugin-endpoint","description":"An awscli plugin to configure service endpoint from aws configure file","long_description":"An awscli plugin to configure service endpoint from aws configure file","active":true,"categories":["python"],"maintainers":[{"name":"judaew","github":"judaew","ports_count":654}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py311-awscli-plugin-endpoint"]}],"depends_on":[]},{"name":"py-awscrt","portdir":"python/py-awscrt","version":"0.32.1","license":"Apache-2","platforms":"any","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":[],"dependencies":[{"type":"build","ports":["pkgconfig","clang-18"]},{"type":"lib","ports":["openssl3","py314-awscrt"]}],"depends_on":[]},{"name":"py-aws-sam-translator","portdir":"python/py-aws-sam-translator","version":"1.107.0","license":"Apache-2","platforms":"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":654}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py314-aws-sam-translator"]}],"depends_on":[]},{"name":"py-axiom","portdir":"python/py-axiom","version":"0.8.0","license":"MIT","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://pypi.python.org/pypi/axiom","description":"Axiom is an object database, or alternatively, an object-relational mapper, implemented on top of Python.","long_description":"Axiom is an object database, or alternatively, an object-relational mapper, implemented on top of Python. Its primary goal is to provide an object-oriented layer with the key aspects of OOP (Object Oriented Programming), i.e. polymorphism and message dispatch, without hindering the power of an RDBMS (Relational DataBase Management System).","active":false,"categories":["databases","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-14"]},{"type":"lib","ports":["py27-axiom"]}],"depends_on":[]},{"name":"py-axolotl","portdir":"python/py-axolotl","version":"0.2.3","license":"GPL-3","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://github.com/tgalal/python-axolotl","description":"Python implementation of libaxolotl","long_description":"Python implementation of libaxolotl","active":false,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-16"]},{"type":"lib","ports":["py38-axolotl"]}],"depends_on":[]},{"name":"py-axolotl-curve25519","portdir":"python/py-axolotl-curve25519","version":"0.4.1.post2","license":"GPL-3","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://github.com/tgalal/python-axolotl-curve25519","description":"curve25519 for py-axolotl","long_description":"Python implementation of curve25519 with ed25519 signatures for py-axolotl","active":false,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-16"]},{"type":"lib","ports":["py38-axolotl-curve25519"]}],"depends_on":[]},{"name":"py-babel","portdir":"python/py-babel","version":"2.17.0","license":"BSD","platforms":"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":["clang-18"]},{"type":"lib","ports":["py314-babel"]}],"depends_on":[]},{"name":"py-backcall","portdir":"python/py-backcall","version":"0.2.0","license":"BSD","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://github.com/takluyver/backcall","description":"Specifications for callback functions passed in to an API.","long_description":"Specifications for callback functions passed in to an API.","active":true,"categories":["devel","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py313-backcall"]}],"depends_on":[]},{"name":"py-backoff","portdir":"python/py-backoff","version":"2.2.1","license":"MIT","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://github.com/litl/backoff","description":"Function decoration for backoff and retry","long_description":"This module provides function decorators which can be used to wrap a function such that it will be retried until some condition is met. It is meant to be of use when accessing unreliable resources with the potential for intermittent failures i.e. network resources and external APIs. Somewhat more generally, it may also be of use for dynamically polling resources for externally generated content.","active":true,"categories":["devel","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py312-backoff"]}],"depends_on":[]},{"name":"py-backports","portdir":"python/py-backports","version":"1.0","license":"PSF","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://pypi.python.org/pypi/backports","description":"Namespace for backported Python features","long_description":"Namespace for backported Python features","active":true,"categories":["devel","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py311-backports"]}],"depends_on":[]},{"name":"py-backports_abc","portdir":"python/py-backports_abc","version":"0.5","license":"PSF","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://github.com/cython/backports_abc","description":"A backport of recent additions to the 'collections.abc' module from Python 3.5.","long_description":"A backport of recent additions to the 'collections.abc' module from Python 3.5.","active":true,"categories":["devel","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["clang-16"]},{"type":"lib","ports":["py27-backports_abc"]}],"depends_on":[]},{"name":"py-backports.asyncio.runner","portdir":"python/py-backports.asyncio.runner","version":"1.2.0","license":"PSF-2.0","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://github.com/samypr100/backports.asyncio.runner","description":"Backport of asyncio.Runner, a context manager that controls event loop life cycle.","long_description":"Backport of asyncio.Runner, a context manager that controls event loop life cycle.","active":true,"categories":["devel","python"],"maintainers":[{"name":"reneeotten","github":"reneeotten","ports_count":2112}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py310-backports.asyncio.runner"]}],"depends_on":[]},{"name":"py-backports.cached-property","portdir":"python/py-backports.cached-property","version":"1.0.2","license":"MIT","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://github.com/penguinolog/backports.cached_property","description":"Backport of Python 3.8 functools.cached_property.","long_description":"Backport of Python 3.8 functools.cached_property.","active":false,"categories":["python"],"maintainers":[{"name":"judaew","github":"judaew","ports_count":654}],"variants":[],"dependencies":[{"type":"build","ports":["clang-14"]},{"type":"lib","ports":["py37-backports.cached-property"]}],"depends_on":[]},{"name":"py-backports.csv","portdir":"python/py-backports.csv","version":"1.0.6","license":"PSF","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://pypi.python.org/pypi/backports.csv/","description":"Backport of Python 3 csv module","long_description":"Backport of Python 3 csv module","active":false,"categories":["python"],"maintainers":[{"name":"xeron.oskom","github":"xeron","ports_count":20}],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"lib","ports":["py27-backports.csv"]}],"depends_on":[]},{"name":"py-backports.entry-points-selectable","portdir":"python/py-backports.entry-points-selectable","version":"1.2.0","license":"MIT","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://github.com/jaraco/backports.entry_points_selectable","description":"Compatibility shim providing selectable entry points for older implementations","long_description":"Compatibility shim providing selectable entry points for older implementations","active":false,"categories":["devel","python"],"maintainers":[{"name":"reneeotten","github":"reneeotten","ports_count":2112}],"variants":[],"dependencies":[{"type":"build","ports":["clang-14"]},{"type":"lib","ports":["py310-backports.entry-points-selectable"]}],"depends_on":[]},{"name":"py-backports-functools_lru_cache","portdir":"python/py-backports-functools_lru_cache","version":"1.6.4","license":"MIT","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://github.com/jaraco/backports.functools_lru_cache","description":"Backport of functools.lru_cache from Python 3.3 as published at ActiveState (https://code.activestate.com/recipes/578078/)","long_description":"Backport of functools.lru_cache from Python 3.3 as published at ActiveState (https://code.activestate.com/recipes/578078/)","active":true,"categories":["devel","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-16"]},{"type":"lib","ports":["py27-backports-functools_lru_cache"]}],"depends_on":[]},{"name":"py-backports-lzma","portdir":"python/py-backports-lzma","version":"0.0.14","license":"BSD","platforms":"darwin","epoch":1,"replaced_by":null,"homepage":"https://github.com/peterjc/backports.lzma","description":"Backport of Python 3.3's 'lzma' module for XZ/LZMA compressed files.","long_description":"Backport of Python 3.3's 'lzma' module for XZ/LZMA compressed files.","active":false,"categories":["devel","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"lib","ports":["py27-backports-lzma"]}],"depends_on":[]},{"name":"py-backports.os","portdir":"python/py-backports.os","version":"0.1.1","license":"PSF","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/pjdelport/backports.os","description":"Backport of new features in Python's os module","long_description":"Backport of new features in Python's os module","active":false,"categories":["python"],"maintainers":[{"name":"reneeotten","github":"reneeotten","ports_count":2112}],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"lib","ports":["py27-backports.os"]}],"depends_on":[]}]}