Ports Search

Results 11,87111,880 of 17,660 for descr%3A%22spam filter%22.(0.012 seconds)
devel/pyparsing-2.1.5 (Score: 1.1597805E-4)
General parsing module for Python
Pyparsing is a general parsing module for Python. Grammars are implemented directly in the client code using parsing objects, instead of externally, as with lex/yacc-type tools. Includes simple examples for parsing SQL, CORBA IDL, and 4-function math.
devel/zope.deprecation-4.1.2 (Score: 1.1597805E-4)
Zope 3 Deprecation Infrastructure
The hardest part of the Python development process was to ensure backward-compatibility and correctly mark deprecated modules, classes, functions, methods and properties. zope.deprecation provides a simple function called 'deprecated(names, reason)' to deprecate the previously mentioned Python objects.
devel/qscintilla2-2.9.1 (Score: 1.1597805E-4)
Python bindings for QScintilla2 (PyQt4), QSci module
PyQt4 is a set of Python bindings for Digia's Qt4 application framework. This package provides the Qsci module for the Qscintilla2 editor component. http://www.riverbankcomputing.co.uk/software/qscintilla/
devel/qscintilla2-2.9.1 (Score: 1.1597805E-4)
Python bindings for QScintilla2 (PyQt5), QSci module
PyQt5 is a set of Python bindings for Digia's Qt5 application framework. This package provides the Qsci module for the Qscintilla2 editor component. http://www.riverbankcomputing.co.uk/software/qscintilla/
devel/re2-0.2.22 (Score: 1.1597805E-4)
Python wrapper for Google RE2 using Cython
pyre2 is a Python extension that wraps Google's RE2 regular expression library. It implements many of the features of Python's built-in re module with compatible interfaces.
devel/pyrex-0.9.9 (Score: 1.1597805E-4)
Programming Language for writing Python extension modules
Pyrex is a language specially designed for writing Python extension modules. It's designed to bridge the gap between the nice, high-level, easy-to-use world of Python and the messy, low-level world of C.
devel/activitymail-1.26 (Score: 1.1597805E-4)
Program for sending email messages for CVS repository commits
This program may be used for sending email messages for CVS repository activity. There are a number of different modes supported. It can send messages for every change to the repository (like syncmail), or it can be used to send a single message for each commit. In the latter case, a list of all the files affected by the commit will be assembled and listed in the single message. This is similar to how commit_prep and log_accum work, but is more efficient. An additional option allows for diffs to be calculated for the recent changes, and either appended to the message (like syncmail) or added as an attachment (neater). See the -d and -a options in the documentation.
devel/ada-util-1.8.0 (Score: 1.1597805E-4)
Utility library for Ada 2005 applications
Ada Utility Library This Ada05 library contains various utility packages for building Ada05 applications. This includes: o A logging framework close to Java log4j framework o Support for properties o A serialization/deserialization framework for XML, JSON, CSV o Ada beans framework o Encoding/decoding framework (Base16, Base64, SHA, HMAC-SHA) o A composing stream framework (raw, files, buffers, pipes, sockets) o Several concurrency tools (reference counters, counters, pools, fifos, arrays) o Process creation and pipes o Support for loading shared libraries (on Windows or Unix) o HTTP client library on top of CURL or AWS Ada Util also provides a small test utility library on top of Ahven to help in writing unit tests.
Web testing library for Robot Framework
Selenium2Library is a web testing library for Robot Framework that leverages the Selenium 2 (WebDriver) libraries from the Selenium project. It is modeled after (and forked from) the SeleniumLibrary library, but re-implemented to use Selenium 2 and WebDriver technologies.
devel/rtree-0.8.2 (Score: 1.1597805E-4)
R-Tree Spatial Index For Python GIS
py-rtree is R-Tree spatial index for Python GIS. Whether for in-memory feature stores, Plone content, or whatever -- py-rtree is an index to speed up the search for objects that intersect with a spatial bounding box.