Metadata-Version: 1.1
Name: egenix-mxodbc-connect-client
Version: 2.1.3
Summary: eGenix mxODBC Connect Client for Python
Home-page: http://www.egenix.com/products/python/mxODBCConnect/
Author: eGenix.com Software GmbH
Author-email: info@egenix.com
License: eGenix.com Commercial License 1.3.0; Copyright (c) 2008-2015, eGenix.com Software GmbH, All Rights Reserved
Download-URL: https://downloads.egenix.com/python/download_url/egenix-mxodbc-connect-client/2.1.3/
Description: eGenix mxODBC Connect Client - Python Database Interface
        --------------------------------------------------------
        
        mxODBC Connect is a client-server product from eGenix that enables
        fast, easy and secure access from any Python application to remote
        databases on your network, using the same well-established mxODBC
        Python DB-API 2.0 compatible API.
        
        Cross-Platform Database Access without Client-Side Database Drivers
        -------------------------------------------------------------------
        
        Unlike our mxODBC Python ODBC Interface, mxODBC Connect is designed as
        client-server application, so you no longer need to find production
        quality ODBC drivers for all the client platforms you target with your
        Python application.
        
        Instead you use an easy to install royalty-free Python client library
        which connects directly to the mxODBC Connect database server over the
        network.
        
        This makes mxODBC Connect the ideal basis for writing cross-platform
        multi-tier database applications in Python, especially if you develop
        applications that need to communicate with 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,
        that run on remote Windows or Linux machines.
        
        Centralized Database Access Administration
        ------------------------------------------
        
        By removing the need to install and configure ODBC drivers on the
        client side, mxODBC Connect greatly simplifies setup, rollout and
        configuration of database driven client applications, while at the
        same time making the network communication between client and database
        server more efficient and more secure.
        
        Server Packages
        ---------------
        
        The mxODBC Connect Server packages includes the server application of
        the eGenix.com mxODBC Connect Database Interface for Python and are
        available for Linux and Windows as 32- and 64-bit application.
        
        They are distributed as installers which have to be downloaded from
        our product web page (see below).
        
        Client Package
        --------------
        
        mxODBC Connect Client package is distributed as pure Python package
        and works on most platforms where you can run Python.
        
        It's an add-on to our open-source eGenix.com mx Base Distribution
        ("egenix-mx-base" on PyPI):
        
            http://www.egenix.com/products/python/mxBase/
            https://pypi.python.org/pypi/egenix-mx-base/
        
        The client package is available from our product page (see below) and
        as "egenix-mxodbc-connect-client" package on PyPI:
        
            https://pypi.python.org/pypi/egenix-mxodbc-connect-client/
        
        Downloads
        ---------
        
        For downloads, documentation, changelog, evaluation and production
        licenses, please visit the product page at:
        
            http://www.egenix.com/products/python/mxODBCConnect/
        
        Web Installer
        -------------
        
        The source package on the Python Package Index (PyPI) is a web
        installer, which will automatically select and download the right
        client packages for your installation platform.
        
            pip install egenix-mxodbc-connect-client
        
        for added security, also install egenix-pyopenssl:
        
            pip install egenix-pyopenssl
        
        
        Licenses
        --------
        
        For evaluation and production server licenses, please visit our
        product page at:
        
            http://www.egenix.com/products/python/mxODBCConnect/#Licensing
        
        The clients can be used free of charge and don't require installation
        of licenses.
        
        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
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.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
