HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 52358,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=262",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=260",
"results": [
{
"name": "py-couchdb",
"portdir": "python/py-couchdb",
"version": "1.2",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://code.google.com/p/couchdb-python/",
"description": "Python library for working with CouchDB",
"long_description": "Python library for working with CouchDB. This package currently encompasses four primary modules: 1) couchdb.client: the basic client library, 2) couchdb.design: management of design documents, 3) couchdb.schema: a higher-lever API for mapping between CouchDB documents and Python objects, 4) couchdb.view: a CouchDB view server that allows writing view functions in Python",
"active": false,
"categories": [
"www",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"py27-couchdb"
]
}
],
"depends_on": []
},
{
"name": "py-corner",
"portdir": "python/py-corner",
"version": "2.2.3",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/dfm/corner.py",
"description": "Make some beautiful corner plots of samples",
"long_description": "Make some beautiful corner plots of samples",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "dan",
"github": "dfm",
"ports_count": 11
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-corner"
]
}
],
"depends_on": []
},
{
"name": "py-coremltools",
"portdir": "python/py-coremltools",
"version": "5.2.0",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/apple/coremltools",
"description": "Community Tools for Core ML",
"long_description": "Core ML is an Apple framework that allows developers to easily integrate machine learning (ML) models into apps. Core ML is available on iOS, iPadOS, watchOS, macOS, and tvOS. Core ML introduces a public file format (.mlmodel) for a broad set of ML methods including deep neural networks (convolutional and recurrent), tree ensembles (boosted trees, random forest, decision trees), and generalized linear models. Core ML models can be directly integrated into apps within Xcode.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py310-coremltools"
]
}
],
"depends_on": []
},
{
"name": "py-coolprop",
"portdir": "python/py-coolprop",
"version": "6.4.3",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.coolprop.org",
"description": "Open-source thermodynamic and transport properties database",
"long_description": "CoolProp implements: Pure and pseudo-pure fluid equations of state and transport properties for 122 components, mixture properties using high-accuracy Helmholtz energy formulations, correlations of properties of incompressible fluids and brines, computationally efficient tabular interpolation, highest accuracy psychrometric routines, user-friendly interface around the full capabilities of NIST REFPROP, fast IAPWS-IF97 (Industrial Formulation) for Water/Steam, and Cubic equations of state (SRK, PR).",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "mp",
"github": "jsalort",
"ports_count": 10
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py311-coolprop"
]
}
],
"depends_on": []
},
{
"name": "py-cookies",
"portdir": "python/py-cookies",
"version": "2.2.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/sashahart/cookies",
"description": "Friendly, RFC 6265-compliant cookie parser/renderer module",
"long_description": "Python module for working with HTTP cookies: parsing and rendering 'Cookie:' request headers and 'Set-Cookie:' response headers, and exposing a convenient API for creating and modifying cookies. It can be used as a replacement of Python's `Cookie` or `http.cookies`.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 618
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"py39-cookies"
]
}
],
"depends_on": []
},
{
"name": "py-cookiecutter",
"portdir": "python/py-cookiecutter",
"version": "2.7.1",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/cookiecutter/cookiecutter",
"description": "A command-line utility that creates projects from project templates.",
"long_description": "A command-line utility that creates projects from project templates., e.g. creating a Python package project from a Python package project template.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2220
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-cookiecutter"
]
}
],
"depends_on": []
},
{
"name": "py-control",
"portdir": "python/py-control",
"version": "0.10.1",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://python-control.readthedocs.io",
"description": "Python package for feedback control systems",
"long_description": "The Python Control Systems Library, python-control, is a python package that implements basic operations for analysis and design of feedback control systems.",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py312-control"
]
}
],
"depends_on": []
},
{
"name": "py-contourpy",
"portdir": "python/py-contourpy",
"version": "1.3.3",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/contourpy/contourpy",
"description": "Python library for calculating contours of 2D quadrilateral grids",
"long_description": "Python library for calculating contours of 2D quadrilateral grids",
"active": true,
"categories": [
"math",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2220
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-contourpy"
]
}
],
"depends_on": []
},
{
"name": "py-contextvars",
"portdir": "python/py-contextvars",
"version": "2.4",
"license": "Apache-2.0",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/MagicStack/contextvars",
"description": "PEP 567 Backport",
"long_description": "PEP 567 Backport",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2220
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py310-contextvars"
]
}
],
"depends_on": []
},
{
"name": "py-contextlib2",
"portdir": "python/py-contextlib2",
"version": "21.6.0",
"license": "PSF",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://contextlib2.readthedocs.org/",
"description": "Backports and enhancements for the contextlib module",
"long_description": "Backports and enhancements for the contextlib module",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-contextlib2"
]
}
],
"depends_on": []
},
{
"name": "py-contextily",
"portdir": "python/py-contextily",
"version": "1.7.1",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/geopandas/contextily",
"description": "context geo tiles in Python",
"long_description": "contextily is a small Python package to retrieve tile maps from the internet. It can add those tiles as basemaps to matplotlib figures or write tile maps to disk into geospatial raster files. Bounding boxes can be passed in both WGS84 and Spheric Mercator.",
"active": true,
"categories": [
"python",
"gis"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-contextily"
]
}
],
"depends_on": []
},
{
"name": "py-construct",
"portdir": "python/py-construct",
"version": "2.10.70",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://construct.readthedocs.org",
"description": "python module for parsing and building binary or textual data structures",
"long_description": "Construct is a python library for parsing and building of data structures (binary or textual). It is based on the concept of defining data structures in a declarative manner, rather than procedural code: more complex constructs are composed of a hierarchy of simpler ones.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 441
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-construct"
]
}
],
"depends_on": []
},
{
"name": "py-constantly",
"portdir": "python/py-constantly",
"version": "23.10.4",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/twisted/constantly",
"description": "A library that provides symbolic constant support",
"long_description": "A library that provides symbolic constant support. It includes collections and constants with text, numeric, and bit flag values. Originally twisted.python.constants from the Twisted project.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1604
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-constantly"
]
}
],
"depends_on": []
},
{
"name": "py-cons",
"portdir": "python/py-cons",
"version": "0.4.7",
"license": "LGPL-3+",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pythological/python-cons",
"description": "An implementation of Lisp/Scheme-like cons in Python.",
"long_description": "The cons package attempts to emulate the semantics of Lisp/Scheme's cons as closely as possible while incorporating all the built-in Python sequence types.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2220
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-cons"
]
}
],
"depends_on": []
},
{
"name": "py-conllu",
"portdir": "python/py-conllu",
"version": "6.0.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/EmilStenstrom/conllu",
"description": "Convert a CoNLL-U string into a nested python dictionary.",
"long_description": "CoNLL-U Parser parses a CoNLL-U formatted string into a nested python dictionary. CoNLL-U is often the output of natural language processing tasks.",
"active": true,
"categories": [
"textproc",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-conllu"
]
}
],
"depends_on": []
},
{
"name": "py-confuse",
"portdir": "python/py-confuse",
"version": "2.0.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.org/project/confuse/",
"description": "painless YAML config files for Python",
"long_description": "Confuse is a configuration library for Python that uses YAML. It takes care of defaults, overrides, type checking, command-line integration, human-readable errors, and standard OS-specific locations.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-confuse"
]
}
],
"depends_on": []
},
{
"name": "py-configparser",
"portdir": "python/py-configparser",
"version": "7.2.0",
"license": "MIT",
"platforms": "any",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/jaraco/configparser",
"description": "Configparser from Python 3.8 to Python 2.6-3.7",
"long_description": "Configparser from Python 3.8 to Python 2.6-3.7",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-configparser"
]
}
],
"depends_on": []
},
{
"name": "py-configobj",
"portdir": "python/py-configobj",
"version": "5.0.9",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/configobj/",
"description": "Config file reading, writing and validation.",
"long_description": "ConfigObj is a simple but powerful config file reader and writer: an ini file round tripper. Its main feature is that it is very easy to use, with a straightforward programmer's interface and a simple syntax for config files.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-configobj"
]
}
],
"depends_on": []
},
{
"name": "py-configargparse",
"portdir": "python/py-configargparse",
"version": "1.7.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/zorro3/ConfigArgParse",
"description": "configargparse extends argparse with config files and environment variables support",
"long_description": "configargparse is a drop-in replacement for argparse that adds support for config files and environment variables. It allows options to also be set via config files and/or environment variables.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 618
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-configargparse"
]
}
],
"depends_on": []
},
{
"name": "py-config",
"portdir": "python/py-config",
"version": "1.2",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://config-py.sourceforge.net/",
"description": "alternative ConfigParser module for python",
"long_description": "powerful alternative to the ConfigParser module already available in the standard Python.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"py27-config"
]
}
],
"depends_on": []
},
{
"name": "py-confection",
"portdir": "python/py-confection",
"version": "1.3.3",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/explosion/confection",
"description": "The sweetest config system for Python",
"long_description": "The sweetest config system for Python",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "jonesc",
"github": "cjones051073",
"ports_count": 232
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-confection"
]
}
],
"depends_on": []
},
{
"name": "py-commpy",
"portdir": "python/py-commpy",
"version": "0.8.0",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://veeresht.info/CommPy/",
"description": "Digital Communication Algorithms with Python",
"long_description": "Digital Communication Algorithms with Python",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "ra1nb0w",
"github": "ra1nb0w",
"ports_count": 151
},
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 441
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py310-commpy"
]
}
],
"depends_on": []
},
{
"name": "py-commonmark",
"portdir": "python/py-commonmark",
"version": "0.9.1",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://commonmarkpy.readthedocs.io/en/latest/",
"description": "Python CommonMark parser",
"long_description": "commonmark.py is a pure Python port of jgm's commonmark.js, a Markdown parser and renderer for the CommonMark specification, using only native modules",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "harens",
"github": "harens",
"ports_count": 166
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-commonmark"
]
}
],
"depends_on": []
},
{
"name": "py-comm",
"portdir": "python/py-comm",
"version": "0.2.3",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ipython/comm",
"description": "Jupyter Python Comm implementation",
"long_description": "Jupyter Python Comm implementation",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-comm"
]
}
],
"depends_on": []
},
{
"name": "py-comet",
"portdir": "python/py-comet",
"version": "3.1.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://comet.readthedocs.io",
"description": "A complete VOEvent transport system",
"long_description": "Comet is a Python implementation of the VOEvent Transport Protocol (VTP). The core of Comet is a multi-functional VOEvent broker. It is capable of receiving events either by subscribing to one or more remote brokers or by direct connection from authors, and can then both process those events locally and forward them to its own subscribers. In addition, Comet provides a tool for publishing VOEvents to a remote broker. See the website for further details and documentation.",
"active": true,
"categories": [
"science",
"www",
"python"
],
"maintainers": [
{
"name": "aronnax",
"github": "lpsinger",
"ports_count": 443
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py312-comet"
]
}
],
"depends_on": []
},
{
"name": "py-columnize",
"portdir": "python/py-columnize",
"version": "0.3.11",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rocky/pycolumnize",
"description": "Format a simple list into aligned columns",
"long_description": "A Python module to format a simple (i.e. not nested) list into aligned columns. A string with embedded newline characters is returned.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2220
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-columnize"
]
}
],
"depends_on": []
},
{
"name": "py-colour",
"portdir": "python/py-colour",
"version": "0.4.6",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.colour-science.org",
"description": "A comprehensive number of colour theory transformations and algorithms",
"long_description": "Colour is a Python colour science package implementing a comprehensive number of colour theory transformations and algorithms.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1604
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py312-colour"
]
}
],
"depends_on": []
},
{
"name": "py-colorthief",
"portdir": "python/py-colorthief",
"version": "0.2.1",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/fengsp/color-thief-py",
"description": "module for grabbing the color palette from an image",
"long_description": "module for grabbing the color palette from an image",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "i0ntempest",
"github": "i0ntempest",
"ports_count": 288
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-colorthief"
]
}
],
"depends_on": []
},
{
"name": "py-colormath",
"portdir": "python/py-colormath",
"version": "3.0.0",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://python-colormath.readthedocs.org/",
"description": "Simplify color math operations in python",
"long_description": "The python-colormath is a python module that abstracts common color math operations",
"active": false,
"categories": [
"math",
"python"
],
"maintainers": [
{
"name": "aronnax",
"github": "lpsinger",
"ports_count": 443
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"py38-colormath"
]
}
],
"depends_on": []
},
{
"name": "py-colorlog",
"portdir": "python/py-colorlog",
"version": "6.10.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/borntyping/python-colorlog",
"description": "Log formatting with colors!",
"long_description": "Log formatting with colors!",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2220
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-colorlog"
]
}
],
"depends_on": []
},
{
"name": "py-coloredlogs",
"portdir": "python/py-coloredlogs",
"version": "15.0.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://coloredlogs.readthedocs.io/",
"description": "Colored terminal output for Python's logging module",
"long_description": "The coloredlogs package enables colored terminal output for Python’s logging module.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "ijackson",
"github": "JacksonIsaac",
"ports_count": 44
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-coloredlogs"
]
}
],
"depends_on": []
},
{
"name": "py-colored",
"portdir": "python/py-colored",
"version": "2.3.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://gitlab.com/dslackw/colored",
"description": "Simple library for color and formatting to terminal",
"long_description": "Simple library for color and formatting to terminal",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-colored"
]
}
],
"depends_on": []
},
{
"name": "py-colorclass",
"portdir": "python/py-colorclass",
"version": "2.2.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Robpol86/colorclass",
"description": "Colorful worry-free console applications for Linux, Mac OS X, and Windows.",
"long_description": "Colorful worry-free console applications for Linux, Mac OS X, and Windows.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"py38-colorclass"
]
}
],
"depends_on": []
},
{
"name": "py-colorcet",
"portdir": "python/py-colorcet",
"version": "3.2.1",
"license": "CC-BY",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://colorcet.holoviz.org",
"description": "Collection of perceptually uniform colormaps",
"long_description": "Collection of perceptually uniform colormaps",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1547
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-colorcet"
]
}
],
"depends_on": []
},
{
"name": "py-colorama",
"portdir": "python/py-colorama",
"version": "0.4.6",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tartley/colorama",
"description": "Cross-platform colored terminal text",
"long_description": "Cross-platform colored terminal text Makes ANSI escape character sequences, for producing colored terminal text and cursor positioning, work under MS Windows.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-colorama"
]
}
],
"depends_on": []
},
{
"name": "py-colander",
"portdir": "python/py-colander",
"version": "2.0",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Pylons/colander",
"description": "System for validating and deserializing data.",
"long_description": "System for validating and deserializing data.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py312-colander"
]
}
],
"depends_on": []
},
{
"name": "py-coherent.licensed",
"portdir": "python/py-coherent.licensed",
"version": "0.5.2",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/coherent-oss/coherent.licensed",
"description": "License management tooling for Coherent System and skeleton projects",
"long_description": "License management tooling for Coherent System and skeleton projects",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2220
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-coherent.licensed"
]
}
],
"depends_on": []
},
{
"name": "py-cogen",
"portdir": "python/py-cogen",
"version": "0.2.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://code.google.com/p/cogen/",
"description": "Library for network oriented, coroutine based programming.",
"long_description": "Coroutines and asynchronous I/O using enhanced generators from python 2.5, including a enhanced WSGI server.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"py27-cogen"
]
}
],
"depends_on": []
},
{
"name": "py-cog",
"portdir": "python/py-cog",
"version": "3.4.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://nedbatchelder.com/code/cog/",
"description": "Cog is a code generation tool. It lets you use pieces of Python code as generators in your source files to generate whatever code you need.",
"long_description": "Cog is a code generation tool. It lets you use pieces of Python code as generators in your source files to generate whatever code you need.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-cog"
]
}
],
"depends_on": []
},
{
"name": "py-codetools",
"portdir": "python/py-codetools",
"version": "4.4.0",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/enthought/codetools",
"description": "Code analysis and execution tools",
"long_description": "The codetools project includes packages that simplify meta-programming and help the programmer separate data from code in Python. ***This package is likely no longer usefull***",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py312-codetools"
]
}
],
"depends_on": []
},
{
"name": "pycodestyle_select",
"portdir": "python/pycodestyle_select",
"version": "0.1",
"license": "Permissive",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "",
"description": "common files for selecting default pycodestyle version",
"long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of pycodestyle.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py27-codestyle",
"py35-codestyle",
"py36-codestyle",
"py37-codestyle",
"py39-codestyle",
"py38-codestyle",
"py310-codestyle",
"py311-codestyle",
"py312-codestyle",
"py313-codestyle",
"py314-codestyle"
]
}
]
},
{
"name": "py-codestyle",
"portdir": "python/py-codestyle",
"version": "2.14.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pycodestyle.readthedocs.io",
"description": "Python style guide checker (formally called pep8)",
"long_description": "pycodestyle is a tool to check your Python code against some of the style conventions in PEP 8 (https://www.python.org/dev/peps/pep-0008/) This package used to be called pep8, but was renamed.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 618
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-codestyle"
]
}
],
"depends_on": []
},
{
"name": "py-codecov",
"portdir": "python/py-codecov",
"version": "2.1.13",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/codecov/codecov-python",
"description": "Hosted coverage reports for Github, Bitbucket and Gitlab",
"long_description": "Hosted coverage reports for Github, Bitbucket and Gitlab.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-codecov"
]
}
],
"depends_on": []
},
{
"name": "py-cmd2",
"portdir": "python/py-cmd2",
"version": "3.1.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/python-cmd2/cmd2",
"description": "Tool for building interactive command line applications in Python",
"long_description": "Tool for building interactive command line applications in Python",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py313-cmd2"
]
}
],
"depends_on": []
},
{
"name": "py-cloudscraper",
"portdir": "python/py-cloudscraper",
"version": "1.2.71",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/VeNoMouS/cloudscraper",
"description": "A Python module to bypass Cloudflare's anti-bot page",
"long_description": "A simple Python module to bypass Cloudflare's anti-bot page (also known as I'm Under Attack Mode, or IUAM), implemented with Requests. This can be useful if you wish to scrape or crawl a website protected with Cloudflare.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "harens",
"github": "harens",
"ports_count": 166
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-cloudscraper"
]
}
],
"depends_on": []
},
{
"name": "py-cloudpickle",
"portdir": "python/py-cloudpickle",
"version": "3.1.2",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/cloudpipe/cloudpickle",
"description": "Extended pickling support for Python objects.",
"long_description": "Extended pickling support for Python objects.",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2897
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-cloudpickle"
]
}
],
"depends_on": []
},
{
"name": "py-cloudpathlib",
"portdir": "python/py-cloudpathlib",
"version": "0.24.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/drivendataorg/cloudpathlib",
"description": "pathlib-style classes for cloud storage services",
"long_description": "cloudpathlib provides pathlib.Path-style classes for interacting with cloud storage services including AWS S3, Azure Blob Storage, and Google Cloud Storage.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "pguyot",
"github": "pguyot",
"ports_count": 196
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-cloudpathlib"
]
}
],
"depends_on": []
},
{
"name": "py-cloudflare2",
"portdir": "python/py-cloudflare2",
"version": "2.20.0",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/cloudflare/python-cloudflare",
"description": "Python interface to the CloudFlare API.",
"long_description": "Python interface to the CloudFlare API.",
"active": true,
"categories": [
"net",
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1547
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-cloudflare2"
]
}
],
"depends_on": []
},
{
"name": "py-cloudflare",
"portdir": "python/py-cloudflare",
"version": "5.4.0",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/cloudflare/cloudflare-python",
"description": "Python interface to the CloudFlare API.",
"long_description": "Python interface to the CloudFlare API.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1547
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py314-cloudflare"
]
}
],
"depends_on": []
},
{
"name": "py-clonedigger",
"portdir": "python/py-clonedigger",
"version": "1.1.0",
"license": "GPL-3+",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://clonedigger.sourceforge.net/",
"description": "Clone Digger aimed to detect similar code in Python programs",
"long_description": "Clone Digger is the tool for finding software clones. Currently only Python language is supported, Java support will be added soon.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"py27-clonedigger"
]
}
],
"depends_on": []
}
]
}