cx_Oracle

cx_Oracle 5.2 updated

The module is conforming to the Python DB API 2.0 specification.This module is currently built against Oracle 9.2, 10.2, 11.1 and 11.2.It works only on Python 2.x.What is new in this release:Added support for LONG_UNICODE which is a type used to handle...

cx_Freeze

cx_Freeze 4.3.4 updated

cx_Freeze is an open source project that provides a set of utilities that can freeze Python scripts into executables in a cross platform way, using many of the techniques found in Thomas Heller's py2exe, Gordon McMillan's Installer, and the Freeze utility...

ceODBC

ceODBC 2.0.1

ceODBC is a Python extension module that enables access to databases using the ODBC API and conforms to the Python database API 2.0 specifications with a few exceptions.For more information on the database API specification, see here. Use the provided...

cx_Freeze

cx_Freeze 4.3.4

This is an alternative to the Python native py2exe technique.What is new in this release:Added support for Python 3.4. Added hooks for PyQt4, PyQt5 and PySide to handle their plugins. Added support for creating a shortcut/alias to the Applications...