python-pyodbc binary package in Ubuntu Trusty amd64

 A Python DB API 2 module for ODBC. No 3rd party libraries are required.
 Only native Python datatypes are used, such as decimal and datetime.
 It implements the Python Database API Specification v2.0.
 For example:
   import pyodbc
 Next, create a connection by passing an ODBC connection string to the
 connect method. This step causes ODBC to load the database driver (the SQL
 Server driver in this example) and connect to the database.
   cnxn = pyodbc.connect('DSN=northwind')

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2013-10-18 14:25:21 UTC Published Ubuntu Trusty amd64 release universe python Optional 3.0.6-2
  • Published
  • Copied from ubuntu saucy-proposed amd64 in Primary Archive for Ubuntu

Source package