You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-ZSI-2.0-6.fc13.noarch
The Zolara SOAP Infrastructure provides libraries for developing web services using the python programming language. The libraries implement the various protocols used when writing web services including SOAP, WSDL, and other related protocols.
RPMPackage python-MySQL-1.2.2-8.lbn13.1.armv6hl
Python interface to MySQL MySQLdb is an interface to the popular MySQL database server for Python. The design goals are: - Compliance with Python database API version 2.0 - Thread-safety - Thread-friendliness (threads will not block each other) - Compatibility with MySQL 3.23 and up This module should be mostly compatible with an older interface written by Joe Skinner and others. However, the older version is a) not thread-friendly, b) written for MySQL 3.21, c) apparently not actively maintained. No code from that version is used in MySQLdb.
RPMPackage python-MySQL-1.2.2-8.lbn13.1.x86_64
Python interface to MySQL MySQLdb is an interface to the popular MySQL database server for Python. The design goals are: - Compliance with Python database API version 2.0 - Thread-safety - Thread-friendliness (threads will not block each other) - Compatibility with MySQL 3.23 and up This module should be mostly compatible with an older interface written by Joe Skinner and others. However, the older version is a) not thread-friendly, b) written for MySQL 3.21, c) apparently not actively maintained. No code from that version is used in MySQLdb.
RPMPackage pyserial-2.5-2.lbn13.noarch
This module encapsulates the access for the serial port. It provides backends for standard Python running on Windows, Linux, BSD (possibly any POSIX compilant system) and Jython. The module named "serial" automaticaly selects the appropriate backend.
RPMPackage pynetsnmp-twisted-0.30.06-1.lbn13.noarch
The pynetsnmp-twisted package contains the twisted integration for pynetsnmp
RPMPackage pynetsnmp-0.30.06-1.lbn13.noarch
Python ctypes bindings for NET-SNMP with Twisted integration pynetsnmp is a set of Python ctypes binding for NET-SNMP, an implementation of the Simple Network Management Protocol (SNMP). pynetsnmp is a replacement for the various Python bindings provided by PySNMP* implementations. It also implements a glue with the Python Twisted Matrix networking framework which replaces the TwistedSNMP implementation.
RPMPackage pyOpenSSL-0.13-4.fc18.armv6hl
High-level wrapper around a subset of the OpenSSL library, includes among others * SSL.Connection objects, wrapping the methods of Python's portable sockets * Callbacks written in Python * Extensive error-handling mechanism, mirroring OpenSSL's error codes
RPMPackage pyOpenSSL-0.13-1.lbn13.x86_64
High-level wrapper around a subset of the OpenSSL library, includes * SSL.Connection objects, wrapping the methods of Python's portable sockets * Callbacks written in Python * Extensive error-handling mechanism, mirroring OpenSSL's error codes ... and much more ;)
RPMPackage protobuf-static-2.5.0-4.lbn13.armv6hl
Static libraries for Protocol Buffers
RPMPackage protobuf-static-2.4.1-2.lbn13.x86_64
Static libraries for Protocol Buffers
RPMPackage protobuf-python-2.5.0-4.lbn13.armv6hl
This package contains Python libraries for Google Protocol Buffers
RPMPackage protobuf-python-2.4.1-2.lbn13.x86_64
This package contains Python libraries for Google Protocol Buffers
RPMPackage protobuf-java-2.5.0-4.lbn13.armv6hl
This package contains Java Protocol Buffers runtime library.
RPMPackage protobuf-java-2.4.1-2.lbn13.x86_64
This package contains Java Protocol Buffers runtime library.
RPMPackage protobuf-compiler-2.5.0-4.lbn13.armv6hl
This package contains Protocol Buffers compiler for all programming languages
RPMPackage protobuf-compiler-2.4.1-2.lbn13.x86_64
This package contains Protocol Buffers compiler for all programming languages
RPMPackage protobuf-2.5.0-4.lbn13.armv6hl
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. Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data – think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format.
RPMPackage protobuf-2.4.1-2.lbn13.x86_64
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. Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data – think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format.
RPMPackage postgresql-jdbc-8.4.701-3.fc13.x86_64
PostgreSQL is an advanced Object-Relational database management system. The postgresql-jdbc package includes the .jar files needed for Java programs to access a PostgreSQL database.
RPMPackage objectweb-asm-3.3.1-1.lbn13.noarch
ASM is a code manipulation tool to implement adaptable systems.