Ports Search

Results 15,59115,600 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.022 seconds)
devel/pex-1.1.2 (Score: 3.3129134E-5)
PEX packaging toolchain
PEX files are self-contained executable Python virtual environments. More specifically, they are carefully constructed zip files with a #!/usr/bin/env python and special __main__.py that allows you to interact with the PEX runtime
devel/pika-0.10.0 (Score: 3.3129134E-5)
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: 3.3129134E-5)
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: 3.3129134E-5)
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: 3.3129134E-5)
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: 3.3129134E-5)
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: 3.3129134E-5)
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: 3.3129134E-5)
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: 3.3129134E-5)
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/ada-util-1.8.0 (Score: 3.3129134E-5)
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.