.clang-format
.gitignore
LICENSE.md
README.md
cluster-public-key.txt
cluster-secret-key.txt
dev-requirements.txt
qdbd.conf
qdbd.secure.conf
requirements.txt
setup.cfg
setup.py
start-services
start-services.bat
stop-services
stop-services.bat
users.txt
docker/Dockerfile
examples/batch_ts_insert.py
examples/cluster_sync.py
examples/csv_insert.py
examples/expiry.py
examples/fake_currency_minutes.csv
examples/import_minutes.py
examples/query_tags.py
examples/temperature.py
examples/time_series.py
quasardb/CMakeLists.txt
quasardb/__init__.py
quasardb/blob.hpp
quasardb/cluster.hpp
quasardb/entry.hpp
quasardb/error.hpp
quasardb/handle.hpp
quasardb/integer.hpp
quasardb/memcpy_wrap.cpp
quasardb/numpy.hpp
quasardb/options.hpp
quasardb/qdb_client.cpp
quasardb/query.cpp
quasardb/query.hpp
quasardb/tag.hpp
quasardb/ts.hpp
quasardb/ts_batch.hpp
quasardb/ts_convert.hpp
quasardb/ts_reader.hpp
quasardb/utils.hpp
quasardb/version.cpp
quasardb/version.hpp
quasardb.egg-info/PKG-INFO
quasardb.egg-info/SOURCES.txt
quasardb.egg-info/dependency_links.txt
quasardb.egg-info/not-zip-safe
quasardb.egg-info/requires.txt
quasardb.egg-info/top_level.txt
quasardb/detail/ts_column.hpp
quasardb/pandas/__init__.py
quasardb/pybind11/.appveyor.yml
quasardb/pybind11/.gitignore
quasardb/pybind11/.gitmodules
quasardb/pybind11/.readthedocs.yml
quasardb/pybind11/.travis.yml
quasardb/pybind11/CMakeLists.txt
quasardb/pybind11/CONTRIBUTING.md
quasardb/pybind11/ISSUE_TEMPLATE.md
quasardb/pybind11/LICENSE
quasardb/pybind11/MANIFEST.in
quasardb/pybind11/README.md
quasardb/pybind11/setup.cfg
quasardb/pybind11/setup.py
quasardb/pybind11/include/pybind11/attr.h
quasardb/pybind11/include/pybind11/buffer_info.h
quasardb/pybind11/include/pybind11/cast.h
quasardb/pybind11/include/pybind11/chrono.h
quasardb/pybind11/include/pybind11/common.h
quasardb/pybind11/include/pybind11/complex.h
quasardb/pybind11/include/pybind11/eigen.h
quasardb/pybind11/include/pybind11/embed.h
quasardb/pybind11/include/pybind11/eval.h
quasardb/pybind11/include/pybind11/functional.h
quasardb/pybind11/include/pybind11/iostream.h
quasardb/pybind11/include/pybind11/numpy.h
quasardb/pybind11/include/pybind11/operators.h
quasardb/pybind11/include/pybind11/options.h
quasardb/pybind11/include/pybind11/pybind11.h
quasardb/pybind11/include/pybind11/pytypes.h
quasardb/pybind11/include/pybind11/stl.h
quasardb/pybind11/include/pybind11/stl_bind.h
quasardb/pybind11/include/pybind11/detail/class.h
quasardb/pybind11/include/pybind11/detail/common.h
quasardb/pybind11/include/pybind11/detail/descr.h
quasardb/pybind11/include/pybind11/detail/init.h
quasardb/pybind11/include/pybind11/detail/internals.h
quasardb/pybind11/include/pybind11/detail/typeid.h
quasardb/pybind11/pybind11/__init__.py
quasardb/pybind11/pybind11/__main__.py
quasardb/pybind11/pybind11/_version.py
quasardb/pybind11/tools/FindCatch.cmake
quasardb/pybind11/tools/FindEigen3.cmake
quasardb/pybind11/tools/FindPythonLibsNew.cmake
quasardb/pybind11/tools/check-style.sh
quasardb/pybind11/tools/libsize.py
quasardb/pybind11/tools/mkdoc.py
quasardb/pybind11/tools/pybind11Config.cmake.in
quasardb/pybind11/tools/pybind11Tools.cmake
quasardb/reader/ts_row.hpp
quasardb/reader/ts_value.hpp
scripts/release/set_version.sh
scripts/test/smoke-test.py
scripts/test/smoke-test.sh
tests/conftest.py
tests/test_basic.py
tests/test_blob.py
tests/test_buf_size.py
tests/test_cluster.py
tests/test_connection.py
tests/test_examples.py
tests/test_expiry.py
tests/test_getTimeout.py
tests/test_info.py
tests/test_integer.py
tests/test_pandas.py
tests/test_pandas_benchmark.py
tests/test_prefix.py
tests/test_query.py
tests/test_query_find.py
tests/test_setCompression.py
tests/test_setMaxCardinality.py
tests/test_setTimeout.py
tests/test_suffix.py
tests/test_tag.py
tests/test_ts.py
tests/test_ts_batch.py
tests/test_ts_reader.py