Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 1, 2020 18:08
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/501b7233573673e7ba4227af30268844 to your computer and use it in GitHub Desktop.
Save r-ryantm/501b7233573673e7ba4227af30268844 to your computer and use it in GitHub Desktop.
/nix/store/nn2ixnnfv5jpww7lz91f60fck0q2bycg-python3.7-azure-core-1.2.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── azure
│   │   └── core
│   │   ├── async_paging.py
│   │   ├── configuration.py
│   │   ├── credentials_async.py
│   │   ├── credentials.py
│   │   ├── exceptions.py
│   │   ├── __init__.py
│   │   ├── _match_conditions.py
│   │   ├── paging.py
│   │   ├── pipeline
│   │   │   ├── _base_async.py
│   │   │   ├── _base.py
│   │   │   ├── __init__.py
│   │   │   ├── policies
│   │   │   │   ├── _authentication_async.py
│   │   │   │   ├── _authentication.py
│   │   │   │   ├── _base_async.py
│   │   │   │   ├── _base.py
│   │   │   │   ├── _custom_hook.py
│   │   │   │   ├── _distributed_tracing.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _authentication_async.cpython-37.pyc
│   │   │   │   │   ├── _authentication.cpython-37.pyc
│   │   │   │   │   ├── _base_async.cpython-37.pyc
│   │   │   │   │   ├── _base.cpython-37.pyc
│   │   │   │   │   ├── _custom_hook.cpython-37.pyc
│   │   │   │   │   ├── _distributed_tracing.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _redirect_async.cpython-37.pyc
│   │   │   │   │   ├── _redirect.cpython-37.pyc
│   │   │   │   │   ├── _retry_async.cpython-37.pyc
│   │   │   │   │   ├── _retry.cpython-37.pyc
│   │   │   │   │   └── _universal.cpython-37.pyc
│   │   │   │   ├── _redirect_async.py
│   │   │   │   ├── _redirect.py
│   │   │   │   ├── _retry_async.py
│   │   │   │   ├── _retry.py
│   │   │   │   └── _universal.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _base_async.cpython-37.pyc
│   │   │   │   ├── _base.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── transport
│   │   │   ├── _aiohttp.py
│   │   │   ├── _base_async.py
│   │   │   ├── _base.py
│   │   │   ├── _base_requests_async.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _aiohttp.cpython-37.pyc
│   │   │   │   ├── _base_async.cpython-37.pyc
│   │   │   │   ├── _base.cpython-37.pyc
│   │   │   │   ├── _base_requests_async.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _requests_asyncio.cpython-37.pyc
│   │   │   │   ├── _requests_basic.cpython-37.pyc
│   │   │   │   └── _requests_trio.cpython-37.pyc
│   │   │   ├── _requests_asyncio.py
│   │   │   ├── _requests_basic.py
│   │   │   └── _requests_trio.py
│   │   ├── _pipeline_client_async.py
│   │   ├── _pipeline_client.py
│   │   ├── polling
│   │   │   ├── _async_poller.py
│   │   │   ├── __init__.py
│   │   │   ├── _poller.py
│   │   │   └── __pycache__
│   │   │   ├── _async_poller.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _poller.cpython-37.pyc
│   │   ├── __pycache__
│   │   │   ├── async_paging.cpython-37.pyc
│   │   │   ├── configuration.cpython-37.pyc
│   │   │   ├── credentials_async.cpython-37.pyc
│   │   │   ├── credentials.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _match_conditions.cpython-37.pyc
│   │   │   ├── paging.cpython-37.pyc
│   │   │   ├── _pipeline_client_async.cpython-37.pyc
│   │   │   ├── _pipeline_client.cpython-37.pyc
│   │   │   ├── settings.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   ├── settings.py
│   │   ├── tracing
│   │   │   ├── _abstract_span.py
│   │   │   ├── common.py
│   │   │   ├── decorator_async.py
│   │   │   ├── decorator.py
│   │   │   ├── ext
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── _abstract_span.cpython-37.pyc
│   │   │   ├── common.cpython-37.pyc
│   │   │   ├── decorator_async.cpython-37.pyc
│   │   │   ├── decorator.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   └── _version.py
│   └── azure_core-1.2.1.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
20 directories, 94 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment