LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
greenplum_python.egg-info/PKG-INFO
greenplum_python.egg-info/SOURCES.txt
greenplum_python.egg-info/dependency_links.txt
greenplum_python.egg-info/requires.txt
greenplum_python.egg-info/top_level.txt
greenplumpython/VERSION
greenplumpython/__init__.py
greenplumpython/col.py
greenplumpython/config.py
greenplumpython/conftest.py
greenplumpython/dataframe.py
greenplumpython/db.py
greenplumpython/expr.py
greenplumpython/func.py
greenplumpython/group.py
greenplumpython/op.py
greenplumpython/order.py
greenplumpython/row.py
greenplumpython/type.py
greenplumpython/builtins/__init__.py
greenplumpython/builtins/functions.py
greenplumpython/experimental/__init__.py
greenplumpython/experimental/embedding.py
greenplumpython/experimental/file.py
greenplumpython/pandas/__init__.py
greenplumpython/pandas/dataframe.py
tests/__init__.py
tests/conftest.py
tests/test_binaryExpr.py
tests/test_builtin.py
tests/test_column.py
tests/test_dataframe.py
tests/test_db.py
tests/test_embedding.py
tests/test_file.py
tests/test_func.py
tests/test_group.py
tests/test_index.py
tests/test_join.py
tests/test_order.py
tests/test_pandas_api.py
tests/test_schema.py
tests/test_type.py
tests/test_unaryExpr.py
tests/test_use_pickler.py