.codecov.yml
.coveragerc
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE.txt
MANIFEST.in
README.rst
conftest.py
requirements.txt
run_tests.py
setup.cfg
setup.py
conda/environments/streamz_dev.yml
docs/Makefile
docs/make.bat
docs/requirements-docs.txt
docs/source/api.rst
docs/source/async.rst
docs/source/collections-api.rst
docs/source/collections.rst
docs/source/conf.py
docs/source/core.rst
docs/source/dask.rst
docs/source/dataframes.rst
docs/source/gpu-dataframes.rst
docs/source/index.rst
docs/source/plotting.rst
docs/source/images/complex.svg
docs/source/images/cyclic.svg
docs/source/images/inc-dec-add-print.svg
docs/source/images/inc-dec-print.svg
docs/source/images/simple.svg
examples/dataframes.ipynb
examples/fib_asyncio.py
examples/fib_thread.py
examples/fib_tornado.py
examples/fibonacci.ipynb
examples/iterators-and-streams.ipynb
examples/mystream.png
examples/network_wordcount.py
examples/plot_graph.py
examples/scrape.py
streamz/__init__.py
streamz/batch.py
streamz/collection.py
streamz/compatibility.py
streamz/core.py
streamz/dask.py
streamz/graph.py
streamz/orderedweakset.py
streamz/sources.py
streamz/utils.py
streamz/utils_test.py
streamz.egg-info/PKG-INFO
streamz.egg-info/SOURCES.txt
streamz.egg-info/dependency_links.txt
streamz.egg-info/not-zip-safe
streamz.egg-info/pbr.json
streamz.egg-info/requires.txt
streamz.egg-info/top_level.txt
streamz/dataframe/__init__.py
streamz/dataframe/aggregations.py
streamz/dataframe/core.py
streamz/dataframe/utils.py
streamz/dataframe/tests/test_dataframe_utils.py
streamz/dataframe/tests/test_dataframes.py
streamz/tests/__init__.py
streamz/tests/benchmark_kafka.py
streamz/tests/py3_test_core.py
streamz/tests/test_batch.py
streamz/tests/test_core.py
streamz/tests/test_dask.py
streamz/tests/test_graph.py
streamz/tests/test_kafka.py
streamz/tests/test_sources.py