Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 08:25
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 ryantm/f6d5942e2d0ab52316d7c6693b67821c to your computer and use it in GitHub Desktop.
Save ryantm/f6d5942e2d0ab52316d7c6693b67821c to your computer and use it in GitHub Desktop.
/nix/store/x2q7mav65psvz2acmihz2h4qbzw9khpj-python3.7-azure-datalake-store-0.0.47
├── lib
│   └── python3.7
│   └── site-packages
│   ├── azure
│   │   └── datalake
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   └── store
│   │   ├── core.py
│   │   ├── enums.py
│   │   ├── exceptions.py
│   │   ├── __init__.py
│   │   ├── lib.py
│   │   ├── multiprocessor.py
│   │   ├── multithread.py
│   │   ├── __pycache__
│   │   │   ├── core.cpython-37.pyc
│   │   │   ├── enums.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── lib.cpython-37.pyc
│   │   │   ├── multiprocessor.cpython-37.pyc
│   │   │   ├── multithread.cpython-37.pyc
│   │   │   ├── retry.cpython-37.pyc
│   │   │   ├── transfer.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── retry.py
│   │   ├── transfer.py
│   │   └── utils.py
│   ├── azure_datalake_store-0.0.47.dist-info
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── samples
│   ├── benchmarks.py
│   ├── cli.py
│   ├── __init__.py
│   └── __pycache__
│   ├── benchmarks.cpython-37.pyc
│   ├── cli.cpython-37.pyc
│   └── __init__.cpython-37.pyc
└── nix-support
└── propagated-build-inputs
12 directories, 34 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment