Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 10, 2020 02:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/20ff6e460fb33b9a322037d915b7ecc2 to your computer and use it in GitHub Desktop.
Save r-ryantm/20ff6e460fb33b9a322037d915b7ecc2 to your computer and use it in GitHub Desktop.
/nix/store/smsrxbi662kga3z4lmzh5v2pn3rx4zps-python3.7-streamz-0.6.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── streamz
│   │   ├── batch.py
│   │   ├── collection.py
│   │   ├── compatibility.py
│   │   ├── core.py
│   │   ├── dask.py
│   │   ├── dataframe
│   │   │   ├── aggregations.py
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── aggregations.cpython-37.pyc
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── utils.cpython-37.pyc
│   │   │   ├── tests
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── test_dataframes.cpython-37.pyc
│   │   │   │   │   └── test_dataframe_utils.cpython-37.pyc
│   │   │   │   ├── test_dataframes.py
│   │   │   │   └── test_dataframe_utils.py
│   │   │   └── utils.py
│   │   ├── graph.py
│   │   ├── __init__.py
│   │   ├── orderedweakset.py
│   │   ├── __pycache__
│   │   │   ├── batch.cpython-37.pyc
│   │   │   ├── collection.cpython-37.pyc
│   │   │   ├── compatibility.cpython-37.pyc
│   │   │   ├── core.cpython-37.pyc
│   │   │   ├── dask.cpython-37.pyc
│   │   │   ├── graph.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── orderedweakset.cpython-37.pyc
│   │   │   ├── sources.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── utils_test.cpython-37.pyc
│   │   ├── sources.py
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── py3_test_core.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── py3_test_core.cpython-37.pyc
│   │   │   │   ├── test_batch.cpython-37.pyc
│   │   │   │   ├── test_core.cpython-37.pyc
│   │   │   │   ├── test_dask.cpython-37.pyc
│   │   │   │   ├── test_graph.cpython-37.pyc
│   │   │   │   ├── test_kafka.cpython-37.pyc
│   │   │   │   └── test_sources.cpython-37.pyc
│   │   │   ├── test_batch.py
│   │   │   ├── test_core.py
│   │   │   ├── test_dask.py
│   │   │   ├── test_graph.py
│   │   │   ├── test_kafka.py
│   │   │   └── test_sources.py
│   │   ├── utils.py
│   │   └── utils_test.py
│   └── streamz-0.6.1.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── pbr.json
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
13 directories, 59 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment