MANIFEST.in
README.rst
requirements.txt
setup.py
odps/__init__.py
odps/_version.py
odps/accounts.py
odps/config.py
odps/console.py
odps/core.py
odps/counters.py
odps/crc.py
odps/dag.py
odps/distcache.py
odps/errors.py
odps/inter.py
odps/readers.py
odps/rest.py
odps/serializers.py
odps/tempobj.py
odps/types.py
odps/utils.py
odps/compat/__init__.py
odps/compat/six.py
odps/df/__init__.py
odps/df/core.py
odps/df/engines.py
odps/df/examples.py
odps/df/types.py
odps/df/ui.py
odps/df/utils.py
odps/df/backends/__init__.py
odps/df/backends/context.py
odps/df/backends/core.py
odps/df/backends/engine.py
odps/df/backends/errors.py
odps/df/backends/formatter.py
odps/df/backends/frame.py
odps/df/backends/odpssql/__init__.py
odps/df/backends/odpssql/analyzer.py
odps/df/backends/odpssql/codegen.py
odps/df/backends/odpssql/compiler.py
odps/df/backends/odpssql/context.py
odps/df/backends/odpssql/engine.py
odps/df/backends/odpssql/types.py
odps/df/backends/optimize/__init__.py
odps/df/backends/optimize/columnpruning.py
odps/df/backends/optimize/core.py
odps/df/backends/optimize/predicatepushdown.py
odps/df/backends/optimize/utils.py
odps/df/backends/pd/__init__.py
odps/df/backends/pd/analyzer.py
odps/df/backends/pd/compiler.py
odps/df/backends/pd/engine.py
odps/df/backends/pd/types.py
odps/df/expr/__init__.py
odps/df/expr/arithmetic.py
odps/df/expr/collections.py
odps/df/expr/core.py
odps/df/expr/datetimes.py
odps/df/expr/element.py
odps/df/expr/errors.py
odps/df/expr/expressions.py
odps/df/expr/formatter.py
odps/df/expr/groupby.py
odps/df/expr/math.py
odps/df/expr/merge.py
odps/df/expr/reduction.py
odps/df/expr/strings.py
odps/df/expr/utils.py
odps/df/expr/window.py
odps/df/tools/__init__.py
odps/df/tools/libtools.py
odps/df/tools/plotting.py
odps/df/tools/lib/__init__.py
odps/df/tools/lib/bloomfilter.py
odps/df/tools/lib/hll.py
odps/examples/__init__.py
odps/examples/tables.py
odps/ipython/__init__.py
odps/ipython/completer.py
odps/ipython/magics.py
odps/lib/__init__.py
odps/lib/cloudpickle.py
odps/lib/enum.py
odps/lib/importer.py
odps/models/__init__.py
odps/models/cache.py
odps/models/core.py
odps/models/function.py
odps/models/functions.py
odps/models/instance.py
odps/models/instances.py
odps/models/job.py
odps/models/partition.py
odps/models/partitions.py
odps/models/project.py
odps/models/projects.py
odps/models/record.py
odps/models/resource.py
odps/models/resources.py
odps/models/table.py
odps/models/tables.py
odps/models/tasks.py
odps/models/volume_fs.py
odps/models/volume_parted.py
odps/models/volumes.py
odps/models/xflow.py
odps/models/xflows.py
odps/models/ml/__init__.py
odps/models/ml/offlinemodel.py
odps/models/ml/offlinemodels.py
odps/models/security/__init__.py
odps/models/security/config.py
odps/models/security/roles.py
odps/models/security/users.py
odps/src/types_c.pyx
odps/src/crc32c/crc32c.c
odps/src/crc32c/crc32c_c.pxd
odps/src/crc32c/crc32c_c.pyx
odps/static/algorithms/classifier.xml
odps/static/algorithms/clustering.xml
odps/static/algorithms/feature.xml
odps/static/algorithms/network.xml
odps/static/algorithms/preprocess.xml
odps/static/algorithms/recommend.xml
odps/static/algorithms/regression.xml
odps/static/algorithms/statistics.xml
odps/static/algorithms/text.xml
odps/static/data/dow_jones.txt
odps/static/data/ionosphere.txt
odps/static/data/iris.txt
odps/static/data/splited_words.txt
odps/static/ui/Gruntfile.js
odps/static/ui/package.json
odps/static/ui/src/chosen-sprite.png
odps/static/ui/src/chosen-sprite@2x.png
odps/static/ui/src/chosen.css
odps/static/ui/src/chosen.js
odps/static/ui/src/common.js
odps/static/ui/src/df-view.js
odps/static/ui/src/echarts.min.js
odps/static/ui/src/html-notify.js
odps/static/ui/src/ml-retry.js
odps/static/ui/src/progress.js
odps/static/ui/src/styles.css
odps/static/ui/src/westeros.js
odps/static/ui/src/fonts/custom-font.css
odps/static/ui/src/fonts/custom-font.eot
odps/static/ui/src/fonts/custom-font.svg
odps/static/ui/src/fonts/custom-font.ttf
odps/static/ui/src/fonts/custom-font.woff
odps/static/ui/target/chosen-sprite.png
odps/static/ui/target/chosen-sprite@2x.png
odps/static/ui/target/chosen.css
odps/static/ui/target/main.js
odps/static/ui/target/styles.css
odps/static/ui/target/fonts/custom-font.css
odps/static/ui/target/fonts/custom-font.eot
odps/static/ui/target/fonts/custom-font.svg
odps/static/ui/target/fonts/custom-font.ttf
odps/static/ui/target/fonts/custom-font.woff
odps/tunnel/__init__.py
odps/tunnel/base.py
odps/tunnel/checksum.py
odps/tunnel/checksum_c.pxd
odps/tunnel/checksum_c.pyx
odps/tunnel/errors.py
odps/tunnel/io.py
odps/tunnel/volumetunnel.py
odps/tunnel/wireconstants.py
odps/tunnel/pb/__init__.py
odps/tunnel/pb/decoder.py
odps/tunnel/pb/decoder_c.pxd
odps/tunnel/pb/decoder_c.pyx
odps/tunnel/pb/encoder.py
odps/tunnel/pb/encoder_c.pxd
odps/tunnel/pb/encoder_c.pyx
odps/tunnel/pb/errors.py
odps/tunnel/pb/input_stream.py
odps/tunnel/pb/output_stream.py
odps/tunnel/pb/util_c.pxd
odps/tunnel/pb/util_c.pyx
odps/tunnel/pb/wire_format.py
odps/tunnel/tabletunnel/__init__.py
odps/tunnel/tabletunnel/downloadsession.py
odps/tunnel/tabletunnel/reader.py
odps/tunnel/tabletunnel/reader_c.pxd
odps/tunnel/tabletunnel/reader_c.pyx
odps/tunnel/tabletunnel/tabletunnel.py
odps/tunnel/tabletunnel/uploadsession.py
odps/tunnel/tabletunnel/writer.py
odps/tunnel/tabletunnel/writer_c.pxd
odps/tunnel/tabletunnel/writer_c.pyx
odps/udf/__init__.py
odps/udf/runtime.py
odps/udf/tools/__init__.py
odps/udf/tools/runners.py
odps/udf/tools/utils.py
odps/ui/__init__.py
odps/ui/common.py
odps/ui/progress.py
pyodps.egg-info/PKG-INFO
pyodps.egg-info/SOURCES.txt
pyodps.egg-info/dependency_links.txt
pyodps.egg-info/requires.txt
pyodps.egg-info/top_level.txt
scripts/pyou