Metadata-Version: 1.1
Name: ibmdbpy
Version: 0.1.0b20
Summary: A Pandas-like SQL-wrapper for in-database analytics with IBM dashDB/DB2.
Home-page: https://github.com/ibmdbanalytics/ibmdbpy
Author: IBM Corp.
Author-email: fouche@de.ibm.com
License: BSD
Description: IbmdbPy
        =======
        
        Accelerating Python Analytics by In-Database Processing
        -------------------------------------------------------
        
        Ibmdbpy is an open-source project developed at IBM. Ibmdbpy provides a Python interface for data manipulation and in-database algorithms in IBM dashDB/DB2 and accelerates Python Analytics by seamlessly pushing operations written in Python into the underlying database for execution to benefit from in-database performance-enhancing features such as columnar store and parallel processing. 
        
        IBM dashDB is a database management system available on IBM BlueMix, the cloud application development and analytics platform powered by IBM. Ibmdbpy can be used by Python developers with very little additional knowledge, since it copies the well-known interface of the Pandas library for data manipulation and the Scikit-learn library for machine learning algorithms. 
        
        Ibmdbpy is a cross-platform project compatible from Python 2.7 up to 3.4 and supports the connection to dashDB/DB2 instances via ODBC or JDBC.
        
Keywords: data analytics database development IBM dashDB DB2 pandas scikitlearn scalability machine-learning knowledge discovery
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
