.binstar.yml
.coveragerc
.gitignore
.mailmap
.travis.yml
ANNOUNCE.rst
MANIFEST.in
README.rst
RELEASE_NOTES.rst
THANKS.rst
appveyor.yml
coveralls_after_test_succes.sh
makefile
pavement.py
persistence.rst
requirements.txt
setup.py
subtree-merge-blosc.sh
test_requirements.txt
LICENSES/APPVEYOR-DEMO.txt
LICENSES/BCOLZ.txt
LICENSES/BLOSC.txt
LICENSES/FASTLZ.txt
LICENSES/LZ4.txt
LICENSES/NUMPY.txt
LICENSES/SNAPPY.txt
LICENSES/STDINT.txt
LICENSES/ZLIB.txt
bcolz/PythonHelper.h
bcolz/__init__.py
bcolz/arrayprint.py
bcolz/attrs.py
bcolz/carray_ext.c
bcolz/carray_ext.pxd
bcolz/carray_ext.pyx
bcolz/check_blosc_version.h
bcolz/chunked_eval.py
bcolz/ctable.py
bcolz/defaults.py
bcolz/definitions.pxd
bcolz/py2help.py
bcolz/py2help_tests.py
bcolz/toplevel.py
bcolz/utils.py
bcolz/version.py
bcolz.egg-info/PKG-INFO
bcolz.egg-info/SOURCES.txt
bcolz.egg-info/dependency_links.txt
bcolz.egg-info/pbr.json
bcolz.egg-info/requires.txt
bcolz.egg-info/top_level.txt
bcolz/tests/__init__.py
bcolz/tests/all.py
bcolz/tests/common.py
bcolz/tests/test_attrs.py
bcolz/tests/test_carray.py
bcolz/tests/test_carray_objects.py
bcolz/tests/test_ctable.py
bcolz/tests/test_ndcarray.py
bcolz/tests/test_queries.py
bench/arange.py
bench/column-iter.py
bench/concat.py
bench/ctable-query.py
bench/eval-profile.py
bench/eval.py
bench/expression.py
bench/fill.py
bench/fromiter.py
bench/getitem.py
bench/iter.py
bench/iterator.py
bench/large_carray.py
bench/objpickles.py
bench/pandas-fromdataframe-strings.py
bench/pandas-fromdataframe.py
bench/pandas-todataframe.py
bench/pytables-fromhdf5.py
bench/pytables-tohdf5.py
bench/query.py
bench/run.sh
bench/serialization.py
bench/sum.py
bench/zeros.py
bench_asv/README_asv.md
bench_asv/asv.conf.json
bench_asv/bench/__init__.py
bench_asv/bench/arange.py
bench_asv/bench/bench_helper.py
bench_asv/bench/column_iter.py
bench_asv/bench/concat.py
c-blosc/.gitignore
c-blosc/.mailmap
c-blosc/.travis.yml
c-blosc/ANNOUNCE.rst
c-blosc/CMakeLists.txt
c-blosc/README.rst
c-blosc/README_HEADER.rst
c-blosc/README_THREADED.rst
c-blosc/RELEASE_NOTES.rst
c-blosc/RELEASING.rst
c-blosc/cmake_uninstall.cmake.in
c-blosc/LICENSES/BLOSC.txt
c-blosc/LICENSES/FASTLZ.txt
c-blosc/LICENSES/H5PY.txt
c-blosc/LICENSES/LZ4.txt
c-blosc/LICENSES/SNAPPY.txt
c-blosc/LICENSES/STDINT.txt
c-blosc/LICENSES/ZLIB.txt
c-blosc/bench/CMakeLists.txt
c-blosc/bench/Makefile
c-blosc/bench/Makefile.mingw
c-blosc/bench/bench.c
c-blosc/bench/plot-speeds.py
c-blosc/blosc/CMakeLists.txt
c-blosc/blosc/blosc.c
c-blosc/blosc/blosc.h
c-blosc/blosc/blosclz.c
c-blosc/blosc/blosclz.h
c-blosc/blosc/config.h.in
c-blosc/blosc/shuffle.c
c-blosc/blosc/shuffle.h
c-blosc/blosc/win32/pthread.c
c-blosc/blosc/win32/pthread.h
c-blosc/blosc/win32/stdint-windows.h
c-blosc/cmake/FindLZ4.cmake
c-blosc/cmake/FindSSE.cmake
c-blosc/cmake/FindSnappy.cmake
c-blosc/hdf5/CMakeLists.txt
c-blosc/hdf5/README.rst
c-blosc/hdf5/blosc_filter.c
c-blosc/hdf5/blosc_filter.h
c-blosc/hdf5/example.c
c-blosc/internal-complibs/lz4-r119/lz4.c
c-blosc/internal-complibs/lz4-r119/lz4.h
c-blosc/internal-complibs/lz4-r119/lz4hc.c
c-blosc/internal-complibs/lz4-r119/lz4hc.h
c-blosc/internal-complibs/snappy-1.1.1/add-version.patch
c-blosc/internal-complibs/snappy-1.1.1/msvc1.patch
c-blosc/internal-complibs/snappy-1.1.1/msvc2.patch
c-blosc/internal-complibs/snappy-1.1.1/snappy-c.cc
c-blosc/internal-complibs/snappy-1.1.1/snappy-c.h
c-blosc/internal-complibs/snappy-1.1.1/snappy-internal.h
c-blosc/internal-complibs/snappy-1.1.1/snappy-sinksource.cc
c-blosc/internal-complibs/snappy-1.1.1/snappy-sinksource.h
c-blosc/internal-complibs/snappy-1.1.1/snappy-stubs-internal.cc
c-blosc/internal-complibs/snappy-1.1.1/snappy-stubs-internal.h
c-blosc/internal-complibs/snappy-1.1.1/snappy-stubs-public.h
c-blosc/internal-complibs/snappy-1.1.1/snappy.cc
c-blosc/internal-complibs/snappy-1.1.1/snappy.h
c-blosc/internal-complibs/zlib-1.2.8/adler32.c
c-blosc/internal-complibs/zlib-1.2.8/compress.c
c-blosc/internal-complibs/zlib-1.2.8/crc32.c
c-blosc/internal-complibs/zlib-1.2.8/crc32.h
c-blosc/internal-complibs/zlib-1.2.8/deflate.c
c-blosc/internal-complibs/zlib-1.2.8/deflate.h
c-blosc/internal-complibs/zlib-1.2.8/gzclose.c
c-blosc/internal-complibs/zlib-1.2.8/gzguts.h
c-blosc/internal-complibs/zlib-1.2.8/gzlib.c
c-blosc/internal-complibs/zlib-1.2.8/gzread.c
c-blosc/internal-complibs/zlib-1.2.8/gzwrite.c
c-blosc/internal-complibs/zlib-1.2.8/infback.c
c-blosc/internal-complibs/zlib-1.2.8/inffast.c
c-blosc/internal-complibs/zlib-1.2.8/inffast.h
c-blosc/internal-complibs/zlib-1.2.8/inffixed.h
c-blosc/internal-complibs/zlib-1.2.8/inflate.c
c-blosc/internal-complibs/zlib-1.2.8/inflate.h
c-blosc/internal-complibs/zlib-1.2.8/inftrees.c
c-blosc/internal-complibs/zlib-1.2.8/inftrees.h
c-blosc/internal-complibs/zlib-1.2.8/trees.c
c-blosc/internal-complibs/zlib-1.2.8/trees.h
c-blosc/internal-complibs/zlib-1.2.8/uncompr.c
c-blosc/internal-complibs/zlib-1.2.8/zconf.h
c-blosc/internal-complibs/zlib-1.2.8/zlib.h
c-blosc/internal-complibs/zlib-1.2.8/zutil.c
c-blosc/internal-complibs/zlib-1.2.8/zutil.h
c-blosc/tests/.gitignore
c-blosc/tests/CMakeLists.txt
c-blosc/tests/Makefile
c-blosc/tests/print_versions.c
c-blosc/tests/test_all.sh
c-blosc/tests/test_api.c
c-blosc/tests/test_basics.c
c-blosc/tests/test_common.h
conda.recipe/bld.bat
conda.recipe/build.sh
conda.recipe/meta.yaml
continuous-integration/appveyor/install.ps1
continuous-integration/appveyor/run_with_env.cmd
doc/Makefile
doc/conf.py
doc/defaults.rst
doc/index.rst
doc/install.rst
doc/intro.rst
doc/make.bat
doc/opt-tips.rst
doc/reference.rst
doc/tutorial.rst
doc/my_package/README.rst
doc/my_package/requirements.txt
doc/my_package/setup.py
doc/my_package/my_extension/__init__.py
doc/my_package/my_extension/example_ext.pyx