HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 50900,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=380",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=378",
"results": [
{
"name": "py36-flake8-polyfill",
"portdir": "python/py-flake8-polyfill",
"version": "1.0.2",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/flake8-polyfill",
"description": "Polyfill package for Flake8 plugins",
"long_description": "flake8-polyfill is a package that provides some compatibility helpers for Flake8 plugins that intend to support Flake8 2.x and 3.x simultaneously.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 433
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py36-setuptools"
]
},
{
"type": "lib",
"ports": [
"python36",
"py36-flake8"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py36-flake8-pep8-naming"
]
}
]
},
{
"name": "py36-flake8-pep8-naming",
"portdir": "python/py-flake8-pep8-naming",
"version": "0.9.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/PyCQA/pep8-naming",
"description": "Check PEP-8 naming conventions, plugin for flake8",
"long_description": "Check PEP-8 naming conventions, plugin for flake8.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 609
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py36-setuptools"
]
},
{
"type": "lib",
"ports": [
"python36",
"py36-flake8-polyfill"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py36-obspy"
]
}
]
},
{
"name": "py36-flake8-mccabe",
"portdir": "python/py-flake8-mccabe",
"version": "0.7.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pycqa/mccabe",
"description": "McCabe complexity checker for Python code, flake8 plugin",
"long_description": "McCabe complexity checker for Python code, flake8 plugin.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 609
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py36-setuptools",
"clang-13"
]
},
{
"type": "lib",
"ports": [
"python36"
]
},
{
"type": "test",
"ports": [
"py36-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py36-python-lsp-server",
"py36-language-server",
"py36-flake8",
"py36-pylint"
]
}
]
},
{
"name": "py36-flake8",
"portdir": "python/py-flake8",
"version": "4.0.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://flake8.readthedocs.org/",
"description": "The modular source code checker: pep8, pyflakes and Co.",
"long_description": "Flake8 runs all the tools by launching the single flake8 script. It is is a wrapper around the following tools: PyFlakes, PEP8 and the McCabe script by Ned Batchelder. It displays the warnings in a per-file, merged output, features Git and Mercurial hook and is extendable through flake8.extension entry points.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 609
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-13"
]
},
{
"type": "lib",
"ports": [
"py36-codestyle",
"py36-entrypoints",
"py36-flake8-mccabe",
"py36-importlib-metadata",
"py36-pyflakes",
"py36-setuptools",
"python36"
]
},
{
"type": "run",
"ports": [
"flake8_select"
]
},
{
"type": "test",
"ports": [
"py36-mock",
"py36-pytest"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py36-getkey"
]
},
{
"type": "lib",
"ports": [
"py36-language-server",
"py36-flake8-polyfill",
"py36-pyasdf",
"py36-python-lsp-server"
]
},
{
"type": "run",
"ports": [
"py36-obspy"
]
},
{
"type": "test",
"ports": [
"py36-commonmark",
"py36-spaCy",
"py36-thinc",
"py36-colour"
]
}
]
},
{
"name": "py36-fipy",
"portdir": "python/py-fipy",
"version": "3.4.2.1",
"license": "public-domain",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.ctcms.nist.gov/fipy/",
"description": "FiPy: A Finite Volume PDE Solver Using Python",
"long_description": "FiPy is an object oriented, partial differential equation (PDE) solver, written in Python, based on a standard finite volume (FV) approach. Uses matplotlib for viewing.",
"active": false,
"categories": [
"math",
"python"
],
"maintainers": [
{
"name": "jjstickel",
"github": "jjstickel",
"ports_count": 169
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py36-setuptools"
]
},
{
"type": "lib",
"ports": [
"py36-matplotlib",
"py36-numpy",
"python36",
"gmsh",
"py36-scipy",
"py36-future"
]
}
],
"depends_on": []
},
{
"name": "py36-fiona",
"portdir": "python/py-fiona",
"version": "1.8.20",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Toblerity/Fiona",
"description": "OGR's neat, nimble, no-nonsense API for Python programmers.",
"long_description": "Fiona provides uncomplicated Python interfaces to functions in OGR, the best open source C/C++ library for reading and writing geographic vector data.",
"active": false,
"categories": [
"python",
"gis"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2884
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py36-cython",
"clang-13"
]
},
{
"type": "lib",
"ports": [
"py36-attrs",
"py36-click-plugins",
"py36-cligj",
"gdal",
"py36-setuptools",
"py36-six",
"py36-munch",
"python36"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py36-geopandas"
]
}
]
},
{
"name": "py36-filterpy",
"portdir": "python/py-filterpy",
"version": "1.4.5",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rlabbe/filterpy",
"description": "Kalman filters and other optimal and non-optimal estimation filters in Python.",
"long_description": "This library provides Kalman filtering and various related optimal and non-optimal filtering software written in Python. It contains Kalman filters, Extended Kalman filters, Unscented Kalman filters, Kalman smoothers, Least Squares filters, fading memory filters, g-h filters, discrete Bayes, and more.",
"active": false,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "kuba",
"github": "KubaO",
"ports_count": 9
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python36",
"py36-numpy",
"py36-numpydoc",
"py36-scipy"
]
}
],
"depends_on": []
},
{
"name": "py36-filelock",
"portdir": "python/py-filelock",
"version": "3.4.1",
"license": "public-domain",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://py-filelock.readthedocs.io/",
"description": "A platform independent file lock",
"long_description": "This package contains a single module, which implements a platform independent file lock in Python, which provides a simple way of inter-process communication:",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "funasoul",
"github": "funasoul",
"ports_count": 15
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py36-setuptools_scm",
"clang-15"
]
},
{
"type": "lib",
"ports": [
"python36"
]
},
{
"type": "test",
"ports": [
"py36-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py36-tox",
"py36-tldextract",
"py36-virtualenv"
]
},
{
"type": "run",
"ports": [
"py36-cartopy"
]
}
]
},
{
"name": "py36-filechunkio",
"portdir": "python/py-filechunkio",
"version": "1.8",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bitbucket.org/fabian/filechunkio",
"description": "FileChunkIO represents a chunk of an OS-level file containing bytes data",
"long_description": "FileChunkIO represents a chunk of an OS-level file containing bytes data",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 609
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python36"
]
}
],
"depends_on": []
},
{
"name": "py36-figleaf",
"portdir": "python/py-figleaf",
"version": "0.6.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://darcs.idyll.org/~t/projects/figleaf/doc/",
"description": "code coverage analysis tool, similar to `coverage`",
"long_description": "figleaf is a Python code coverage analysis tool, built somewhat on the model of Ned Batchelder's fantastic coverage module. The goals of figleaf are to be a minimal replacement of 'coverage.py' that supports more configurable coverage gathering and reporting.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python36",
"py36-nose",
"py36-setuptools"
]
}
],
"depends_on": []
},
{
"name": "py36-fido2",
"portdir": "python/py-fido2",
"version": "0.9.3",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Yubico/python-fido2",
"description": "Library for working with FIDO devices",
"long_description": "Provides library functionality for communicating with a FIDO device over USB as well as verifying attestation and assertion signatures.",
"active": false,
"categories": [
"security",
"python",
"crypto"
],
"maintainers": [
{
"name": "amake",
"github": "amake",
"ports_count": 163
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py36-setuptools",
"clang-12"
]
},
{
"type": "lib",
"ports": [
"python36",
"py36-cryptography",
"py36-six"
]
}
],
"depends_on": []
},
{
"name": "py36-fiat",
"portdir": "python/py-fiat",
"version": "2018.1.0",
"license": "LGPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bitbucket.org/fenics-project/fiat",
"description": "FInite element Automatic Tabulator",
"long_description": "The FInite element Automatic Tabulator FIAT supports generation of arbitrary order instances of the Lagrange elements on lines, triangles, and tetrahedra. It is also capable of generating arbitrary order instances of Jacobi-type quadrature rules on the same element shapes. Further, H(div) and H(curl) conforming finite element spaces such as the families of Raviart-Thomas, Brezzi-Douglas-Marini and Nedelec are supported on triangles and tetrahedra.",
"active": false,
"categories": [
"science",
"math",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python36",
"py36-numpy",
"py36-sympy"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py36-ffc"
]
}
]
},
{
"name": "py36-ffc",
"portdir": "python/py-ffc",
"version": "2018.1.0",
"license": "LGPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bitbucket.org/fenics-project/ffc",
"description": "FEniCS Form Compiler",
"long_description": "FFC works as a compiler for multilinear forms by generating code (C or C++) for the evaluation of a multilinear form given in mathematical notation. This new approach to form evaluation makes it possible to combine generality with efficiency, the form can be given in mathematical notation and the generated code is as efficient as hand-optimized code.",
"active": false,
"categories": [
"science",
"math",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python36",
"py36-dijitso",
"swig-python",
"py36-ufl",
"boost176",
"py36-fiat"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py36-dolfin"
]
}
]
},
{
"name": "py36-feedparser",
"portdir": "python/py-feedparser",
"version": "6.0.8",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/kurtmckee/feedparser",
"description": "RSS and Atom parser",
"long_description": "Universal Feed Parser is a Python module for downloading and parsing syndicated feeds. It can handle RSS 0.90, Netscape RSS 0.91, Userland RSS 0.91, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom, and CDF feeds.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 433
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py36-setuptools"
]
},
{
"type": "lib",
"ports": [
"python36",
"py36-sgmllib3k"
]
},
{
"type": "test",
"ports": [
"py36-chardet"
]
}
],
"depends_on": []
},
{
"name": "py36-fastprogress",
"portdir": "python/py-fastprogress",
"version": "1.0.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/fastai/fastprogress",
"description": "A nested progress with plotting options for fastai",
"long_description": "A nested progress with plotting options for fastai",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2016
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py36-setuptools"
]
},
{
"type": "lib",
"ports": [
"python36",
"py36-numpy"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py36-pymc3"
]
}
]
},
{
"name": "py36-fasteners",
"portdir": "python/py-fasteners",
"version": "0.16.3",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/fasteners/",
"description": "A python package that provides useful locks",
"long_description": "A python package that provides useful locks",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 433
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py36-setuptools"
]
},
{
"type": "lib",
"ports": [
"python36",
"py36-six"
]
}
],
"depends_on": []
},
{
"name": "py36-fabric",
"portdir": "python/py-fabric",
"version": "2.4.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://fabfile.org",
"description": "Fabric is a simple tool for remote execution and deployment.",
"long_description": "Fabric is a simple tool for remote execution and deployment.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2884
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-12"
]
},
{
"type": "lib",
"ports": [
"fabric_select",
"py36-cryptography",
"python36",
"py36-paramiko",
"py36-setuptools",
"py36-invoke"
]
}
],
"depends_on": []
},
{
"name": "py36-fabio",
"portdir": "python/py-fabio",
"version": "0.12.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/silx-kit/fabio",
"description": "Reading and handling data from two-dimensional X-ray detectors.",
"long_description": "FabIO is a Python module written for easy and transparent reading of raw two-dimensional data from various X-ray detectors. The module provides a function for reading any image and returning a fabioimage object which contains both metadata (header information) and the raw data. All fabioimage object offer additional methods to extract information about the image and to open other detector images from the same data series.",
"active": false,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "coquelleni",
"github": "coquellen",
"ports_count": 22
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python36",
"py36-numpy",
"py36-setuptools"
]
}
],
"depends_on": []
},
{
"name": "py36-ez_setup",
"portdir": "python/py-ez_setup",
"version": "0.9",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/ez_setup/",
"description": "To solve a setuptools problem",
"long_description": "To solve a setuptools problem",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py36-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python36"
]
}
],
"depends_on": []
},
{
"name": "py36-ezodf",
"portdir": "python/py-ezodf",
"version": "0.2.5",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/T0ha/ezodf",
"description": "Python package to create or open OpenDocument files.",
"long_description": "ezodf is a Python package to create new or open existing OpenDocument (ODF) files to extract, add, modify or delete document data.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "Mathias.Laurin+macports",
"github": "Synss",
"ports_count": 5
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python36",
"py36-lxml"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-ezodf"
]
}
]
},
{
"name": "py36-extension-helpers",
"portdir": "python/py-extension-helpers",
"version": "0.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/astropy/extension-helpers",
"description": "Helpers to assist with building Python packages with compiled C/Cython extensions",
"long_description": "Helpers to assist with building Python packages with compiled C/Cython extensions",
"active": false,
"categories": [
"devel",
"science",
"python"
],
"maintainers": [
{
"name": "aronnax",
"github": "lpsinger",
"ports_count": 438
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python36",
"py36-setuptools"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py36-astropy",
"py36-astropy-healpix",
"py36-reproject"
]
}
]
},
{
"name": "py36-expressions",
"portdir": "python/py-expressions",
"version": "0.2.3",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://databrewery.org/",
"description": "Extensible arithmetic expression parser and compiler",
"long_description": "Extensible arithmetic expression parser and compiler",
"active": false,
"categories": [
"devel",
"math",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2884
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py36-setuptools",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"python36",
"py36-grako"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py36-cubes",
"py-expressions"
]
}
]
},
{
"name": "py36-execnet",
"portdir": "python/py-execnet",
"version": "1.9.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pytest-dev/execnet",
"description": "rapid multi-Python deployment",
"long_description": "rapid multi-Python deployment",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py36-setuptools_scm",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"python36"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py36-pytest-xdist"
]
}
]
},
{
"name": "py36-excelrd",
"portdir": "python/py-excelrd",
"version": "2.0.3",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/thombashi/excelrd",
"description": "module to extract data from Microsoft Excel spreadsheet files",
"long_description": "excelrd is a Python module to extract data from Microsoft Excel spreadsheet files. It is a modified version of xlrd for the latest python versions",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py36-setuptools"
]
},
{
"type": "lib",
"ports": [
"python36"
]
}
],
"depends_on": []
},
{
"name": "py36-eventlet",
"portdir": "python/py-eventlet",
"version": "0.25.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://eventlet.net/",
"description": "Highly concurrent networking library",
"long_description": "Eventlet is a networking library written in Python. It achieves high scalability by using non-blocking io while at the same time retaining high programmer usability by using coroutines to make the non-blocking io operations appear blocking at the source code level.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py36-setuptools"
]
},
{
"type": "lib",
"ports": [
"py36-greenlet",
"python36",
"py36-six",
"py36-monotonic",
"py36-dnspython"
]
}
],
"depends_on": []
},
{
"name": "py36-et_xmlfile",
"portdir": "python/py-et_xmlfile",
"version": "1.1.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://foss.heptapod.net/openpyxl/et_xmlfile",
"description": "An implementation of lxml.xmlfile for the standard library",
"long_description": "An implementation of lxml.xmlfile for the standard library",
"active": false,
"categories": [
"devel",
"textproc",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2884
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py36-setuptools"
]
},
{
"type": "lib",
"ports": [
"python36"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py36-openpyxl"
]
}
]
},
{
"name": "py36-erf",
"portdir": "python/py-erf",
"version": "1.0.1",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/dougthor42/PyErf",
"description": "Bootstrap confidence interval estimation routines for SciPy.",
"long_description": "Algorithms for SciPy to calculate bootstrap confidence intervals for statistics functions applied to data.",
"active": false,
"categories": [
"science",
"math",
"python"
],
"maintainers": [
{
"name": "aronnax",
"github": "lpsinger",
"ports_count": 438
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py36-setuptools"
]
},
{
"type": "lib",
"ports": [
"python36"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py36-scikits-bootstrap"
]
}
]
},
{
"name": "py36-epsg",
"portdir": "python/py-epsg",
"version": "0.4.0",
"license": "LGPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rhattersley/pyepsg",
"description": "Easy access to the EPSG database via http://epsg.io/",
"long_description": "Easy access to the EPSG database via http://epsg.io/",
"active": false,
"categories": [
"python",
"gis"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 609
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py36-setuptools"
]
},
{
"type": "lib",
"ports": [
"python36",
"py36-requests"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py36-cartopy"
]
}
]
},
{
"name": "py36-ephem",
"portdir": "python/py-ephem",
"version": "3.7.7.0",
"license": "LGPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://rhodesmill.org/pyephem/",
"description": "scientific-grade astronomy routines",
"long_description": "PyEphem provides an ephem Python package for performing high-precision astronomy computations. The underlying numeric routines are coded in C and are the same ones that drive the popular XEphem astronomy application, whose author, Elwood Charles Downey, generously gave permission for their use in PyEphem. The name ephem is short for the word ephemeris, which is the traditional term for a table giving the position of a planet, asteroid, or comet for a series of dates.",
"active": false,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "aronnax",
"github": "lpsinger",
"ports_count": 438
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-12"
]
},
{
"type": "lib",
"ports": [
"python36"
]
}
],
"depends_on": []
},
{
"name": "py36-epc",
"portdir": "python/py-epc",
"version": "0.0.5",
"license": "GPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tkf/python-epc",
"description": "EPC (RPC stack for Emacs Lisp) for Python",
"long_description": "EPC is an RPC stack for Emacs Lisp and Python-EPC is its server side and client side implementation in Python. Using Python-EPC, you can easily call Emacs Lisp functions from Python and Python functions from Emacs. For example, you can use Python GUI module to build widgets for Emacs (see examples/gtk/server.py for example).",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python36",
"py36-sexpdata"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-epc"
]
}
]
},
{
"name": "py36-envisage",
"portdir": "python/py-envisage",
"version": "6.0.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/enthought/envisage",
"description": "The Enthought envisage package",
"long_description": "Envisage is a Python-based framework for building extensible applications, that is, applications whose functionality can be extended by adding plug-ins. Envisage provides a standard mechanism for features to be added to an application, whether by the original developer or by someone else.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "jjstickel",
"github": "jjstickel",
"ports_count": 169
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py36-setuptools"
]
},
{
"type": "lib",
"ports": [
"py36-apptools"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py36-mayavi"
]
}
]
},
{
"name": "py36-entrypoints",
"portdir": "python/py-entrypoints",
"version": "0.3",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/takluyver/entrypoints",
"description": "Discover and load entry points from installed packages.",
"long_description": "Discover and load entry points from installed packages.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2884
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-13"
]
},
{
"type": "lib",
"ports": [
"python36"
]
},
{
"type": "test",
"ports": [
"py36-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py36-jupyter_client",
"py36-ipyparallel",
"py36-altair",
"py36-nbconvert",
"py36-flake8"
]
}
]
},
{
"name": "py36-enrich",
"portdir": "python/py-enrich",
"version": "1.2.6",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pycontribs/enrich",
"description": "Enrich adds few missing features to the wonderful rich library.",
"long_description": "Enriched extends rich library functionality with a set of changes that were not accepted to rich itself.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 653
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py36-pip",
"py36-toml",
"py36-wheel",
"clang-9.0",
"py36-setuptools_scm_git_archive"
]
},
{
"type": "lib",
"ports": [
"py36-rich",
"python36"
]
}
],
"depends_on": []
},
{
"name": "py36-enchant",
"portdir": "python/py-enchant",
"version": "3.2.2",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pyenchant.github.io/pyenchant/",
"description": "Python bindings for the Enchant spellchecking system",
"long_description": "PyEnchant is a spellchecking library for Python, based on the excellent Enchant library.",
"active": false,
"categories": [
"textproc",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2016
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py36-setuptools",
"clang-13"
]
},
{
"type": "lib",
"ports": [
"python36",
"enchant2"
]
}
],
"depends_on": []
},
{
"name": "py36-empy",
"portdir": "python/py-empy",
"version": "3.3.4",
"license": "LGPL",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.alcyone.com/software/empy/",
"description": "powerful and robust templating system for python",
"long_description": "py-empy is a system for embedding Python expressions and statements in template text. It takes an EmPy source file, processes it, and produces output. This is accomplished via expansions, which are special signals to the py-empy system and are set off by a special prefix.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python36"
]
}
],
"depends_on": []
},
{
"name": "py36-emcee3",
"portdir": "python/py-emcee3",
"version": "3.1.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://emcee.readthedocs.io/en/stable/",
"description": "affine-invariant ensemble MCMC sampling",
"long_description": "emcee is a stable, well tested Python implementation of the affine-invariant ensemble sampler for Markov chain Monte Carlo (MCMC) proposed by Goodman & Weare (2010). The code is open source and has already been used in several published projects in the astrophysics literature.",
"active": false,
"categories": [
"science",
"math",
"python"
],
"maintainers": [
{
"name": "aronnax",
"github": "lpsinger",
"ports_count": 438
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py36-setuptools_scm",
"clang-9.0",
"py36-wheel"
]
},
{
"type": "lib",
"ports": [
"python36",
"py36-numpy"
]
},
{
"type": "test",
"ports": [
"py36-scipy",
"py36-pytest"
]
}
],
"depends_on": []
},
{
"name": "py36-emcee",
"portdir": "python/py-emcee",
"version": "2.2.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/dfm/emcee",
"description": "affine-invariant ensemble MCMC sampling",
"long_description": "emcee is a stable, well tested Python implementation of the affine-invariant ensemble sampler for Markov chain Monte Carlo (MCMC) proposed by Goodman & Weare (2010). The code is open source and has already been used in several published projects in the astrophysics literature.",
"active": false,
"categories": [
"science",
"math",
"python"
],
"maintainers": [
{
"name": "aronnax",
"github": "lpsinger",
"ports_count": 438
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py36-setuptools",
"clang-13"
]
},
{
"type": "lib",
"ports": [
"python36",
"py36-numpy"
]
},
{
"type": "test",
"ports": [
"py36-nose"
]
}
],
"depends_on": []
},
{
"name": "py36-eli5",
"portdir": "python/py-eli5",
"version": "0.10.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/TeamHG-Memex/eli5",
"description": "A library for debugging/inspecting machine learning classifiers and explaining their predictions",
"long_description": "A library for debugging/inspecting machine learning classifiers and explaining their predictions. It provides support for the following machine learning frameworks and packages: scikit-learn, Keras, xgboost, LightGBM, CatBoost, lightning, and sklearn-crfsuite. ELI5 also implements several algorithms for inspecting black-box models: TextExplainer and Permutation.",
"active": false,
"categories": [
"math",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py36-setuptools"
]
},
{
"type": "lib",
"ports": [
"py36-graphviz",
"py36-jinja2",
"py36-numpy",
"python36",
"py36-scipy",
"py36-six",
"py36-tabulate",
"py36-scikit-learn",
"py36-attrs"
]
}
],
"depends_on": []
},
{
"name": "py36-editorconfig",
"portdir": "python/py-editorconfig",
"version": "0.12.3",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://editorconfig.org/",
"description": "EditorConfig File Locator and Interpreter for Python",
"long_description": "EditorConfig File Locator and Interpreter for Python",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2016
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python36",
"py36-setuptools"
]
}
],
"depends_on": []
},
{
"name": "py36-editor",
"portdir": "python/py-editor",
"version": "1.0.4",
"license": "Apache",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/fmoo/python-editor",
"description": "Programmatically open an editor, capture the result.",
"long_description": "Programmatically open an editor, capture the result.",
"active": false,
"categories": [
"textproc",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2884
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py36-setuptools",
"clang-13"
]
},
{
"type": "lib",
"ports": [
"python36"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py36-alembic"
]
}
]
},
{
"name": "py36-ecdsa",
"portdir": "python/py-ecdsa",
"version": "0.17.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/warner/python-ecdsa",
"description": "ECDSA cryptographic signature library",
"long_description": "ECDSA cryptographic signature library",
"active": false,
"categories": [
"devel",
"security",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2884
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py36-setuptools",
"py36-six"
]
},
{
"type": "lib",
"ports": [
"python36"
]
}
],
"depends_on": []
},
{
"name": "py36-dynd",
"portdir": "python/py-dynd",
"version": "0.7.2",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/libdynd/dynd-python",
"description": "Dynamic multi-dimensional array library.",
"long_description": "DyND-Python, a component of the Blaze project, is the Python exposure of the DyND dynamic multi-dimensional array library.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2884
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-9.0",
"py36-setuptools"
]
},
{
"type": "lib",
"ports": [
"libdynd",
"py36-numpy",
"python36",
"py36-cython"
]
}
],
"depends_on": []
},
{
"name": "py36-dqsegdb2",
"portdir": "python/py-dqsegdb2",
"version": "1.0.0",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://dqsegdb2.readthedocs.io",
"description": "Simplified python interface to DQSEGDB",
"long_description": "dqsegdb2 is a simplified Python implementation of the DQSEGDB API as defined in LIGO-T1300625. This package only provides a query interface for GET bequests, any users wishing to make POST requests should refer to the official 'dqsegdb' port.",
"active": false,
"categories": [
"science",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py36-setuptools"
]
},
{
"type": "lib",
"ports": [
"python36",
"py36-gwdatafind",
"py36-ligo-segments"
]
}
],
"depends_on": []
},
{
"name": "py36-dolfin",
"portdir": "python/py-dolfin",
"version": "2018.1.0",
"license": "LGPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bitbucket.org/fenics-project/dolfin",
"description": "Python interface to DOLFIN, a part of FEniCS",
"long_description": "Python interface to DOLFIN, a library that functions as the main user interface of FEniCS",
"active": false,
"categories": [
"science",
"math",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"pybind11",
"clang-9.0",
"py36-setuptools"
]
},
{
"type": "lib",
"ports": [
"python36",
"py36-ufl",
"dolfin",
"py36-dijitso",
"py36-ffc",
"py36-numpy"
]
}
],
"depends_on": []
},
{
"name": "py36-dogpile-cache",
"portdir": "python/py-dogpile-cache",
"version": "1.0.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/sqlalchemy/dogpile.cache",
"description": "Caching front-end based on the Dogpile lock",
"long_description": "Caching front-end based on the Dogpile lock",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py36-setuptools"
]
},
{
"type": "lib",
"ports": [
"python36"
]
},
{
"type": "run",
"ports": [
"py36-decorator",
"py36-stevedore"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py36-openstacksdk"
]
}
]
},
{
"name": "py36-docutils",
"portdir": "python/py-docutils",
"version": "0.18.1",
"license": "public-domain and BSD and PSF-2.1.1",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://docutils.sourceforge.io/",
"description": "A set of tools for processing plaintext documentation",
"long_description": "Docutils is a set of tools for processing plaintext documentation into useful formats, such as HTML, XML, and LaTeX. Includes reStructuredText, the easy to read, easy to use, what-you-see-is-what-you-get plaintext markup language.",
"active": false,
"categories": [
"textproc",
"python"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 349
},
{
"name": "alex",
"github": "",
"ports_count": 12
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py36-setuptools",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python36"
]
},
{
"type": "run",
"ports": [
"py36-roman"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py36-sphinx",
"py36-awscli",
"py36-kivy",
"py36-pybtex-docutils"
]
},
{
"type": "run",
"ports": [
"py36-sphinxcontrib-blockdiag",
"py36-sphinxcontrib-qthelp",
"py36-myst-parser",
"py36-m2r",
"py36-sphinxcontrib-devhelp",
"py36-sphinxcontrib-htmlhelp",
"py36-readme_renderer",
"py36-recommonmark",
"py36-sphinxcontrib-jsmath"
]
}
]
},
{
"name": "py36-doctest-ignore-unicode",
"portdir": "python/py-doctest-ignore-unicode",
"version": "0.1.2",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/doctest-ignore-unicode",
"description": "Add flag to ignore unicode literal prefixes in doctests",
"long_description": "Add flag to ignore unicode literal prefixes in doctests",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 433
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python36",
"py36-setuptools"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"py36-pygraphviz",
"py36-rdflib"
]
}
]
},
{
"name": "py36-docstyle",
"portdir": "python/py-docstyle",
"version": "6.1.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/PyCQA/pydocstyle",
"description": "Python docstring style checker",
"long_description": "pydocstyle is a static analysis tool for checking compliance with Python docstring conventions.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2016
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python36",
"py36-setuptools",
"py36-snowballstemmer"
]
},
{
"type": "run",
"ports": [
"pydocstyle_select"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py36-python-lsp-server",
"py36-language-server"
]
}
]
},
{
"name": "py36-docopt",
"portdir": "python/py-docopt",
"version": "0.6.2",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://docopt.org",
"description": "Pythonic argument parser, that will make you smile",
"long_description": "Pythonic argument parser, that will make you smile",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "kirill",
"github": "catap",
"ports_count": 120
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py36-setuptools"
]
},
{
"type": "lib",
"ports": [
"python36"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py36-breadability",
"py36-ckanapi",
"py36-hdfs",
"py36-sumy"
]
}
]
},
{
"name": "py36-dockerpy-creds",
"portdir": "python/py-dockerpy-creds",
"version": "0.4.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/shin-/dockerpy-creds",
"description": "Python bindings for the docker credentials store API",
"long_description": "Python bindings for the docker credentials store API",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "zdw",
"github": "",
"ports_count": 6
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py36-setuptools"
]
},
{
"type": "lib",
"ports": [
"python36",
"py36-six"
]
}
],
"depends_on": []
}
]
}