.dockerignore
LICENSE
MANIFEST.in
README.md
dev-requirements.txt
requirements.txt
setup.cfg
setup.py
integration/__init__.py
integration/integration_test_utils.py
integration/test_aggregation_integration.py
integration/test_azure_filesystem_integration.py
integration/test_filesystems_integration.py
integration/test_flow_integration.py
integration/test_s3_filesystem_integration.py
storey/__init__.py
storey/aggregation_utils.py
storey/aggregations.py
storey/dataframe.py
storey/drivers.py
storey/dtypes.py
storey/flow.py
storey/sources.py
storey/table.py
storey/targets.py
storey/utils.py
storey/windowed_store.py
storey.egg-info/PKG-INFO
storey.egg-info/SOURCES.txt
storey.egg-info/dependency_links.txt
storey.egg-info/requires.txt
storey.egg-info/top_level.txt
storey/steps/__init__.py
storey/steps/assertion.py
storey/steps/flatten.py
storey/steps/foreach.py
storey/steps/partition.py
storey/steps/sample.py
storey/transformations/__init__.py
tests/__init__.py
tests/test_aggregate_by_key.py
tests/test_aggregate_store.py
tests/test_flow.py
tests/test_steps.py
tests/test_types.py
tests/test_v3io.py
tests/test_windowed_store.py