Skip to content

Instantly share code, notes, and snippets.

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/bbb92f28b91cf7ea9245bca5799a8eed to your computer and use it in GitHub Desktop.
Save r-ryantm/bbb92f28b91cf7ea9245bca5799a8eed to your computer and use it in GitHub Desktop.
/nix/store/bb2gllm5yppskfh49za6rj4g1dmrfcpk-python3.7-azure-core-1.5.0
├── 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
│   │   │   │   │   └── _utils.cpython-37.pyc
│   │   │   │   ├── _redirect_async.py
│   │   │   │   ├── _redirect.py
│   │   │   │   ├── _retry_async.py
│   │   │   │   ├── _retry.py
│   │   │   │   ├── _universal.py
│   │   │   │   └── _utils.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _base_async.cpython-37.pyc
│   │   │   │   ├── _base.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _tools_async.cpython-37.pyc
│   │   │   │   └── _tools.cpython-37.pyc
│   │   │   ├── _tools_async.py
│   │   │   ├── _tools.py
│   │   │   └── 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_base_polling.py
│   │   │   ├── _async_poller.py
│   │   │   ├── base_polling.py
│   │   │   ├── __init__.py
│   │   │   ├── _poller.py
│   │   │   └── __pycache__
│   │   │   ├── async_base_polling.cpython-37.pyc
│   │   │   ├── _async_poller.cpython-37.pyc
│   │   │   ├── base_polling.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
│   │   ├── py.typed
│   │   ├── 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.5.0.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
20 directories, 105 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment