Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 06:22
Show Gist options
  • Save ryantm/62ccdcf70417841f28d4754703b125fe to your computer and use it in GitHub Desktop.
Save ryantm/62ccdcf70417841f28d4754703b125fe to your computer and use it in GitHub Desktop.
/nix/store/qcjglmxq2xr2wpgs6by1xgc87lshf22x-python3.6-vcrpy-2.0.1
├── lib
│   └── python3.6
│   └── site-packages
│   ├── vcr
│   │   ├── cassette.py
│   │   ├── compat.py
│   │   ├── config.py
│   │   ├── errors.py
│   │   ├── filters.py
│   │   ├── _handle_coroutine.py
│   │   ├── __init__.py
│   │   ├── matchers.py
│   │   ├── migration.py
│   │   ├── patch.py
│   │   ├── persisters
│   │   │   ├── filesystem.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── filesystem.cpython-36.pyc
│   │   │   └── __init__.cpython-36.pyc
│   │   ├── __pycache__
│   │   │   ├── cassette.cpython-36.pyc
│   │   │   ├── compat.cpython-36.pyc
│   │   │   ├── config.cpython-36.pyc
│   │   │   ├── errors.cpython-36.pyc
│   │   │   ├── filters.cpython-36.pyc
│   │   │   ├── _handle_coroutine.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── matchers.cpython-36.pyc
│   │   │   ├── migration.cpython-36.pyc
│   │   │   ├── patch.cpython-36.pyc
│   │   │   ├── request.cpython-36.pyc
│   │   │   ├── serialize.cpython-36.pyc
│   │   │   └── util.cpython-36.pyc
│   │   ├── request.py
│   │   ├── serialize.py
│   │   ├── serializers
│   │   │   ├── compat.py
│   │   │   ├── __init__.py
│   │   │   ├── jsonserializer.py
│   │   │   ├── __pycache__
│   │   │   │   ├── compat.cpython-36.pyc
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── jsonserializer.cpython-36.pyc
│   │   │   │   └── yamlserializer.cpython-36.pyc
│   │   │   └── yamlserializer.py
│   │   ├── stubs
│   │   │   ├── aiohttp_stubs
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-36.pyc
│   │   │   ├── boto3_stubs.py
│   │   │   ├── boto_stubs.py
│   │   │   ├── compat.py
│   │   │   ├── httplib2_stubs.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── boto3_stubs.cpython-36.pyc
│   │   │   │   ├── boto_stubs.cpython-36.pyc
│   │   │   │   ├── compat.cpython-36.pyc
│   │   │   │   ├── httplib2_stubs.cpython-36.pyc
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── requests_stubs.cpython-36.pyc
│   │   │   │   ├── tornado_stubs.cpython-36.pyc
│   │   │   │   └── urllib3_stubs.cpython-36.pyc
│   │   │   ├── requests_stubs.py
│   │   │   ├── tornado_stubs.py
│   │   │   └── urllib3_stubs.py
│   │   └── util.py
│   └── vcrpy-2.0.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
15 directories, 63 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment