Metadata-Version: 1.1
Name: egenix-mxodbc
Version: 3.3.5
Summary: eGenix mxODBC - Python ODBC Database Interface
Home-page: http://www.egenix.com/products/python/mxODBC/
Author: eGenix.com GmbH
Author-email: info@egenix.com
License: eGenix.com Commercial License 1.3.0; Copyright (c) 1997-2000, Marc-Andre Lemburg, All Rights Reserved; Copyright (c) 2000-2015, eGenix.com Software GmbH, All Rights Reserved
Download-URL: https://downloads.egenix.com/python/download_url/egenix-mxodbc/3.3.5/
Description: eGenix mxODBC - Python ODBC Database Interface
        ----------------------------------------------
        
        The mxODBC Database Interface for Python is a commercial add-on to our
        open-source eGenix mx Extension Series, providing robust and proven
        database access for Python on all major platforms, such as Windows,
        Linux, Mac OS X, FreeBSD, Solaris, using a single API across all
        platforms.
        
        mxODBC provides an easy to use, high-performance, reliable and robust
        Python interface to ODBC compatible databases such as MS SQL Server
        and MS Access, Oracle Database, IBM DB2 and Informix , Sybase ASE and
        Sybase Anywhere, MySQL, PostgreSQL, SAP MaxDB and many more. It is an
        extension to our eGenix.com mx Base Distribution.
        
        ODBC refers to Open Database Connectivity and is the industry standard
        API for connecting applications to databases. In order to facilitate
        setting up ODBC connectivity, operating systems typically provide ODBC
        Managers which help set up the ODBC drivers and manage the binding of
        the applications against these drivers.
        
        On Windows the ODBC Data Source Manager is built into the system. On
        Mac OS X, the iODBC ODBC manager is part of the the OS, with an
        optional ODBC manager GUI available as separate download. On Unix
        platforms, you can choose one of the ODBC managers unixODBC, iODBC or
        DataDirect, which provide the same ODBC functionality on most Unix
        systems.
        
        mxODBC works with Python 2.4 - 2.7 and supports 32-bit as well as
        64-bit platforms.
        
        Downloads
        ---------
        
        For downloads, documentation, installation instructions, changelog,
        and feature list, please visit the product page at:
        
            http://www.egenix.com/products/python/mxODBC/
        
        Web Installer
        -------------
        
        The source package on the Python Package Index (PyPI) is a web
        installer, which will automatically select and download the right
        binary for your installation platform.
        
        Licenses
        --------
        
        For evaluation and production licenses, please visit our product
        page at:
        
            http://www.egenix.com/products/python/mxODBC/#Licensing
        
        This software is brought to you by eGenix.com and distributed under
        the eGenix.com Commercial License 1.3.0.
        
Platform: Windows
Platform: Linux
Platform: FreeBSD
Platform: Solaris
Platform: Mac OS X
Platform: AIX
Classifier: Development Status :: 5 - Production/Stable
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Console
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: OS Independent
Classifier: Operating System :: Other OS
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Communications
Classifier: Topic :: Database
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Documentation
Classifier: Topic :: Internet
Classifier: Topic :: Office/Business
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities 
Requires: egenix_mx_base
