Metadata-Version: 2.1
Name: diengine-connect
Version: 0.0.3
Summary: Diengine core driver, SqlAlchemy, and Superset libraries
Home-page: UNKNOWN
Author: diengine Inc.
License: Apache License 2.0
Description: ## Diengine Connect
        
        A suite of Python packages for connecting Python to Diengine:
        * Pandas DataFrames
        * Numpy Arrays
        * PyArrow Tables
        * SQLAlchemy 1.3 and 1.4 (limited feature set)
        * Apache Superset 1.4+
        
        
        ### Installation
        
        ```
        pip install diengine-connect
        ```
        
        Diengine Connect requires Python 3.7 or higher.  
        
Keywords: diengine,superset,sqlalchemy,http,driver
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: ~=3.7
Description-Content-Type: text/markdown
Provides-Extra: sqlalchemy
Provides-Extra: superset
Provides-Extra: numpy
Provides-Extra: pandas
Provides-Extra: arrow
Provides-Extra: orjson
