Ports Search

Results 12,34112,350 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.016 seconds)
devel/pika-0.10.0 (Score: 1.5577191E-4)
Python AMQP Client Library
Pika is a pure-Python implementation of the AMQP 0-9-1 protocol that tries to stay fairly independent of the underlying network support library. Pika was developed primarily for use with RabbitMQ, but should also work with other AMQP 0-9-1 brokers.
devel/avrdude-6.2 (Score: 1.5577191E-4)
Program for programming the on-chip memory of Atmel AVR CPUs
AVRDUDE - AVR Downloader/UploaDEr - is a program for updating the flash, eeprom, and fuse bit memories of Atmel AVR microcontrollers. It operates with several programmers including STK500 and most directly connect parallel port style programmers.
devel/protobuf-2.6.1 (Score: 1.5577191E-4)
Google protobuf Python Client Library
Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.
devel/pyparsing-2.1.5 (Score: 1.5577191E-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.5577191E-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.5577191E-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.5577191E-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.5577191E-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.5577191E-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.5577191E-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.