Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第4,2314,240项(搜索用时0.003秒)
devel/grab-0.6.30 (Score: 0.032514982)
Site scraping framework
Grab is a python web scraping framework. Grab provides tons of helpful methods to scrape web sites and to process the scraped content: * Automatic cookies (session) support * HTTP and SOCKS proxy with and without authorization * Keep-Alive support * IDN support * Tools to work with web forms * Easy multipart file uploading * Flexible customization of HTTP requests * Automatic charset detection * Powerful API of extracting info from HTML documents with XPATH queries * Asynchronous API to make thousands of simultaneous queries. This part of library called Spider and it is too big to even list its features in this README. * Python 3 ready
devel/qserve-0.2.8 (Score: 0.032514982)
Job queue server
qserve is used in mwlib. It's a job queue server written in python.
devel/GitPython-1.0.1 (Score: 0.032514982)
Python Git Library
GitPython is a python library used to interact with git repositories, high-level like git-porcelain, or low-level like git-plumbing.
devel/glob2-0.4.1 (Score: 0.032514982)
Glob that captures patterns and supports recursive wildcards
Version of the glob module that can capture patterns and supports recursive wildcards.
devel/gobject-2.28.6 (Score: 0.032514982)
Python bindings for GObject
PyGObject provides a convenient wrapper for the GObject+ library for use in Python programs, and takes care of many of the boring details such as managing memory and type casting. When combined with PyGTK, PyORBit and gnome-python, it can be used to write full featured Gnome applications.
devel/gobject-3.18.2 (Score: 0.032514982)
Common files for the Python bindings for GObject
devel/google-apputils-0.4.2 (Score: 0.032514982)
Google Application Utilities for Python
Google application utilities for python.
devel/greenlet-0.4.10 (Score: 0.032514982)
Light-weight microthreads for Python
greenlet provides a primitive form of micro-threads in the form of a native extension module to Python. Higher-level primitives such as coroutine scheduling are not part of greenlet itself, but can be built upon it.
devel/grizzled-0.9.4 (Score: 0.032514982)
The Grizzled Python Utility Library
The Grizzled Utility Library is a general-purpose Python library with a variety of different modules and packages. It's roughly organized into subpackages that group different kinds of utility functions and classes.
devel/grouch-0.4 (Score: 0.032514982)
System for describing and enforcing a Python object schema
Grouch is a system for describing and enforcing a Python object schema. That is, it provides you with a language for describing the intended type signatures of your objects (collectively, the "object schema"), and tools to walk an object graph, checking that every value found matches your object schema. An object schema describes every class in a collection of objects -- in particular, it specifies the type of every instance attribute of every class. Grouch includes a type language for specifying attribute types, a tool to parse specially-formatted class docstrings and output a complete object schema, and another tool for walking a persistent object graph and ensuring that every scrap of data in it conforms to the object schema extracted from your class docstrings. The API for defining, querying, and enforcing types is fairly complete and well-documented, so you can use Grouch's type system in other ways as well.