HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 50619,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=548",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=546",
"results": [
{
"name": "py27-urlgrabber",
"portdir": "python/py-urlgrabber",
"version": "4.0.0",
"license": "LGPL-2.1+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://urlgrabber.baseurl.org/",
"description": "High-level cross-protocol url-grabber",
"long_description": "Urlgrabber is a high-level cross-protocol url-grabber for python supporting HTTP, FTP and file locations. Features include keepalive, byte ranges, throttling, authentication, proxies and more.",
"active": true,
"categories": [
"net",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2872
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-curl",
"py27-six"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"yum",
"mythtv-core.28",
"py-urlgrabber",
"mythtv-core.27"
]
}
]
},
{
"name": "py27-url",
"portdir": "python/py-url",
"version": "0.15.1",
"license": "MIT",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.livinglogic.de/Python/url/",
"description": "RFC2396 compliant Python implementation of URLs",
"long_description": "This Python module contains an RFC2396 compliant implementation of URLs (see the class URL) and file like classes for reading data from URLs and writing data to URLs",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-url"
]
}
]
},
{
"name": "py27-uritemplate",
"portdir": "python/py-uritemplate",
"version": "3.0.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://uritemplate.readthedocs.org/",
"description": "Python implementation of RFC6570, URI Template",
"long_description": "This is a Python implementation of RFC6570, URI Template, and can expand templates up to and including Level 4 in that specification.",
"active": false,
"categories": [
"textproc",
"www",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-google-api"
]
}
]
},
{
"name": "py27-update_checker",
"portdir": "python/py-update_checker",
"version": "0.17",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/bboe/update_checker",
"description": "A python module that will check for package updates.",
"long_description": "A python module that will check for package updates.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2872
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-requests"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-tpot"
]
}
]
},
{
"name": "py27-unum",
"portdir": "python/py-unum",
"version": "4.1.4",
"license": "LGPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bitbucket.org/kiv/unum/",
"description": "Units in Python",
"long_description": "Unum stands for unit-numbers. It is a Python module that allows defining and manipulating true quantities, i.e. numbers with units like volts, hours, meter-per-second. Consistency between units is checked at each expression evaluation; unit conversion and unit output formatting are performed automatically when needed.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": []
},
{
"name": "py27-unittest-xml-reporting",
"portdir": "python/py-unittest-xml-reporting",
"version": "2.2.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://github.com/xmlrunner/unittest-xml-reporting/",
"description": "Unittest based test runner with Ant/JUnit like XML reporting.",
"long_description": "unittest-xml-reporting is a unittest test runner that can save test results to XML files that can be consumed by a wide range of tools, such as build systems, IDEs and continuous integration servers.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 609
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-irodsclient"
]
}
]
},
{
"name": "py27-unittest2",
"portdir": "python/py-unittest2",
"version": "1.1.0",
"license": "PSF",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/unittest2",
"description": "New features in the unittest library",
"long_description": "unittest2 is a backport of the new features added to the unittest testing framework in Python 2.7 and onwards. It is tested to run on Python 2.6, 2.7, 3.2, 3.3, 3.4 and pypy. To use unittest2 instead of unittest simply replace import unittest with import unittest2.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "aronnax",
"github": "lpsinger",
"ports_count": 436
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-setuptools",
"py27-six",
"py27-traceback2"
]
},
{
"type": "test",
"ports": [
"py27-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-unittest2"
]
},
{
"type": "run",
"ports": [
"py27-trepan"
]
},
{
"type": "test",
"ports": [
"py27-geojson",
"py27-asn1-modules"
]
}
]
},
{
"name": "py27-unit",
"portdir": "python/py-unit",
"version": "1.4.1",
"license": "PSF",
"platforms": "{darwin any} freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pyunit.sourceforge.net/",
"description": "python testing framework",
"long_description": "python testing framework, py-unit is the python language version of JUnit",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-unit"
]
}
]
},
{
"name": "py27-unidecode",
"portdir": "python/py-unidecode",
"version": "1.2.0",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/avian2/unidecode",
"description": "ASCII transliterations of Unicode text",
"long_description": "Unidecode takes Unicode data and tries to represent it in ASCII characters (i.e., the universally displayable characters between 0x00 and 0x7F), where the compromises taken when mapping between two character sets are chosen to be near what a human with a US keyboard would choose. This is a Python port of Text::Unidecode Perl module by Sean M. Burke.",
"active": false,
"categories": [
"textproc",
"python"
],
"maintainers": [
{
"name": "esafak",
"github": "esafak",
"ports_count": 134
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-setuptools"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-slugify",
"py27-awesome_slugify"
]
}
]
},
{
"name": "py27-unicodedata2",
"portdir": "python/py-unicodedata2",
"version": "13.0.0.post2",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "",
"description": "Unicodedata backport for Python 2/3 updated to the latest Unicode version.",
"long_description": "Unicodedata backport for Python 2/3 updated to the latest Unicode version.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "amake",
"github": "amake",
"ports_count": 163
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py27-fonttools"
]
}
]
},
{
"name": "py27-unicodecsv",
"portdir": "python/py-unicodecsv",
"version": "0.14.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jdunck/python-unicodecsv/",
"description": "Python 2's csv module which supports unicode strings.",
"long_description": "Python 2's csv module which supports unicode strings.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2872
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-unicodecsv"
]
}
]
},
{
"name": "py27-uncompyle6",
"portdir": "python/py-uncompyle6",
"version": "3.8.0",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rocky/python-uncompyle6/",
"description": "Python cross-version byte-code decompiler",
"long_description": "Python cross-version byte-code decompiler",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"py27-setuptools",
"py27-spark_parser",
"python27",
"py27-xdis"
]
},
{
"type": "test",
"ports": [
"py27-pytest",
"py27-six"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py27-trepan"
]
}
]
},
{
"name": "py27-uncertainties",
"portdir": "python/py-uncertainties",
"version": "3.1.6",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/lebigot/uncertainties",
"description": "The Python uncertainties package",
"long_description": "The uncertainties package transparently handles calculations for numbers with uncertainties.",
"active": false,
"categories": [
"math",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-future"
]
},
{
"type": "test",
"ports": [
"py27-numpy",
"py27-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-lmfit"
]
}
]
},
{
"name": "py27-umlgraph",
"portdir": "python/py-umlgraph",
"version": "0.1.10",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.org/project/PyUMLGraph/",
"description": "debugger that produces UML by inspecting running python programs",
"long_description": "PyUMLGraph is a Python debugger that produces UML diagrams by inspecting running Python programs. The output is in Graphviz's dot language, and dot can produce pictures in many popular formats, such as PNG, PDF, SVG, and others. The UML diagrams can contain information about class inheritance relationships, references to other classes, class methods and return types, as well as class attributes and types.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-umlgraph"
]
}
]
},
{
"name": "py27-ujson",
"portdir": "python/py-ujson",
"version": "2.0.3",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ultrajson/ultrajson",
"description": "Ultra fast JSON encoder and decoder for Python",
"long_description": "Ultra fast JSON encoder and decoder for Python",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools",
"py27-setuptools_scm"
]
},
{
"type": "lib",
"ports": [
"python27"
]
},
{
"type": "test",
"ports": [
"py27-pytest",
"py27-six"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-python-jsonrpc-server",
"py27-language-server"
]
}
]
},
{
"name": "py27-tzlocal",
"portdir": "python/py-tzlocal",
"version": "2.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/regebro/tzlocal",
"description": "tzinfo object for the local timezone",
"long_description": "This Python module returns a tzinfo object with the local timezone information under Unix and Win-32. It requires pytz, and returns pytz tzinfo objects.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-12"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-tz"
]
},
{
"type": "test",
"ports": [
"py27-mock"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-rpy2"
]
}
]
},
{
"name": "py27-tz-gae",
"portdir": "python/py-tz-gae",
"version": "2011h",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://code.google.com/p/gae-pytz/",
"description": "pytz tuned for Google App Engine",
"long_description": "pytz tuned for Google App Engine",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": []
},
{
"name": "py27-tz",
"portdir": "python/py-tz",
"version": "2025.2",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/pytz",
"description": "World Timezone Definitions for Python",
"long_description": "pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-twilio",
"py27-soaplib",
"py27-rpy2",
"py27-agate",
"py27-astroplan",
"py27-geopy",
"py27-icalendar",
"py27-leather",
"py27-owslib",
"py27-pandas",
"py27-google-apputils",
"py27-babel",
"py27-matplotlib",
"py27-tzlocal",
"py27-tempora",
"py27-fs",
"trac",
"trac-devel",
"py27-pyrfc3339",
"py27-celery",
"py27-cubes",
"TwitterDemandAnalyzer",
"py27-tstables",
"binplist"
]
},
{
"type": "run",
"ports": [
"py27-django",
"py27-dateutil",
"digital_rf"
]
},
{
"type": "test",
"ports": [
"py27-json-tricks"
]
}
]
},
{
"name": "py27-typing",
"portdir": "python/py-typing",
"version": "3.10.0.0",
"license": "PSF",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/typing/",
"description": "Type hints for Python",
"long_description": "Typing is a backport of the standard library 'typing' module to Python versions older than 3.5. It defines a standard notation for Python function and variable type annotations. The notation can be used for documenting code in a concise, standard format, and it has been designed to also be used by static and runtime type checkers, static analyzers, IDEs and other tools.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "allan.que",
"github": "aque",
"ports_count": 15
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-15"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-python-dotenv",
"py27-aiodns",
"py27-django-extensions",
"py27-altair",
"py27-fs",
"py27-curtsies",
"py27-flake8",
"py27-libcloud",
"py27-importlib-resources",
"py27-pathlib2",
"py-typing",
"py27-m2crypto"
]
},
{
"type": "run",
"ports": [
"py27-hyperlink",
"py27-sphinx"
]
},
{
"type": "test",
"ports": [
"py27-attrs"
]
}
]
},
{
"name": "py27-txgithub",
"portdir": "python/py-txgithub",
"version": "15.0.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tomprince/txgithub",
"description": "GitHub API client implemented using Twisted",
"long_description": "GitHub API client implemented using Twisted",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-twisted"
]
}
],
"depends_on": []
},
{
"name": "py27-twython",
"portdir": "python/py-twython",
"version": "3.8.2",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ryanmcgrath/twython",
"description": "Actively maintained, pure Python wrapper for the Twitter API.",
"long_description": "Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs.",
"active": false,
"categories": [
"net",
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1221
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-requests-oauthlib"
]
}
],
"depends_on": []
},
{
"name": "py27-twitter",
"portdir": "python/py-twitter",
"version": "1.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://code.google.com/p/python-twitter/",
"description": "Interface for the Twitter API.",
"long_description": "This library provides a pure python interface for the Twitter API.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-oauth2",
"py27-simplejson"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-twitter"
]
}
]
},
{
"name": "py27-twisted",
"portdir": "python/py-twisted",
"version": "20.3.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.twistedmatrix.com/",
"description": "An event-based Python framework for internet applications",
"long_description": "Twisted is an event-driven networking framework written in Python. Twisted supports TCP, UDP, SSL/TLS, multicast, Unix sockets, a large number of protocols (including HTTP, NNTP, SSH, IRC, FTP, and others), and much more.",
"active": true,
"categories": [
"devel",
"net",
"python"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1513
},
{
"name": "olv.bonnet",
"github": "",
"ports_count": 12
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py27-attrs",
"py27-automat",
"py27-bcrypt",
"py27-constantly",
"python27",
"py27-incremental",
"py27-setuptools",
"py27-zopeinterface",
"py27-hyperlink"
]
},
{
"type": "run",
"ports": [
"py27-pyhamcrest"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"alot"
]
},
{
"type": "lib",
"ports": [
"py27-txgithub",
"telepathy-idle",
"telepathy-rakia",
"splatd",
"buildbot-slave-0.8",
"py27-scrapy",
"coherence",
"py27-nevow",
"upnp-inspector",
"telepathy-gabble",
"telepathy-salut",
"py27-axiom",
"py27-epsilon",
"buildbot-0.8",
"py27-morbid",
"py27-comet"
]
},
{
"type": "run",
"ports": [
"hellanzb"
]
},
{
"type": "test",
"ports": [
"py27-structlog"
]
}
]
},
{
"name": "py27-twine",
"portdir": "python/py-twine",
"version": "3.1.1",
"license": "none",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "twine",
"homepage": "https://www.macports.org",
"description": "Obsolete port, replaced by twine",
"long_description": "This port has been replaced by twine.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
null
]
},
{
"type": "fetch",
"ports": [
null
]
},
{
"type": "lib",
"ports": [
"python27"
]
},
{
"type": "patch",
"ports": [
null
]
},
{
"type": "run",
"ports": [
null
]
},
{
"type": "test",
"ports": [
null
]
}
],
"depends_on": []
},
{
"name": "py27-twill",
"portdir": "python/py-twill",
"version": "1.8.0",
"license": "MIT and (BSD or ZPL-2.1) and PSF",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://twill.idyll.org/",
"description": "A simple scripting language for web browsing",
"long_description": "twill is a simple language that allows users to browse the Web from a command-line interface. With twill, you can navigate through Web sites that use forms, cookies, and most standard Web features.",
"active": false,
"categories": [
"devel",
"www",
"python"
],
"maintainers": [
{
"name": "mahergamal",
"github": "maherg",
"ports_count": 7
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-cssselect",
"py27-lxml",
"py27-requests",
"py27-setuptools"
]
}
],
"depends_on": []
},
{
"name": "py27-twilio",
"portdir": "python/py-twilio",
"version": "6.44.2",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.twilio.com/docs/libraries/python",
"description": "Twilio API client and TwiML generator",
"long_description": "Twilio API client and TwiML generator",
"active": false,
"categories": [
"devel",
"net",
"python"
],
"maintainers": [
{
"name": "aronnax",
"github": "lpsinger",
"ports_count": 436
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"py27-jwt",
"py27-openssl",
"python27",
"py27-six",
"py27-tz",
"py27-requests",
"py27-cryptography"
]
}
],
"depends_on": []
},
{
"name": "py27-tweepy",
"portdir": "python/py-tweepy",
"version": "3.8.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.tweepy.org/",
"description": "A Python library for the Twitter API.",
"long_description": "A Python library for the Twitter API.",
"active": true,
"categories": [
"devel",
"net",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"py27-requests-oauthlib",
"python27",
"py27-socks",
"py27-six",
"py27-requests"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-tweepy",
"TwitterDemandCollector"
]
}
]
},
{
"name": "py27-tvnamer",
"portdir": "python/py-tvnamer",
"version": "2.5",
"license": "public-domain",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/dbr/tvnamer",
"description": "Renames files in a standard way that's easily parsable For example, foo.bar.s02e03.m4v becomes \"foo bar [02x03].m4v",
"long_description": "Renames files in a standard way that's easily parsable For example, foo.bar.s02e03.m4v becomes {\"foo} bar {[02x03].m4v}",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-setuptools",
"py27-tvdb"
]
}
],
"depends_on": []
},
{
"name": "py27-tvdb",
"portdir": "python/py-tvdb",
"version": "2.0",
"license": "public-domain",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/dbr/tvdb_api",
"description": "An easy to use API interface to TheTVDB.com",
"long_description": "An easy to use API interface to TheTVDB.com",
"active": false,
"categories": [
"net",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-requests",
"py27-requests-cache"
]
},
{
"type": "test",
"ports": [
"py27-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-tvnamer"
]
}
]
},
{
"name": "py27-turbokid",
"portdir": "python/py-turbokid",
"version": "1.0.4",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.turbogears.org/",
"description": "TurboGears plugin to support use of Kid templates",
"long_description": "This package provides a template engine plugin, allowing you to easily use Kid with TurboGears, Buffet or other systems that support python.templating.engines.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-kid"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-turbogears",
"py-turbokid"
]
}
]
},
{
"name": "py27-turbojson",
"portdir": "python/py-turbojson",
"version": "1.1.2",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/TurboJson/",
"description": "Python template plugin that supports JSON",
"long_description": "This package provides a template engine plugin, allowing you to easily use JSON via the simplejson module with TurboGears, Buffet or other systems that support python.templating.engines.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-ruledispatch"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-turbojson",
"py27-turbogears"
]
}
]
},
{
"name": "py27-turbogears",
"portdir": "python/py-turbogears",
"version": "1.0.4.4",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.turbogears.org/",
"description": "front-to-back rapid web development",
"long_description": "TurboGears brings together four major pieces to create an easy to install, easy to use web megaframework. It covers everything from front end (MochiKit JavaScript for the browser, Kid/Genshi/Mako/Cheetah for templates in Python) to the controllers (CherryPy) to the back end (SQLAlchemy or SQLObject).",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"py27-configobj",
"py27-decoratortools",
"py27-formencode",
"py27-pastescript",
"py27-ruledispatch",
"py27-cherrypy",
"py27-simplejson",
"py27-turbocheetah",
"py27-turbojson",
"py27-turbokid",
"py27-setuptools"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-turbogears"
]
}
]
},
{
"name": "py27-turbocheetah",
"portdir": "python/py-turbocheetah",
"version": "1.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/TurboCheetah/",
"description": "TurboGears plugin to support use of Cheetah templates",
"long_description": "This package provides a template engine plugin, allowing you to easily use Cheetah with TurboGears, Buffet or other systems that support python.templating.engines.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-cheetah"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-turbocheetah",
"py27-turbogears"
]
}
]
},
{
"name": "py27-ttfquery",
"portdir": "python/py-ttfquery",
"version": "2.0.0b1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://ttfquery.sourceforge.net/",
"description": "FontTools-based package for querying system fonts",
"long_description": "TTFQuery builds on the FontTools package to allow the Python programmer to accomplish a number of tasks",
"active": false,
"categories": [
"devel",
"graphics",
"multimedia",
"python"
],
"maintainers": [
{
"name": "maugustin",
"github": "",
"ports_count": 9
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-importlib-metadata",
"py27-numpy",
"py27-fonttools"
]
}
],
"depends_on": []
},
{
"name": "py27-tstables",
"portdir": "python/py-tstables",
"version": "0.0.15",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/afiedler/tstables",
"description": "Handles large time series using PyTables and Pandas",
"long_description": "TsTables is a Python package to store time series data in HDF5 files using PyTables. It stores time series data into daily partitions and provides functions to query for subsets of data across partitions.",
"active": false,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2872
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"py27-pandas",
"python27",
"py27-tz",
"py27-tables",
"py27-numpy"
]
}
],
"depends_on": []
},
{
"name": "py27-tsk",
"portdir": "python/py-tsk",
"version": "20150111",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/py4n6/pytsk",
"description": "Python binding for the SleuthKit",
"long_description": "Python binding for the SleuthKit",
"active": true,
"categories": [
"security",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"talloc",
"python27",
"sleuthkit"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-tsk"
]
}
]
},
{
"name": "py27-trustme",
"portdir": "python/py-trustme",
"version": "0.7.0",
"license": "(Apache-2 or MIT)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/python-trio/trustme/",
"description": "#1 quality TLS certs while you wait, for the discerning tester",
"long_description": "trustme is a tiny Python package that does one thing: it gives you a fake certificate authority (CA) that you can use to generate fake TLS certs to use in your tests.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "jan",
"github": "jandemter",
"ports_count": 71
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"py27-ipaddress",
"python27",
"py27-futures"
]
},
{
"type": "run",
"ports": [
"py27-idna",
"py27-cryptography"
]
},
{
"type": "test",
"ports": [
"py27-openssl",
"py27-pytest",
"py27-service_identity"
]
}
],
"depends_on": []
},
{
"name": "py27-trollius",
"portdir": "python/py-trollius",
"version": "2.2.1",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bitbucket.org/enovance/trollius/",
"description": "Port of the Tulip project (asyncio module, PEP 3156) on Python 2",
"long_description": "Port of the Tulip project (asyncio module, PEP 3156) on Python 2",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2872
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-futures",
"py27-six"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-aiodns",
"py27-neovim"
]
}
]
},
{
"name": "py27-triangle",
"portdir": "python/py-triangle",
"version": "20160203",
"license": "LGPL-3 and Noncommercial and Restrictive",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/drufat/triangle",
"description": "Python binding to the triangle library",
"long_description": "Documentation at http://dzhelil.info/triangle/index.html",
"active": false,
"categories": [
"science",
"math",
"python"
],
"maintainers": [
{
"name": "smithsp",
"github": "smithsp",
"ports_count": 32
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-16",
"py27-cython-compat"
]
},
{
"type": "lib",
"ports": [
"python27",
"triangle"
]
}
],
"depends_on": []
},
{
"name": "py27-trepan",
"portdir": "python/py-trepan",
"version": "0.8.8",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rocky/python2-trepan",
"description": "GDB-like Python Debugger in the Trepan family",
"long_description": "This is a gdb-like debugger for Python. It is a rewrite of pdb from the ground up. A command-line interface (CLI) is provided as well as an remote access interface over TCP/IP.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"py27-setuptools",
"python27"
]
},
{
"type": "run",
"ports": [
"py27-import_relative",
"py27-nose",
"py27-pyficache",
"py27-pygments",
"py27-spark_parser",
"py27-tracer",
"py27-uncompyle6",
"py27-unittest2",
"py27-xdis",
"trepan2_select",
"py27-columnize"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-trepan"
]
}
]
},
{
"name": "py27-trep",
"portdir": "python/py-trep",
"version": "1.0.3",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://murpheylab.github.io/trep",
"description": "Module for modeling articulated rigid body mechanical systems in generalized coordinates.",
"long_description": "Trep is a Python module for modeling articulated rigid body mechanical systems in generalized coordinates. Trep supports basic simulation but it is primarily designed to serve as a calculation engine for analysis and optimal control algorithms that require 1st and 2nd derivatives of the system's dynamics.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"py27-matplotlib",
"py27-numpy",
"python27",
"py27-pyqt4",
"py27-scipy",
"py27-opengl"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-trep"
]
}
]
},
{
"name": "py27-tre",
"portdir": "python/py-tre",
"version": "0.8.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://laurikari.net/tre/",
"description": "Python bindings for libtre",
"long_description": "Python bindings for libtre, a lightweight, POSIX-compliant regular expressions library that supports approximate text matches.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"tre",
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-tre"
]
}
]
},
{
"name": "py27-translationstring",
"portdir": "python/py-translationstring",
"version": "1.3",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Pylons/translationstring",
"description": "Utility library for i18n.",
"long_description": "Utility library for i18n.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2872
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-colander"
]
}
]
},
{
"name": "py27-transaction",
"portdir": "python/py-transaction",
"version": "3.0.0",
"license": "ZPL-2.1",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/zopefoundation/transaction",
"description": "generic transaction implementation for Python",
"long_description": "generic transaction implementation for Python",
"active": true,
"categories": [
"databases",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-zopeinterface"
]
},
{
"type": "test",
"ports": [
"py27-mock",
"py27-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-zodb",
"py-transaction"
]
}
]
},
{
"name": "py27-traittypes",
"portdir": "python/py-traittypes",
"version": "0.2.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jupyter-widgets/traittypes",
"description": "Custom trait types for scientific computing",
"long_description": "Provide a reference implementation of trait types for common data structures used in NumPy, SciPy, Pandas and friends, which are out of the scope of the main traitlets project but are a common requirement to build applications with traitlets in combination with the scipy stack.",
"active": false,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 609
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-traitlets"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-bqplot"
]
}
]
},
{
"name": "py27-traitlets",
"portdir": "python/py-traitlets",
"version": "4.3.3",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ipython/traitlets",
"description": "Traitlets Python config system.",
"long_description": "Traitlets Python config system.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2872
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-decorator",
"py27-enum34",
"py27-ipython_genutils",
"py27-six"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-bqplot",
"py27-traittypes",
"py27-jupyter_client",
"py27-ipyparallel",
"py27-ipywidgets",
"py27-jupyter_core",
"py27-nbformat",
"py27-notebook",
"py27-qtconsole",
"py27-nbconvert",
"py27-ipykernel",
"py27-ipython"
]
}
]
},
{
"name": "py27-tracer",
"portdir": "python/py-tracer",
"version": "0.3.2",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/tracer/",
"description": "A more flexible interface to sys.settrace",
"long_description": "A more flexible interface to sys.settrace(), allowing chained trace hooks, prioritization of hooks, or filtering out functions to ignore for a specific hook.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27"
]
},
{
"type": "test",
"ports": [
"py27-nose"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py27-trepan"
]
}
]
},
{
"name": "py27-traceback2",
"portdir": "python/py-traceback2",
"version": "1.4.0",
"license": "PSF",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/testing-cabal/traceback2",
"description": "Backports of the traceback module",
"long_description": "Backports of the traceback module",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1989
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-pbr",
"py27-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-linecache2"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-traceback2",
"py27-unittest2"
]
}
]
},
{
"name": "py27-tqdm",
"portdir": "python/py-tqdm",
"version": "4.64.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tqdm/tqdm",
"description": "A Fast, Extensible Progress Meter",
"long_description": "A Fast, Extensible Progress Meter",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2872
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools_scm",
"py27-toml",
"clang-13"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-setuptools"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-MDAnalysis",
"py27-gwpy",
"py27-tpot"
]
}
]
},
{
"name": "py27-tpot",
"portdir": "python/py-tpot",
"version": "0.10.2",
"license": "LGPL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/EpistasisLab/tpot",
"description": "Tree-based Pipeline Optimization Tool",
"long_description": "A Python tool that automatically creates and optimizes Machine Learning pipelines using genetic programming.",
"active": false,
"categories": [
"devel",
"science",
"math",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2872
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"py27-deap",
"py27-joblib",
"py27-numpy",
"py27-pandas",
"py27-scikit-learn",
"python27",
"py27-setuptools",
"py27-stopit",
"py27-tqdm",
"py27-update_checker",
"py27-scipy"
]
}
],
"depends_on": []
}
]
}